Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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 int Dlogpdf (double *grad, const double *x, UNUR_DISTR *dist)
 
static int Dpdf (double *grad, const double *x, UNUR_DISTR *dist)
 
static double Logpdf (const double *x, UNUR_DISTR *dist)
 
static double Pdf (const double *x, UNUR_DISTR *dist)
 evaluate the probality density function
 
static double Pdlogpdf (const double *x, int coord, UNUR_DISTR *dist)
 
static double Pdpdf (const double *x, int coord, UNUR_DISTR *dist)
 

#include </home/sftnight/build/workspace/root-makedoc-v624/rootspi/rdoc/src/v6-24-00-patches/math/unuran/src/UnuranDistr.h>

Member Function Documentation

◆ Dlogpdf()

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.

◆ Dpdf()

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.

◆ Logpdf()

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

Definition at line 75 of file UnuranDistr.h.

◆ Pdf()

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.

◆ 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.

◆ Pdpdf()

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.


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