Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
UnuranDistr< Function > Struct Template Reference

template<class Function>
struct UnuranDistr< Function >

UnuranDistr Provides free function based on TF1 to be called by unuran.

Definition at line 28 of file UnuranDistr.h.

Static Public Member Functions

static double Cdf (double x, const UNUR_DISTR *dist)
 
static double Dpdf (double x, const UNUR_DISTR *dist)
 
static double Pdf (double x, const UNUR_DISTR *dist)
 evaluate the probal
 

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

Member Function Documentation

◆ Cdf()

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

Definition at line 41 of file UnuranDistr.h.

◆ Dpdf()

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

Definition at line 36 of file UnuranDistr.h.

◆ Pdf()

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

evaluate the probal

Definition at line 31 of file UnuranDistr.h.


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