#include <libEF.h>
Public Member Functions | |
egamma (const RV &rv) | |
Default constructor. | |
void | set_parameters (const vec &a, const vec &b) |
Sets parameters. | |
vec | sample () const |
Returns the required moment of the epdf. | |
double | evalpdflog (const vec &val) const |
TODO: is it used anywhere? | |
double | lognc () const |
logarithm of the normalizing constant, | |
void | _param (vec *&a, vec *&b) |
Returns poiter to alpha and beta. Potentially dengerous: use with care! | |
vec | mean () const |
return expected value | |
virtual void | tupdate (double phi, mat &vbar, double nubar) |
TODO decide if it is really needed. | |
virtual void | dupdate (mat &v, double nu=1.0) |
TODO decide if it is really needed. | |
virtual mat | sampleN (int N) const |
Returns N samples from density . | |
virtual double | eval (const vec &val) const |
Compute probability of argument val . | |
RV | _rv () const |
access function | |
Protected Attributes | |
vec | alpha |
Vector . | |
vec | beta |
Vector . | |
RV | rv |
Identified of the random variable. |
Multvariate Gamma density as product of independent univariate densities.
vec egamma::sample | ( | ) | const [virtual] |
Returns the required moment of the epdf.
Returns a sample, from density
Implements epdf.
References alpha, beta, RV::count(), epdf::rv, and itpp::Gamma_RNG::setup().