| Copyright | 2021 Dominik Schrempf |
|---|---|
| License | GPL-3.0-or-later |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Mcmc.Chain.Link
Description
Creation date: Wed May 20 09:10:27 2020.
Synopsis
- data Link a = Link {
- state :: a
- prior :: Prior
- likelihood :: Likelihood
Documentation
Link of a Markov chain. For reasons of computational efficiency, each state is associated with the corresponding prior and likelihood.
Constructors
| Link | |
Fields
| |