| Copyright | (c) Dominik Schrempf 2020 |
|---|---|
| License | GPL-3.0-or-later |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Mcmc.Prior
Description
Creation date: Thu Jul 23 13:26:14 2020.
Synopsis
- largerThan :: Double -> Double -> Log Double
- positive :: Double -> Log Double
- lowerThan :: Double -> Double -> Log Double
- negative :: Double -> Log Double
- exponential :: Double -> Double -> Log Double
- gamma :: Double -> Double -> Double -> Log Double
- normal :: Double -> Double -> Double -> Log Double
- uniform :: Double -> Double -> Double -> Log Double
- poisson :: Double -> Int -> Log Double
- product' :: [Log Double] -> Log Double
Improper priors
largerThan :: Double -> Double -> Log Double Source #
Improper uniform prior; strictly larger than a given value.
lowerThan :: Double -> Double -> Log Double Source #
Improper uniform prior; strictly lower than a given value.
Continuous priors
Gamma distributed prior.
Normal distributed prior.
Uniform prior on [a, b].