Probability density function of the beta distribution.
for . For detailed description see Mathworld.
Definition at line 22 of file PdfFuncMathCore.cxx.
References exp(), RootCsg::infinity, ROOT::Math::lgamma(), log(), and ROOT::Math::log1p().
Referenced by G__G__MathCore_170_0_11(), G__setup_memfuncROOTcLcLMath(), mbeta_pdf(), rf105_funcbinding(), RooMathCoreReg::RooMathCoreReg(), testBetaFunction(), and TestBasic105::testCode().
Probability density function of the binomial distribution.
for . For detailed description see Mathworld.
Definition at line 40 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::lgamma(), log(), and ROOT::Math::log1p().
Referenced by binomial_pmf(), G__G__MathCore_170_0_12(), G__setup_memfuncROOTcLcLMath(), RooMathCoreReg::RooMathCoreReg(), and testBinomialCdf().
Probability density function of Breit-Wigner distribution, which is similar, just a different definition of the parameters, to the Cauchy distribution (see cauchy_pdf )
Definition at line 63 of file PdfFuncMathCore.cxx.
References M_PI.
Referenced by distr(), G__G__MathCore_170_0_14(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the Cauchy distribution which is also called Lorentzian distribution.
For detailed description see Mathworld. It is also related to the breitwigner_pdf which will call the same implementation.
Definition at line 73 of file PdfFuncMathCore.cxx.
References M_PI.
Referenced by G__G__MathCore_170_0_15(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the distribution with
degrees of freedom.
for . For detailed description see Mathworld.
Definition at line 81 of file PdfFuncMathCore.cxx.
References a, exp(), ROOT::Math::lgamma(), and log().
Referenced by RooNonCentralChiSquare::evaluate(), G__G__MathCore_170_0_16(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::noncentral_chisquared_pdf(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the exponential distribution.
for x>0. For detailed description see Mathworld.
Definition at line 96 of file PdfFuncMathCore.cxx.
References exp().
Referenced by G__G__MathCore_170_0_17(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the F-distribution.
for x>=0. For detailed description see Mathworld.
Definition at line 108 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::lgamma(), and log().
Referenced by TMath::FDist(), G__G__MathCore_170_0_18(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the gamma distribution.
for x>0. For detailed description see Mathworld.
Definition at line 123 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::lgamma(), and log().
Referenced by G__G__MathCore_170_0_19(), G__setup_memfuncROOTcLcLMath(), TMath::GammaDist(), RooMathCoreReg::RooMathCoreReg(), and testGammaFunction().
Probability density function of the normal (Gaussian) distribution.
For detailed description see Mathworld. It can also be evaluated using normal_pdf which will call the same implementation.
Definition at line 145 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::fabs(), M_PI, and sqrt().
Referenced by G__G__MathCore_170_0_20(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the Landau distribution:
with
where . 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 (DENLAN) is used
x | The argument ![]() | |
xi | The width parameter ![]() | |
x0 | The location parameter ![]() |
Definition at line 153 of file PdfFuncMathCore.cxx.
References exp(), log(), p1(), p2(), p3(), p4(), sqrt(), and u.
Referenced by G__G__MathCore_170_0_21(), G__setup_memfuncROOTcLcLMath(), TMath::Landau(), ROOT::Math::VavilovFast::Pdf(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the lognormal distribution.
for x>0. For detailed description see Mathworld.
s | scale parameter (not the sigma of the distribution which is not even defined) | |
x0 | location parameter, corresponds approximatly to the most probable value. For x0 = 0, sigma = 1, the x_mpv = -0.22278 |
Definition at line 223 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::fabs(), log(), M_PI, and sqrt().
Referenced by RooLognormal::evaluate(), G__G__MathCore_170_0_22(), G__setup_memfuncROOTcLcLMath(), TMath::LogNormal(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the negative binomial distribution.
For detailed description see Mathworld (where $k x$ and $n r$). The distribution in Wikipedia is defined with a $p$ corresponding to $1-p$ in this case.
Definition at line 51 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::lgamma(), log(), and ROOT::Math::log1p().
Referenced by G__G__MathCore_170_0_13(), and G__setup_memfuncROOTcLcLMath().
Probability density function of the non central distribution with
degrees of freedom and the noon-central parameter
for . For detailed description see Mathworld.
Definition at line 22 of file PdfFuncMathMore.cxx.
References ROOT::Math::chisquared_pdf(), ROOT::Math::cyl_bessel_i(), exp(), pow(), sqrt(), and ROOT::Math::tgamma().
Referenced by RooNonCentralChiSquare::evaluate(), G__G__MathMore_99_0_1(), and G__setup_memfuncROOTcLcLMath().
Probability density function of the normal (Gaussian) distribution.
For detailed description see Mathworld. It can also be evaluated using gaussian_pdf which will call the same implementation.
Definition at line 236 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::fabs(), M_PI, and sqrt().
Referenced by G__G__MathCore_170_0_23(), G__setup_memfuncROOTcLcLMath(), gausNd(), norm(), and RooMathCoreReg::RooMathCoreReg().
Probability density function of the Poisson distribution.
For detailed description see Mathworld.
Definition at line 245 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::lgamma(), and log().
Referenced by G__G__MathCore_170_0_24(), G__setup_memfuncROOTcLcLMath(), poisson(), poisson_pmf(), RooMathCoreReg::RooMathCoreReg(), and testPoissonCdf().
Probability density function of Student's t-distribution.
for . For detailed description see Mathworld.
Definition at line 260 of file PdfFuncMathCore.cxx.
References exp(), ROOT::Math::lgamma(), M_PI, pow(), and sqrt().
Referenced by G__G__MathCore_170_0_25(), G__setup_memfuncROOTcLcLMath(), RooMathCoreReg::RooMathCoreReg(), and tStudent().
Probability density function of the uniform (flat) distribution.
if and 0 otherwise. For detailed description see Mathworld.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! when a=b
Definition at line 269 of file PdfFuncMathCore.cxx.
Referenced by G__G__MathCore_170_0_26(), G__setup_memfuncROOTcLcLMath(), and RooMathCoreReg::RooMathCoreReg().
The Vavilov probability density function
x | The Landau parameter ![]() | |
kappa | The parameter ![]() ![]() | |
beta2 | The parameter ![]() ![]() |
Definition at line 462 of file VavilovAccurate.cxx.
References ROOT::Math::VavilovAccurate::GetInstance(), and vavilov().
Referenced by G__G__MathMore_99_0_37(), and G__setup_memfuncROOTcLcLMath().
The Vavilov probability density function
x | The Landau parameter ![]() | |
kappa | The parameter ![]() ![]() | |
beta2 | The parameter ![]() ![]() |
Definition at line 578 of file VavilovFast.cxx.
References ROOT::Math::VavilovFast::GetInstance(), and vavilov().
Referenced by G__G__MathMore_99_0_42(), and G__setup_memfuncROOTcLcLMath().