#include <UnuranDistrAdapter.h>
Public Types | |
typedef TUnuranContDist | Distribution |
Static Public Member Functions | |
static double | Pdf (double x, const UNUR_DISTR *dist) |
evaluate the probality density function | |
static double | Dpdf (double x, const UNUR_DISTR *dist) |
evaluate the derivative of the pdf | |
static double | Cdf (double x, const UNUR_DISTR *dist) |
evaluate the Cumulative distribution function, integral of the pdf |
Definition at line 29 of file UnuranDistrAdapter.h.
Definition at line 31 of file UnuranDistrAdapter.h.
static double ContDist::Pdf | ( | double | x, | |
const UNUR_DISTR * | dist | |||
) | [inline, static] |
evaluate the probality density function
Definition at line 34 of file UnuranDistrAdapter.h.
References func().
Referenced by TUnuran::SetContDistribution().
static double ContDist::Dpdf | ( | double | x, | |
const UNUR_DISTR * | dist | |||
) | [inline, static] |
evaluate the derivative of the pdf
Definition at line 39 of file UnuranDistrAdapter.h.
References func().
Referenced by TUnuran::SetContDistribution().
static double ContDist::Cdf | ( | double | x, | |
const UNUR_DISTR * | dist | |||
) | [inline, static] |
evaluate the Cumulative distribution function, integral of the pdf
Definition at line 45 of file UnuranDistrAdapter.h.
References func().
Referenced by TUnuran::SetContDistribution().