Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelschlesinger/hakaru
Found this and made it run on lts-7.5
https://github.com/samuelschlesinger/hakaru
Last synced: 22 days ago
JSON representation
Found this and made it run on lts-7.5
- Host: GitHub
- URL: https://github.com/samuelschlesinger/hakaru
- Owner: SamuelSchlesinger
- License: bsd-3-clause
- Created: 2016-10-27T19:04:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T19:11:37.000Z (about 8 years ago)
- Last Synced: 2024-10-27T19:10:57.043Z (2 months ago)
- Language: Haskell
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hakaru
Hakaru is a DSL for constructing and subsequently sampling probability distributions.
It seems to have taken the direction of being a standalone programming language: [https://github.com/hakaru-dev/hakaru](https://github.com/hakaru-dev/hakaru).
I patched the old version up for use with GHC-8 because I wanted a simple interface to working
with sampling and constructing distributions. One major drawback is that it runs in IO, but this
hopefully should be easy to refactor into ST or even better just pure parallel Haskell. I'm
probably not going to look at rewriting it for a bit so if somebody wants to fork it or push that
here, by all means do!