#include <libEF.h>


| Public Member Functions | |
| mlnorm (const RV &rv, const RV &rvc) | |
| Constructor. | |
| void | set_parameters (const mat &A, const vec &mu0, const sq_T &R) | 
| Set AandR. | |
| vec | samplecond (const vec &cond, double &lik) | 
| Generate one sample of the posterior. | |
| mat | samplecond (const vec &cond, vec &lik, int n) | 
| Generate matrix of samples of the posterior. | |
| void | condition (const vec &cond) | 
| Set value of rvc. Result of this operation is stored inepdfuse function_epto access it. | |
| virtual double | evalcond (const vec &dt, const vec &cond) | 
| Shortcut for conditioning and evaluation of the internal epdf. In some cases, this operation can be implemented efficiently. | |
| RV | _rvc () | 
| access function | |
| RV | _rv () | 
| access function | |
| epdf & | _epdf () | 
| access function | |
| Protected Attributes | |
| RV | rv | 
| modeled random variable | |
| RV | rvc | 
| random variable in condition | |
| epdf * | ep | 
| pointer to internal epdf | |
Mean value  .
. 
 1.5.6
 1.5.6