Public Types | |
typedef double(*) | Pdf (double, double, double, double) |
typedef double(*) | Cdf (double, double, double, double) |
typedef double(*) | Quant (double, double, double) |
Public Member Functions | |
TestFunc2 (double p1, double p2, 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 [2] |
double | scale |
Classes | |
struct | PdfFunction |
Definition at line 132 of file testStatFunc.cxx.
Definition at line 134 of file testStatFunc.cxx.
Definition at line 135 of file testStatFunc.cxx.
typedef double( * ) TestFunc2::Quant(double, double, double) |
Definition at line 136 of file testStatFunc.cxx.
Definition at line 157 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 198 of file testStatFunc.cxx.
Referenced by testCdf(), TestFunc2(), and testQuantile().