template<class Function>
struct UnuranDistrMulti< Function >
free functions for multidimensional functions needed bby UNURAN
Definition at line 53 of file UnuranDistr.h.
|
static int | Dlogpdf (double *grad, const double *x, UNUR_DISTR *dist) |
|
static int | Dpdf (double *grad, const double *x, UNUR_DISTR *dist) |
|
static double | Logpdf (const double *x, UNUR_DISTR *dist) |
|
static double | Pdf (const double *x, UNUR_DISTR *dist) |
| evaluate the probality density function More...
|
|
static double | Pdlogpdf (const double *x, int coord, UNUR_DISTR *dist) |
|
static double | Pdpdf (const double *x, int coord, UNUR_DISTR *dist) |
|