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.
For package maintainers and hackage trustees
Candidates
| Versions[RSS] | 0.1.0.0,0.2.0.0 |
|---|---|
| Dependencies | base (>=4.6 && <4.8),hmatrix (>=0.16 && <0.17),vector (>=0.10 && <0.11) [details] |
| License | MIT |
| Copyright | Copyright (c) 2014 Melinae, Inc |
| Author | Chad Scherrer |
| Maintainer | chad.scherrer@gmail.com |
| Uploaded | byChadScherrer at2014-08-12T18:06:52Z |
| Category | Statistics |
| Home page | https://github.com/cscherrer/fastbayes |
| Source repo | head: git clonegit://github.com/cscherrer/fastbayes.git |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 1924 total (5 in the last 30 days) |
| Rating | (no votes yet)[estimated byBayesian average] |
| Your Rating |
|
| Status | Docs available[build log] Successful builds reported[all 1 reports] |
TODO: Write description here
TODO: Write installation instructions here
TODO: Write usage instructions here
cabal configure --enable-tests && cabal build && cabal testTODO: Write contribution instructions here