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) {
154 double chisquared_quantile(
double z,
double r);
172 double gamma_quantile(
double z,
double alpha,
double theta);
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...
double chisquared_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of the distribution with degr...
double gamma_quantile(double z, double alpha, double theta)
Inverse ( ) of the cumulative distribution function of the lower tail of the gamma distribution (gamm...
Namespace for new Math classes and functions.
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...