ROOT 6.13/01 Reference Guide |
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 More... | |
static double | Dpdf (double x, const UNUR_DISTR *dist) |
evaluate the derivative of the pdf More... | |
static double | Pdf (double x, const UNUR_DISTR *dist) |
evaluate the probality density function More... | |
#include </home/ozapatam/Projects/root/math/unuran/src/UnuranDistrAdapter.h>
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.