bdm::migamma Class Reference
Inverse-Gamma random walk. More...
#include <exp_family.h>
Inheritance diagram for bdm::migamma:

Public Member Functions | |
| void | set_parameters (int len, double k0) |
Set value of k. | |
| void | validate () |
| void | condition (const vec &val) |
Constructors | |
| migamma (const migamma &m) | |
Protected Attributes | |
| double | k |
Constant . | |
| vec & | _alpha |
| cache of iepdf.alpha | |
| vec & | _beta |
| cache of iepdf.beta | |
Detailed Description
Inverse-Gamma random walk.
Mean value,
, of this density is given by rvc . Standard deviation of the random walk is proportional to one
-th the mean. This is achieved by setting
and
.
The standard deviation of the walk is then:
.
The documentation for this class was generated from the following file:
Generated on 2 Dec 2013 for mixpp by
1.4.7

.