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