| 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.Proposal.Slide
Description
Creation date: Wed May 6 10:59:13 2020.
Documentation
Arguments
| :: String | Name. |
| -> Int | Weight. |
| -> Double | Mean. |
| -> Double | Standard deviation. |
| -> Bool | Enable tuning. |
| -> Proposal Double |
Additive proposal with normally distributed kernel.
Arguments
| :: String | Name. |
| -> Int | Weight. |
| -> Double | Standard deviation. |
| -> Bool | Enable tuning. |
| -> Proposal Double |
Additive proposal with normally distributed kernel with mean zero. This proposal is very fast, because the Metropolis-Hastings ratio does not include calculation of the forwards and backwards kernels.