ROOT 6.14/05 Reference Guide |
Free functions adapter needed by UNURAN for one-dimensional discrete distribution.
Definition at line 84 of file UnuranDistrAdapter.h.
Public Types | |
typedef TUnuranDiscrDist | Distribution |
Static Public Member Functions | |
static double | Cdf (int x, const UNUR_DISTR *dist) |
evaluate the cumulative function More... | |
static double | Pmf (int x, const UNUR_DISTR *dist) |
evaluate the probality mesh function More... | |
Definition at line 86 of file UnuranDistrAdapter.h.
|
inlinestatic |
evaluate the cumulative function
Definition at line 96 of file UnuranDistrAdapter.h.
|
inlinestatic |
evaluate the probality mesh function
Definition at line 90 of file UnuranDistrAdapter.h.