28 #ifndef ROOT_Math_QuantFuncMathMore
29 #define ROOT_Math_QuantFuncMathMore
87 double tdistribution_quantile_c(
double z,
double r);
105 double tdistribution_quantile(
double z,
double r);
108 #ifdef HAVE_OLD_STAT_FUNC
115 inline double chisquared_quant_inv(
double x,
double r) {
116 return chisquared_quantile (x, r );
120 inline double gamma_quant_inv(
double x,
double alpha,
double theta) {
121 return gamma_quantile (x, alpha, theta );
124 inline double tdistribution_prob_inv(
double x,
double r) {
125 return tdistribution_quantile_c (x, r );
128 inline double tdistribution_quant_inv(
double x,
double r) {
129 return tdistribution_quantile (x, r );
154 double chisquared_quantile(
double z,
double r);
172 double gamma_quantile(
double z,
double alpha,
double theta);
181 #endif // ROOT_Math_QuantFuncMathMore