A multidimensional distribution formed by the product of several one-dimensional distributions. More...
#include <prob_dens_func.h>
Definition at line 706 of file prob_dens_func.h.
Public Member Functions | |
prob_dens_mdim_factor (std::vector< prob_dens_func > &p_list) | |
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. | |
Protected Attributes | |
std::vector< prob_dens_func > | list |
Vector of one-dimensional distributions. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).