fastbayes

Bayesian modeling algorithms accelerated for particular model structures

https://github.com/cscherrer/fastbayes

Latest on Hackage:0.2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by Chad Scherrer
Maintained by [email protected]

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.