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) {
double chisquared_quantile(double z, double r)
Re-implementation in MathMore of the Inverse ( ) of the cumulative distribution function of the lower...
double gamma_quantile(double z, double alpha, double theta)
Re-implementation in MathMore of the Inverse ( ) of the cumulative distribution function of the lower...
double tdistribution_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of Student's t-distribution (td...
double tdistribution_quantile_c(double z, double r)
Inverse ( ) of the cumulative distribution function of the upper tail of Student's t-distribution (td...
Namespace for new Math classes and functions.