bdm::egamma Class Reference
Gamma posterior density. More...
#include <exp_family.h>
Inheritance diagram for bdm::egamma:

| Public Member Functions | |
| vec | sample () const | 
| double | evallog_nn (const vec &val) const | 
| double | lognc () const | 
| vec & | _alpha () | 
| Returns pointer to internal alpha. Potentially dengerous: use with care! | |
| vec & | _beta () | 
| Returns pointer to internal beta. Potentially dengerous: use with care! | |
| vec | mean () const | 
| vec | variance () const | 
| void | from_setting (const Setting &set) | 
| void | to_setting (Setting &set) const | 
| void | validate () | 
| Constructors | |
| egamma (const vec &a, const vec &b) | |
| void | set_parameters (const vec &a, const vec &b) | 
| Protected Attributes | |
| vec | alpha | 
| Vector  . | |
| vec | beta | 
| Vector  . | |
Detailed Description
Gamma posterior density.Multivariate Gamma density as product of independent univariate densities.
![\[ f(x|\alpha,\beta) = \prod f(x_i|\alpha_i,\beta_i) \]](form_81.png) 
Member Function Documentation
| void bdm::egamma::from_setting | ( | const Setting & | set | ) |  [virtual] | 
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
 1.4.7 
      
![\[ f(rv|rvc) = \Gamma(\alpha, \beta) \]](form_105.png) 
