A multi-dimensional conditional probability density function independent of the input. More...
#include <prob_dens_func.h>
This class is experimental.
Definition at line 1311 of file prob_dens_func.h.
Public Member Functions | |
prob_cond_mdim_invar (prob_dens_mdim< vec_t > &out) | |
virtual size_t | dim () const |
The dimensionality. | |
virtual double | pdf (const vec_t &x, const vec_t &x2) const |
The conditional probability. | |
virtual double | log_pdf (const vec_t &x, const vec_t &x2) const |
The log of the conditional probability. | |
virtual void | operator() (const vec_t &x, vec_t &x2) const |
Sample the distribution. | |
Protected Attributes | |
prob_dens_mdim< vec_t > & | base |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).