egamma Class Reference

Gamma posterior density. More...

#include <libEF.h>

Inheritance diagram for egamma:

Inheritance graph
[legend]
Collaboration diagram for egamma:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 egamma (const RV &rv)
 Default constructor.
void set_parameters (const vec &a, const vec &b)
 Sets parameters.
vec sample ()
 Returns the required moment of the epdf.
mat sample (int N)
double evalpdflog (const vec val)
void _param (vec *&a, vec *&b)
 Returns poiter to alpha and beta. Potentially dengerous: use with care!
vec mean ()
 return expected value
virtual void tupdate (double phi, mat &vbar, double nubar)
virtual void dupdate (mat &v, double nu=1.0)
virtual double eval (const vec &val)
 Compute probability of argument val.
virtual double evalpdflog (const vec &val)
 Compute log-probability of argument val.

Protected Attributes

vec alpha
vec beta
RV rv


Detailed Description

Gamma posterior density.

Multvariate Gamma density as product of independent univariate densities.

\[ f(x|a,b) = \prod f(x_i|a_i,b_i) \]


Member Function Documentation

vec egamma::sample (  )  [virtual]

Returns the required moment of the epdf.

Returns a sample from the density, $x \sim epdf(rv)$

Implements epdf.


The documentation for this class was generated from the following files:
Generated on Thu Feb 28 16:54:45 2008 for mixpp by  doxygen 1.5.3