while those with the _cdf_c extension calculate the complement of cumulative distribution function, called in statistics the survival function. It corresponds to the upper tail integral of the probability density function
NOTE: In the old releases (< 5.14) the _cdf functions were called _quant and the _cdf_c functions were called _prob. These names are currently kept for backward compatibility, but their usage is deprecated.
These functions are defined in the header file Math/ProbFunc.h or in the global one including all statistical dunctions Math/DistFunc.h
Cumulative distribution function of the beta distribution Upper tail of the integral of the beta_pdf
Definition at line 23 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_beta().
Referenced by ROOT::Math::binomial_cdf_c(), G__G__MathCore_170_0_28(), G__setup_memfuncROOTcLcLMath(), mbeta_cdf(), ROOT::Math::negative_binomial_cdf(), Beta_interval_length::operator()(), RooMathCoreReg::RooMathCoreReg(), and testBetaFunction().
Complement of the cumulative distribution function of the beta distribution. Upper tail of the integral of the beta_pdf
Definition at line 17 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_beta().
Referenced by ROOT::Math::binomial_cdf(), G__G__MathCore_170_0_27(), G__setup_memfuncROOTcLcLMath(), mbeta_cdf_c(), ROOT::Math::negative_binomial_cdf_c(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the Binomial distribution Lower tail of the integral of the binomial_pdf
Definition at line 272 of file ProbFuncMathCore.cxx.
References a, b, ROOT::Math::beta_cdf_c(), and double.
Referenced by G__G__MathCore_170_0_56(), G__setup_memfuncROOTcLcLMath(), RooMathCoreReg::RooMathCoreReg(), and testBinomialCdf().
Complement of the cumulative distribution function of the Binomial distribution. Upper tail of the integral of the binomial_pdf
Definition at line 262 of file ProbFuncMathCore.cxx.
References a, b, ROOT::Math::beta_cdf(), and double.
Referenced by G__G__MathCore_170_0_55(), G__setup_memfuncROOTcLcLMath(), RooMathCoreReg::RooMathCoreReg(), and testBinomialCdf().
Cumulative distribution function (lower tail) of the Breit_Wigner distribution and it is similar (just a different parameter definition) to the Cauchy distribution (see cauchy_cdf )
Definition at line 39 of file ProbFuncMathCore.cxx.
Referenced by cdf(), G__G__MathCore_170_0_30(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function (upper tail) of the Breit_Wigner distribution and it is similar (just a different parameter definition) to the Cauchy distribution (see cauchy_cdf_c )
Definition at line 31 of file ProbFuncMathCore.cxx.
Referenced by G__G__MathCore_170_0_29(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function (lower tail) of the Cauchy distribution which is also Lorentzian distribution. It is similar (just a different parameter definition) to the Breit_Wigner distribution (see breitwigner_cdf )
For detailed description see Mathworld.
Definition at line 55 of file ProbFuncMathCore.cxx.
Referenced by G__G__MathCore_170_0_32(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function (upper tail) of the Cauchy distribution which is also Lorentzian distribution. It is similar (just a different parameter definition) to the Breit_Wigner distribution (see breitwigner_cdf_c )
For detailed description see Mathworld.
Definition at line 47 of file ProbFuncMathCore.cxx.
Referenced by G__G__MathCore_170_0_31(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the distribution with
degrees of freedom (lower tail).
For detailed description see Mathworld. It is implemented using the incomplete gamma function, ROOT::Math::inc_gamma_c, from Cephes
Definition at line 69 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_gamma().
Referenced by RooNonCentralChiSquare::analyticalIntegral(), G__G__MathCore_170_0_34(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function of the distribution with
degrees of freedom (upper tail).
For detailed description see Mathworld. It is implemented using the incomplete gamma function, ROOT::Math::inc_gamma_c, from Cephes
Definition at line 63 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_gamma_c().
Referenced by DoUnBinFit(), G__G__MathCore_170_0_33(), G__setup_memfuncROOTcLcLMath(), TMath::Prob(), ROOT::Fit::FitResult::Prob(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the exponential distribution (lower tail).
For detailed description see Mathworld.
Definition at line 93 of file ProbFuncMathCore.cxx.
References ROOT::Math::expm1().
Referenced by ROOT::Math::GoFTest::ExponentialCDF(), G__G__MathCore_170_0_36(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function of the exponential distribution (upper tail).
For detailed description see Mathworld.
Definition at line 77 of file ProbFuncMathCore.cxx.
References exp().
Referenced by G__G__MathCore_170_0_35(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the F-distribution (lower tail).
For detailed description see Mathworld. It is implemented using the incomplete beta function, ROOT::Math::inc_beta, from Cephes
Definition at line 123 of file ProbFuncMathCore.cxx.
References ROOT::Math::fdistribution_cdf_c(), and ROOT::Math::inc_beta().
Referenced by TMath::FDistI(), ROOT::Math::fdistribution_cdf_c(), G__G__MathCore_170_0_38(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function of the F-distribution (upper tail).
For detailed description see Mathworld. It is implemented using the incomplete beta function, ROOT::Math::inc_beta, from Cephes
Definition at line 108 of file ProbFuncMathCore.cxx.
References ROOT::Math::fdistribution_cdf(), and ROOT::Math::inc_beta().
Referenced by ROOT::Math::fdistribution_cdf(), G__G__MathCore_170_0_37(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the gamma distribution (lower tail).
For detailed description see Mathworld. It is implemented using the incomplete gamma function, ROOT::Math::inc_gamma, from Cephes
Definition at line 145 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_gamma().
Referenced by RooGamma::analyticalIntegral(), G__G__MathCore_170_0_40(), G__setup_memfuncROOTcLcLMath(), myfunc(), ROOT::Math::poisson_cdf_c(), RooMathCoreReg::RooMathCoreReg(), and testGammaFunction().
Complement of the cumulative distribution function of the gamma distribution (upper tail).
For detailed description see Mathworld. It is implemented using the incomplete gamma function, ROOT::Math::inc_gamma, from Cephes
Definition at line 137 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_gamma_c().
Referenced by G__G__MathCore_170_0_39(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::poisson_cdf(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the Landau distribution (lower tail).
where is the Landau probability density function :
with
with . For a detailed description see K.S. Kölbig and B. Schorr, A program package for the Landau distribution, Computer Phys. Comm. 31 (1984) 97-111 [Erratum-ibid. 178 (2008) 972]. The same algorithms as in CERNLIB (DISLAN) is used.
x | The argument ![]() | |
xi | The width parameter ![]() | |
x0 | The location parameter ![]() |
Definition at line 302 of file ProbFuncMathCore.cxx.
References exp(), log(), p1(), p2(), p3(), p4(), sqrt(), and u.
Referenced by G__G__MathCore_170_0_41(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::landau_cdf_c(), TMath::LandauI(), RooMathCoreReg::RooMathCoreReg(), and ROOT::Math::VavilovFast::SetKappaBeta2().
Complement of the distribution function of the Landau distribution (upper tail).
where p(x) is the Landau probability density function. It is implemented simply as 1. - landau_cdf
x | The argument ![]() | |
xi | The width parameter ![]() | |
x0 | The location parameter ![]() |
Definition at line 370 of file ProbFuncMathCore.h.
References ROOT::Math::landau_cdf(), and x0.
Referenced by G__G__MathCore_170_0_42(), and G__setup_memfuncROOTcLcLMath().
Cumulative distribution function of the lognormal distribution (lower tail).
For detailed description see Mathworld.
Definition at line 166 of file ProbFuncMathCore.cxx.
References ROOT::Math::erf(), ROOT::Math::erfc(), ROOT::Math::kSqrt2, and log().
Referenced by G__G__MathCore_170_0_44(), G__setup_memfuncROOTcLcLMath(), goftest(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function of the lognormal distribution (upper tail).
For detailed description see Mathworld.
Definition at line 154 of file ProbFuncMathCore.cxx.
References ROOT::Math::erf(), ROOT::Math::erfc(), ROOT::Math::kSqrt2, and log().
Referenced by G__G__MathCore_170_0_43(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the Negative Binomial distribution Lower tail of the integral of the negative_binomial_pdf
Definition at line 282 of file ProbFuncMathCore.cxx.
References ROOT::Math::beta_cdf().
Referenced by G__G__MathCore_170_0_58(), and G__setup_memfuncROOTcLcLMath().
Complement of the cumulative distribution function of the Negative Binomial distribution. Upper tail of the integral of the negative_binomial_pdf
Definition at line 291 of file ProbFuncMathCore.cxx.
References ROOT::Math::beta_cdf_c().
Referenced by G__G__MathCore_170_0_57(), and G__setup_memfuncROOTcLcLMath().
Cumulative distribution function of the normal (Gaussian) distribution (lower tail).
For detailed description see Mathworld.
Definition at line 191 of file ProbFuncMathCore.cxx.
References ROOT::Math::erf(), ROOT::Math::erfc(), and ROOT::Math::kSqrt2.
Referenced by cdf(), cdf_trunc(), G__G__MathCore_170_0_47(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::gaussian_cdf(), ROOT::Math::GoFTest::GaussianCDF(), RooMathCoreReg::RooMathCoreReg(), testMultinomial(), and unuranSimple().
Complement of the cumulative distribution function of the normal (Gaussian) distribution (upper tail).
For detailed description see Mathworld.
Definition at line 178 of file ProbFuncMathCore.cxx.
References ROOT::Math::erf(), ROOT::Math::erfc(), and ROOT::Math::kSqrt2.
Referenced by G__G__MathCore_170_0_45(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::gaussian_cdf_c(), RooMathCoreReg::RooMathCoreReg(), and RooStats::SignificanceToPValue().
Cumulative distribution function of the Poisson distribution Lower tail of the integral of the poisson_pdf
Definition at line 255 of file ProbFuncMathCore.cxx.
References a, double, and ROOT::Math::gamma_cdf_c().
Referenced by RooPoisson::analyticalIntegral(), G__G__MathCore_170_0_54(), G__setup_memfuncROOTcLcLMath(), RooMathCoreReg::RooMathCoreReg(), and testPoissonCdf().
discrete distributions
Complement of the cumulative distribution function of the Poisson distribution. Upper tail of the integral of the poisson_pdf
Definition at line 248 of file ProbFuncMathCore.cxx.
References a, double, and ROOT::Math::gamma_cdf().
Referenced by G__G__MathCore_170_0_53(), G__setup_memfuncROOTcLcLMath(), RooMathCoreReg::RooMathCoreReg(), and testPoissonCdf().
Cumulative distribution function of Student's t-distribution (lower tail).
For detailed description see Mathworld. It is implemented using the incomplete beta function, ROOT::Math::inc_beta, from Cephes
Definition at line 213 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_beta(), p, and RootCsg::sign().
Referenced by G__G__MathCore_170_0_50(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function of Student's t-distribution (upper tail).
For detailed description see Mathworld. It is implemented using the incomplete beta function, ROOT::Math::inc_beta, from Cephes
Definition at line 203 of file ProbFuncMathCore.cxx.
References ROOT::Math::inc_beta(), p, and RootCsg::sign().
Referenced by G__G__MathCore_170_0_49(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Cumulative distribution function of the uniform (flat) distribution (lower tail).
For detailed description see Mathworld.
Definition at line 235 of file ProbFuncMathCore.cxx.
Referenced by G__G__MathCore_170_0_52(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Complement of the cumulative distribution function of the uniform (flat) distribution (upper tail).
For detailed description see Mathworld.
Definition at line 222 of file ProbFuncMathCore.cxx.
Referenced by G__G__MathCore_170_0_51(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
The Vavilov cummulative probability density function
x | The Landau parameter ![]() | |
kappa | The parameter ![]() ![]() | |
beta2 | The parameter ![]() ![]() |
Definition at line 472 of file VavilovAccurate.cxx.
References ROOT::Math::VavilovAccurate::GetInstance(), and vavilov().
Referenced by G__G__MathMore_99_0_38(), and G__setup_memfuncROOTcLcLMath().
The Vavilov complementary cummulative probability density function
x | The Landau parameter ![]() | |
kappa | The parameter ![]() ![]() | |
beta2 | The parameter ![]() ![]() |
Definition at line 467 of file VavilovAccurate.cxx.
References ROOT::Math::VavilovAccurate::GetInstance(), and vavilov().
Referenced by G__G__MathMore_99_0_39(), and G__setup_memfuncROOTcLcLMath().
The Vavilov cummulative probability density function
x | The Landau parameter ![]() | |
kappa | The parameter ![]() ![]() | |
beta2 | The parameter ![]() ![]() |
Definition at line 583 of file VavilovFast.cxx.
References ROOT::Math::VavilovFast::GetInstance(), and vavilov().
Referenced by G__G__MathMore_99_0_43(), and G__setup_memfuncROOTcLcLMath().
The Vavilov complementary cummulative probability density function
x | The Landau parameter ![]() | |
kappa | The parameter ![]() ![]() | |
beta2 | The parameter ![]() ![]() |
Definition at line 588 of file VavilovFast.cxx.
References ROOT::Math::VavilovFast::GetInstance(), and vavilov().
Referenced by G__G__MathMore_99_0_44(), and G__setup_memfuncROOTcLcLMath().