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);
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
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.
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.