mcmc-0.1.3: Sample from a posterior using Markov chain Monte Carlo

Copyright(c) Dominik Schrempf 2020
LicenseGPL-3.0-or-later
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Mcmc.Move.Scale

Description

Creation date: Thu May 14 21:49:23 2020.

Synopsis

Documentation

scale Source #

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.

scaleUnbiased Source #

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.