ContDist Struct Reference

#include <UnuranDistrAdapter.h>

List of all members.

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


Detailed Description

Free functions adapter needed by UNURAN for onedimensional continous distributions

Definition at line 29 of file UnuranDistrAdapter.h.


Member Typedef Documentation

typedef TUnuranContDist ContDist::Distribution

Definition at line 31 of file UnuranDistrAdapter.h.


Member Function Documentation

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().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 5 16:25:07 2011 for ROOT_528-00b_version by  doxygen 1.5.1