#include <libBM.h>
Public Member Functions | |
epdf () | |
default constructor | |
epdf (const RV &rv0) | |
default constructor | |
virtual vec | sample () const =0 |
Returns the required moment of the epdf. | |
virtual double | eval (const vec &val) const |
Compute probability of argument val . | |
virtual double | evalpdflog (const vec &val) const =0 |
Compute log-probability of argument val . | |
virtual vec | mean () const =0 |
return expected value | |
virtual | ~epdf () |
Destructor for future use;. | |
RV | _rv () const |
access function | |
Protected Attributes | |
RV | rv |
Identified of the random variable. |
virtual vec epdf::sample | ( | ) | const [pure virtual] |
Returns the required moment of the epdf.
Returns a sample from the density,
Implemented in enorm< sq_T >, egamma, euni, eEmp, enorm< ldmat >, enorm< chmat >, and enorm< fsqmat >.