| 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.Move.Scale
Description
Creation date: Thu May 14 21:49:23 2020.
Documentation
Arguments
| :: String | Name. |
| -> Int | Weight. |
| -> Lens' a Double | Instruction about which parameter to change. |
| -> Double | Shape. |
| -> Double | Scale. |
| -> Bool | Enable tuning. |
| -> Move a |
Multiplicative move with Gamma distributed density.
Arguments
| :: String | Name. |
| -> Int | Weight. |
| -> Lens' a Double | Instruction about which parameter to change. |
| -> Double | Shape. |
| -> Bool | Enable tuning. |
| -> Move a |
Multiplicative move with Gamma distributed density. The scale of the Gamma distributions is set to (shape)^{-1}, so that the mean of the Gamma distribution is 1.0.