A multi-dimensional conditional probability density function. More...
#include <prob_dens_func.h>
Public Member Functions | |
virtual size_t | dim () const |
The dimensionality. | |
virtual double | pdf (const vec_t &x, const vec_t &x2) const =0 |
The normalized density. | |
virtual double | log_pdf (const vec_t &x, const vec_t &x2) const =0 |
The log of the normalized density. | |
virtual void | operator() (const vec_t &x, vec_t &x2) const =0 |
Sample the distribution. | |
virtual double | metrop_hast (const vec_t &x, vec_t &x2) const |
Sample the distribution and return the log of the Metropolis-Hastings ratio. | |
This class is experimental.
Definition at line 867 of file prob_dens_func.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).