#include <UnuranDistrAdapter.h>
Public Types | |
typedef TUnuranMultiContDist | Distribution |
Static Public Member Functions | |
static double | Pdf (const double *x, UNUR_DISTR *dist) |
evaluate the probality density function | |
static int | Dpdf (double *grad, const double *x, UNUR_DISTR *dist) |
static double | Pdpdf (const double *x, int coord, UNUR_DISTR *dist) |
Definition at line 55 of file UnuranDistrAdapter.h.
Definition at line 57 of file UnuranDistrAdapter.h.
static double MultiDist::Pdf | ( | const double * | x, | |
UNUR_DISTR * | dist | |||
) | [inline, static] |
evaluate the probality density function
Definition at line 60 of file UnuranDistrAdapter.h.
References func().
Referenced by TUnuran::SetMultiDistribution().
static int MultiDist::Dpdf | ( | double * | grad, | |
const double * | x, | |||
UNUR_DISTR * | dist | |||
) | [inline, static] |
Definition at line 66 of file UnuranDistrAdapter.h.
References func().
Referenced by TUnuran::SetMultiDistribution().
static double MultiDist::Pdpdf | ( | const double * | x, | |
int | coord, | |||
UNUR_DISTR * | dist | |||
) | [inline, static] |
Definition at line 73 of file UnuranDistrAdapter.h.
References func().
Referenced by TUnuran::SetMultiDistribution().