Public Types | |
typedef double(*) | Pdf (double, double, double) |
typedef double(*) | Cdf (double, double, double) |
typedef double(*) | Quant (double, double) |
Public Member Functions | |
TestFunc1 (double p1, double s=2) | |
int | testCdf (Pdf f_pdf, Cdf f_cdf, bool c=false) |
int | testQuantile (Cdf f_cdf, Quant f_quantile, bool c=false) |
Public Attributes | |
double | p [1] |
double | scale |
Classes | |
struct | PdfFunction |
Definition at line 60 of file testStatFunc.cxx.
typedef double( * ) TestFunc1::Pdf(double, double, double) |
Definition at line 62 of file testStatFunc.cxx.
typedef double( * ) TestFunc1::Cdf(double, double, double) |
Definition at line 63 of file testStatFunc.cxx.
typedef double( * ) TestFunc1::Quant(double, double) |
Definition at line 64 of file testStatFunc.cxx.
Definition at line 84 of file testStatFunc.cxx.
References c, compare(), E, ROOT::Math::GSLIntegrator::IntegralLow(), ROOT::Math::GSLIntegrator::IntegralUp(), p, ROOT::Math::GSLIntegrator::SetFunction(), and val.
Definition at line 125 of file testStatFunc.cxx.
Referenced by testCdf(), TestFunc1(), and testQuantile().