ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Static Public Member Functions | List of all members
UnuranDistrMulti< Function > Struct Template Reference

template<class Function>
struct UnuranDistrMulti< Function >

free functions for multidimensional functions needed bby UNURAN

Definition at line 53 of file UnuranDistr.h.

Static Public Member Functions

static double Pdf (const double *x, UNUR_DISTR *dist)
 evaluate the probality density function More...
 
static int Dpdf (double *grad, const double *x, UNUR_DISTR *dist)
 
static double Pdpdf (const double *x, int coord, UNUR_DISTR *dist)
 
static double Logpdf (const double *x, UNUR_DISTR *dist)
 
static int Dlogpdf (double *grad, const double *x, UNUR_DISTR *dist)
 
static double Pdlogpdf (const double *x, int coord, UNUR_DISTR *dist)
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/unuran/src/UnuranDistr.h>

Member Function Documentation

template<class Function >
static int UnuranDistrMulti< Function >::Dlogpdf ( double grad,
const double x,
UNUR_DISTR dist 
)
inlinestatic

Definition at line 83 of file UnuranDistr.h.

template<class Function >
static int UnuranDistrMulti< Function >::Dpdf ( double grad,
const double x,
UNUR_DISTR dist 
)
inlinestatic

Definition at line 63 of file UnuranDistr.h.

Referenced by UnuranDistrMulti< Function >::Dlogpdf().

template<class Function >
static double UnuranDistrMulti< Function >::Logpdf ( const double x,
UNUR_DISTR dist 
)
inlinestatic

Definition at line 75 of file UnuranDistr.h.

template<class Function >
static double UnuranDistrMulti< Function >::Pdf ( const double x,
UNUR_DISTR dist 
)
inlinestatic

evaluate the probality density function

Definition at line 56 of file UnuranDistr.h.

Referenced by UnuranDistrMulti< Function >::Dlogpdf(), UnuranDistrMulti< Function >::Logpdf(), and UnuranDistrMulti< Function >::Pdlogpdf().

template<class Function >
static double UnuranDistrMulti< Function >::Pdlogpdf ( const double x,
int  coord,
UNUR_DISTR dist 
)
inlinestatic

Definition at line 93 of file UnuranDistr.h.

template<class Function >
static double UnuranDistrMulti< Function >::Pdpdf ( const double x,
int  coord,
UNUR_DISTR dist 
)
inlinestatic

Definition at line 70 of file UnuranDistr.h.

Referenced by UnuranDistrMulti< Function >::Pdlogpdf().


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