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