Free functions adapter needed by UNURAN for onedimensional continuous distributions.
Definition at line 29 of file UnuranDistrAdapter.h.
Public Types | |
typedef TUnuranContDist | Distribution |
Static Public Member Functions | |
static double | Cdf (double x, const UNUR_DISTR *dist) |
evaluate the Cumulative distribution function, integral of the pdf | |
static double | Dpdf (double x, const UNUR_DISTR *dist) |
evaluate the derivative of the pdf | |
static double | Pdf (double x, const UNUR_DISTR *dist) |
evaluate the probality density function | |
Definition at line 31 of file UnuranDistrAdapter.h.
|
inlinestatic |
evaluate the Cumulative distribution function, integral of the pdf
Definition at line 45 of file UnuranDistrAdapter.h.
|
inlinestatic |
evaluate the derivative of the pdf
Definition at line 39 of file UnuranDistrAdapter.h.
|
inlinestatic |
evaluate the probality density function
Definition at line 34 of file UnuranDistrAdapter.h.