28 #ifndef ROOT_Math_QuantFuncMathMore 29 #define ROOT_Math_QuantFuncMathMore 108 #ifdef HAVE_OLD_STAT_FUNC 115 inline double chisquared_quant_inv(
double x,
double r) {
120 inline double gamma_quant_inv(
double x,
double alpha,
double theta) {
124 inline double tdistribution_prob_inv(
double x,
double r) {
128 inline double tdistribution_quant_inv(
double x,
double r) {
181 #endif // ROOT_Math_QuantFuncMathMore Namespace for new ROOT classes and functions.
double tdistribution_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of Student's t-distribution (td...
Namespace for new Math classes and functions.
you should not use this method at all Int_t Int_t z
double gamma_quantile(double z, double alpha, double theta)
Inverse ( ) of the cumulative distribution function of the lower tail of the gamma distribution (gamm...
double chisquared_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of the distribution with degr...
double tdistribution_quantile_c(double z, double r)
Inverse ( ) of the cumulative distribution function of the upper tail of Student's t-distribution (td...