Logo ROOT   6.12/07
Reference Guide
List of all members | Public Types | Static Public Member Functions | List of all members
ContDist Struct Reference

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 </mnt/build/workspace/root-makedoc-v612/rootspi/rdoc/src/v6-12-00-patches/math/unuran/src/UnuranDistrAdapter.h>

Member Typedef Documentation

◆ Distribution

Definition at line 31 of file UnuranDistrAdapter.h.

Member Function Documentation

◆ Cdf()

static double ContDist::Cdf ( double  x,
const UNUR_DISTR dist 
)
inlinestatic

evaluate the Cumulative distribution function, integral of the pdf

Definition at line 45 of file UnuranDistrAdapter.h.

◆ Dpdf()

static double ContDist::Dpdf ( double  x,
const UNUR_DISTR dist 
)
inlinestatic

evaluate the derivative of the pdf

Definition at line 39 of file UnuranDistrAdapter.h.

◆ Pdf()

static double ContDist::Pdf ( double  x,
const UNUR_DISTR dist 
)
inlinestatic

evaluate the probality density function

Definition at line 34 of file UnuranDistrAdapter.h.


The documentation for this struct was generated from the following file: