16#ifndef ROOT_Math_QuantFuncMathCore 
   17#define ROOT_Math_QuantFuncMathCore 
  550#ifdef HAVE_OLD_STAT_FUNC 
  556   inline double breitwigner_prob_inv(
double x, 
double gamma) {
 
  559   inline double breitwigner_quant_inv(
double x, 
double gamma) {
 
  563   inline double cauchy_prob_inv(
double x, 
double b) {
 
  566   inline double cauchy_quant_inv(
double x, 
double b) {
 
  570   inline double exponential_prob_inv(
double x, 
double lambda) {
 
  573   inline double exponential_quant_inv(
double x, 
double lambda) {
 
  577   inline double gaussian_prob_inv(
double x, 
double sigma) {
 
  580   inline double gaussian_quant_inv(
double x, 
double sigma) {
 
  584   inline double lognormal_prob_inv(
double x, 
double m, 
double s) {
 
  587   inline double lognormal_quant_inv(
double x, 
double m, 
double s) {
 
  591   inline double normal_prob_inv(
double x, 
double sigma) {
 
  594   inline double normal_quant_inv(
double x, 
double sigma) {
 
  598   inline double uniform_prob_inv(
double x, 
double a, 
double b) {
 
  601   inline double uniform_quant_inv(
double x, 
double a, 
double b) {
 
  605   inline double chisquared_prob_inv(
double x, 
double r) {
 
  609   inline double gamma_prob_inv(
double x, 
double alpha, 
double theta) {
 
double fdistribution_quantile_c(double z, double n, double m)
Inverse ( ) of the cumulative distribution function of the upper tail of the f distribution (fdistrib...
 
double breitwigner_quantile(double z, double gamma)
Inverse ( ) of the cumulative distribution function of the lower tail of the Breit_Wigner distributio...
 
double uniform_quantile_c(double z, double a, double b)
Inverse ( ) of the cumulative distribution function of the upper tail of the uniform (flat) distribut...
 
double landau_quantile(double z, double xi=1)
Inverse ( ) of the cumulative distribution function of the lower tail of the Landau distribution (lan...
 
double chisquared_quantile_c(double z, double r)
Inverse ( ) of the cumulative distribution function of the upper tail of the  distribution with  degr...
 
double normal_quantile(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the lower tail of the normal (Gaussian) distri...
 
double exponential_quantile_c(double z, double lambda)
Inverse ( ) of the cumulative distribution function of the upper tail of the exponential distribution...
 
double gamma_quantile_c(double z, double alpha, double theta)
Inverse ( ) of the cumulative distribution function of the upper tail of the gamma distribution (gamm...
 
double tdistribution_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of Student's t-distribution (td...
 
double landau_quantile_c(double z, double xi=1)
Inverse ( ) of the cumulative distribution function of the upper tail of the landau distribution (lan...
 
double gaussian_quantile_c(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the upper tail of the normal (Gaussian) distri...
 
double fdistribution_quantile(double z, double n, double m)
Inverse ( ) of the cumulative distribution function of the lower tail of the f distribution (fdistrib...
 
double cauchy_quantile_c(double z, double b)
Inverse ( ) of the cumulative distribution function of the upper tail of the Cauchy distribution (cau...
 
double uniform_quantile(double z, double a, double b)
Inverse ( ) of the cumulative distribution function of the lower tail of the uniform (flat) distribut...
 
double normal_quantile_c(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the upper tail of the normal (Gaussian) distri...
 
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 beta_quantile_c(double x, double a, double b)
Inverse ( ) of the cumulative distribution function of the lower tail of the beta distribution (beta_...
 
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 exponential_quantile(double z, double lambda)
Inverse ( ) of the cumulative distribution function of the lower tail of the exponential distribution...
 
double lognormal_quantile(double x, double m, double s)
Inverse ( ) of the cumulative distribution function of the lower tail of the lognormal distribution (...
 
double cauchy_quantile(double z, double b)
Inverse ( ) of the cumulative distribution function of the lower tail of the Cauchy distribution (cau...
 
double beta_quantile(double x, double a, double b)
Inverse ( ) of the cumulative distribution function of the upper tail of the beta distribution (beta_...
 
double gaussian_quantile(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the lower tail of the normal (Gaussian) distri...
 
double lognormal_quantile_c(double x, double m, double s)
Inverse ( ) of the cumulative distribution function of the upper tail of the lognormal distribution (...
 
double breitwigner_quantile_c(double z, double gamma)
Inverse ( ) of the cumulative distribution function of the upper tail of the Breit-Wigner distributio...
 
Namespace for new Math classes and functions.
 
static constexpr double s