bdm::migamma_ref Class Reference
Inverse-Gamma random walk around a fixed point. More...
#include <exp_family.h>
Inheritance diagram for bdm::migamma_ref:
Public Member Functions | |
migamma_ref () | |
Constructor. | |
void | set_parameters (double k0, vec ref0, double l0) |
Set value of k . | |
void | validate () |
void | condition (const vec &val) |
void | from_setting (const Setting &set) |
void | to_setting (Setting &set) const |
Protected Attributes | |
double | l |
parameter l | |
vec | refl |
reference vector |
Detailed Description
Inverse-Gamma random walk around a fixed point.
Mean value, , of this density is given by a geometric combination of rvc
and given fixed point, . is the coefficient of the geometric combimation
==== Check == vv = 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: .
Member Function Documentation
void bdm::migamma_ref::from_setting | ( | const Setting & | set | ) | [virtual] |
Create object from the following structure
class = 'migamma_ref'; ref = [...]; % reference vector l = []; % constant scalar l k = []; % constant scalar k --- inherited fields --- bdm::migamma::from_setting
Reimplemented from bdm::pdf.
The documentation for this class was generated from the following files:
- exp_family.h
- exp_family.cpp
Generated on 2 Dec 2013 for mixpp by 1.4.7