16 #if defined(__CINT__) && !defined(__MAKECINT__)
19 #include "../lib/libMathCore.so"
21 #include "../bin/libMathCore.dll"
27 #ifndef ROOT_Math_QuantFuncMathCore
28 #define ROOT_Math_QuantFuncMathCore
448 #ifdef LATER // t quantiles are still in MathMore
561 #ifdef HAVE_OLD_STAT_FUNC
567 inline double breitwigner_prob_inv(
double x,
double gamma) {
570 inline double breitwigner_quant_inv(
double x,
double gamma) {
574 inline double cauchy_prob_inv(
double x,
double b) {
577 inline double cauchy_quant_inv(
double x,
double b) {
581 inline double exponential_prob_inv(
double x,
double lambda) {
584 inline double exponential_quant_inv(
double x,
double lambda) {
588 inline double gaussian_prob_inv(
double x,
double sigma) {
591 inline double gaussian_quant_inv(
double x,
double sigma) {
595 inline double lognormal_prob_inv(
double x,
double m,
double s) {
598 inline double lognormal_quant_inv(
double x,
double m,
double s) {
602 inline double normal_prob_inv(
double x,
double sigma) {
605 inline double normal_quant_inv(
double x,
double sigma) {
609 inline double uniform_prob_inv(
double x,
double a,
double b) {
612 inline double uniform_quant_inv(
double x,
double a,
double b) {
616 inline double chisquared_prob_inv(
double x,
double r) {
620 inline double gamma_prob_inv(
double x,
double alpha,
double theta) {
633 #endif // ROOT_Math_QuantFuncMathCore
635 #endif // if defined (__CINT__) && !defined(__MAKECINT__)
double normal_quantile(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the lower tail of the normal (Gaussian) distri...
double normal_quantile_c(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the upper tail of the normal (Gaussian) distri...
double cauchy_quantile(double z, double b)
Inverse ( ) of the cumulative distribution function of the lower 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 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 landau_quantile_c(double z, double xi=1)
Inverse ( ) of the cumulative distribution function of the upper tail of the landau distribution (lan...
double breitwigner_quantile_c(double z, double gamma)
Inverse ( ) of the cumulative distribution function of the upper tail of the Breit-Wigner distributio...
double chisquared_quantile_c(double z, double r)
Inverse ( ) of the cumulative distribution function of the upper tail of the distribution with degr...
double exponential_quantile_c(double z, double lambda)
Inverse ( ) of the cumulative distribution function of the upper tail of the exponential distribution...
double breitwigner_quantile(double z, double gamma)
Inverse ( ) of the cumulative distribution function of the lower tail of the Breit_Wigner distributio...
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_c(double z, double a, double b)
Inverse ( ) of the cumulative distribution function of the upper tail of the uniform (flat) distribut...
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 tdistribution_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of Student's t-distribution (td...
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 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 lognormal_quantile_c(double x, double m, double s)
Inverse ( ) of the cumulative distribution function of the upper tail of the lognormal distribution (...
double landau_quantile(double z, double xi=1)
Inverse ( ) of the cumulative distribution function of the lower tail of the Landau distribution (lan...
double gaussian_quantile(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the lower tail of the normal (Gaussian) distri...
double gaussian_quantile_c(double z, double sigma)
Inverse ( ) of the cumulative distribution function of the upper tail of the normal (Gaussian) distri...
double lognormal_quantile(double x, double m, double s)
Inverse ( ) of the cumulative distribution function of the lower tail of the lognormal distribution (...
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 chisquared_quantile(double z, double r)
Inverse ( ) of the cumulative distribution function of the lower tail of the distribution with degr...
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 beta_quantile(double x, double a, double b)
Inverse ( ) of the cumulative distribution function of the upper tail of the beta distribution (beta_...