Description
Bayesian modeling algorithms accelerated for particular model structures.
Description
General-purpose sampling approaches like Gibbs sampling are very useful for models that have not been studied extensively. But for some cases, specialized algorithms are available because of the model's commonality (e.g., linear regression) or niche popularity (e.g., Latent Dirichlet Allocation). This package is an effort to collect such algorithms in one place.
README.md
fastbayes
TODO: Write description here
Installation
TODO: Write installation instructions here
Usage
TODO: Write usage instructions here
How to run tests
cabal configure --enable-tests && cabal build && cabal test
Contributing
TODO: Write contribution instructions here.