Calculates the Airy function Ai
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 364 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_26(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
Calculates the derivative of the Airy function Ai
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 380 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_28(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
Calculates the Airy function Bi
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 372 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_27(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
Calculates the derivative of the Airy function Bi
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 388 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_29(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
double ROOT::Math::airy_zero_Ai | ( | unsigned int | s | ) |
Calculates the zeroes of the Airy function Ai
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 396 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_30(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
double ROOT::Math::airy_zero_Ai_deriv | ( | unsigned int | s | ) |
Calculates the zeroes of the derivative of the Airy function Ai
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 412 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_32(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
double ROOT::Math::airy_zero_Bi | ( | unsigned int | s | ) |
Calculates the zeroes of the Airy function Bi
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 404 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_31(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
double ROOT::Math::airy_zero_Bi_deriv | ( | unsigned int | s | ) |
Calculates the zeroes of the derivative of the Airy function Bi
For detailed description see Mathworld and Abramowitz&Stegun, Sect. 10.4. The implementation used is that of GSL.
Definition at line 420 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_33(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
Computes the generalized Laguerre polynomials for . They are defined in terms of the confluent hypergeometric function. For integer values of m they can be defined in terms of the Laguerre polynomials
:
For detailed description see Mathworld. The implementation used is that of GSL.
This function is an extension of C++0x, also consistent in GSL, Abramowitz and Stegun 1972 and MatheMathica that uses non-integer values for m. C++0x calls for 'int m', more restrictive than necessary. The definition for was incorrect in 'n1687.pdf', but fixed in n1836.pdf, the most recent draft as of 2007-07-01
Definition at line 41 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_4(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Computes the associated Legendre polynomials.
with ,
and
. There are two sign conventions for associated Legendre polynomials. As is the case with the above formula, some authors (e.g., Arfken 1985, pp. 668-669) omit the Condon-Shortley phase
, while others include it (e.g., Abramowitz and Stegun 1972). One possible way to distinguish the two conventions is due to Abramowitz and Stegun (1972, p. 332), who use the notation
to distinguish the two. For detailed description see Mathworld. The implementation used is that of GSL.
The definition uses is the one of C++0x, , while GSL and MatheMatica use the
definition. Note that C++0x and GSL definitions agree instead for the normalized associated Legendre polynomial, sph_legendre(l,m,theta).
Definition at line 52 of file SpecFuncMathMore.cxx.
Referenced by RooLegendre::evaluate(), G__G__MathMore_99_0_5(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the beta function.
for x>0 and y>0. For detailed description see Mathworld.
Definition at line 111 of file SpecFuncMathCore.cxx.
References exp(), ROOT::Math::Cephes::lgam(), and ROOT::Math::lgamma().
Referenced by TMath::Beta(), TMath::BetaDist(), TDecompSVD::Bidiagonalize(), TEfficiency::Combine(), TGraphAsymmErrors::Divide(), G__G__MathCore_170_0_7(), G__setup_memfuncROOTcLcLMath(), TGenPhaseSpace::Generate(), TEfficiency::GetEfficiency(), TEfficiency::GetEfficiencyErrorLow(), TEfficiency::GetEfficiencyErrorUp(), RooHistError::getInterval(), TF1::GetQuantiles(), ROOT::Math::KelvinFunctions::Kei(), ROOT::Math::KelvinFunctions::Ker(), main(), ROOT::Minuit2::SimplexBuilder::Minimum(), TMinuit::mnsimp(), TSpectrum2Painter::Paint(), TGaxis::PaintAxis(), ROOT::Math::Boost::Rectify(), ROOT::Math::BoostX::Rectify(), ROOT::Math::BoostY::Rectify(), ROOT::Math::BoostZ::Rectify(), rf105_funcbinding(), RooMathCoreReg::RooMathCoreReg(), MyEvent::ScatterAngle(), testBetaFunction(), TestBasic105::testCode(), testLorentzVector(), testSpecFunc(), testSpecFuncBeta(), and testStatFunctions().
Calculates the complete elliptic integral of the first kind.
with . For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 65 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_6(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the complete elliptic integral of the second kind.
with . For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 76 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_7(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the complete elliptic integral of the third kind.
with . There are two sign conventions for elliptic integrals of the third kind. Some authors (Abramowitz and Stegun, Mathworld, C++ standard proposal) use the above formula, while others (GSL, Planetmath and CERNLIB) use the + sign in front of n in the denominator. In order to be C++ compliant, the present library uses the former convention. The implementation used is that of GSL.
Definition at line 123 of file SpecFuncMathMore.cxx.
References PI.
Referenced by G__G__MathMore_99_0_8(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
Calculates the confluent hypergeometric functions of the first kind.
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 134 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_9(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the confluent hypergeometric functions of the second kind, known also as Kummer function of the second kind, it is related to the confluent hypergeometric functions of the first kind.
For detailed description see Mathworld. The implementation used is that of GSL. This function is not part of the C++ standard proposal
Definition at line 142 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_10(), G__setup_memfuncROOTcLcLMath(), and RooMathMoreReg::RooMathMoreReg().
Calculates the real part of the cosine integral (Ci).
For x<0, the imaginary part is i and has to be added by the user, for x>0 the imaginary part of Ci(x) is 0.
For detailed description see Mathworld. The implementation used is that of CERNLIB, based on Y.L. Luke, The special functions and their approximations, v.II, (Academic Press, New York l969) 325-326.
Definition at line 212 of file SpecFuncMathCore.cxx.
References c, cos(), h, i, RootCsg::infinity, log(), p, and sin().
Referenced by G__G__MathCore_170_0_10(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::VavilovAccurate::Set(), and testSiCi().
Calculates the modified Bessel function of the first kind (also called regular modified (cylindrical) Bessel function).
for . For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 153 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_11(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::noncentral_chisquared_pdf(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the (cylindrical) Bessel functions of the first kind (also called regular (cylindrical) Bessel functions).
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 164 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_12(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the modified Bessel functions of the second kind (also called irregular modified (cylindrical) Bessel functions).
for . For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 175 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_13(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the (cylindrical) Bessel functions of the second kind (also called irregular (cylindrical) Bessel functions or (cylindrical) Neumann functions).
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 187 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_14(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the incomplete elliptic integral of the first kind.
with . For detailed description see Mathworld. The implementation used is that of GSL.
k | ||
phi | angle in radians |
Definition at line 199 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_15(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the complete elliptic integral of the second kind.
with . For detailed description see Mathworld. The implementation used is that of GSL.
k | ||
phi | angle in radians |
Definition at line 211 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_16(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the complete elliptic integral of the third kind.
with . There are two sign conventions for elliptic integrals of the third kind. Some authors (Abramowitz and Stegun, Mathworld, C++ standard proposal) use the above formula, while others (GSL, Planetmath and CERNLIB) use the + sign in front of n in the denominator. In order to be C++ compliant, the present library uses the former convention. The implementation used is that of GSL.
n | ||
k | ||
phi | angle in radians |
Definition at line 259 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_17(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Error function encountered in integrating the normal distribution.
For detailed description see Mathworld. The implementation used is that of GSL. This function is provided only for convenience, in case your standard C++ implementation does not support it. If it does, please use these standard version!
Definition at line 59 of file SpecFuncMathCore.cxx.
References ROOT::Math::Cephes::erf(), ROOT::Math::Cephes::erfc(), ROOT::Math::Cephes::erfT, ROOT::Math::Cephes::erfU, ROOT::Math::Polynomial1eval(), ROOT::Math::Polynomialeval(), and y.
Referenced by TMath::Erf(), ROOT::Math::erf(), ROOT::Math::Cephes::erfc(), G__G__MathCore_170_0_1(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::lognormal_cdf(), ROOT::Math::lognormal_cdf_c(), ROOT::Math::normal_cdf(), ROOT::Math::normal_cdf_c(), rf105_funcbinding(), RooMathCoreReg::RooMathCoreReg(), TestBasic105::testCode(), testSpecFunc(), and testSpecFuncErf().
Complementary error function.
For detailed description see Mathworld. The implementation used is that of Cephes from S. Moshier.
Definition at line 44 of file SpecFuncMathCore.cxx.
References ROOT::Math::Cephes::erf(), ROOT::Math::Cephes::erfc(), ROOT::Math::Cephes::erfP, ROOT::Math::Cephes::erfQ, ROOT::Math::Cephes::erfR, ROOT::Math::Cephes::erfS, exp(), kMAXLOG, p, ROOT::Math::Polynomial1eval(), ROOT::Math::Polynomialeval(), x, and y.
Referenced by ROOT::Math::Cephes::erf(), TMath::Erfc(), ROOT::Math::erfc(), G__G__MathCore_170_0_2(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::lognormal_cdf(), ROOT::Math::lognormal_cdf_c(), ROOT::Math::normal_cdf(), ROOT::Math::normal_cdf_c(), RooMathCoreReg::RooMathCoreReg(), testSpecFunc(), and testSpecFuncErf().
Calculates the exponential integral.
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 270 of file SpecFuncMathMore.cxx.
Referenced by ROOT::Math::VavilovAccurate::E1plLog(), G__G__MathMore_99_0_18(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates Gauss' hypergeometric function.
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 290 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_19(), G__setup_memfuncROOTcLcLMath(), and testSpecFunc().
Calculates the normalized (regularized) incomplete beta function.
for 0<=x<=1, a>0, and b>0. For detailed description see Mathworld. The implementation used is that of Cephes from S. Moshier.
Definition at line 115 of file SpecFuncMathCore.cxx.
References ROOT::Math::Cephes::incbet().
Referenced by ROOT::Math::beta_cdf(), ROOT::Math::beta_cdf_c(), TMath::BetaIncomplete(), ROOT::Math::fdistribution_cdf(), ROOT::Math::fdistribution_cdf_c(), G__G__MathCore_170_0_8(), G__setup_memfuncROOTcLcLMath(), RooMathCoreReg::RooMathCoreReg(), ROOT::Math::tdistribution_cdf(), ROOT::Math::tdistribution_cdf_c(), testSpecFunc(), and testSpecFuncBetaI().
Calculates the normalized (regularized) lower incomplete gamma function (lower integral)
For a detailed description see Mathworld. The implementation used is that of Cephes from S. Moshier. In this implementation both a and x must be positive. If a is negative 1.0 is returned for every x. This is correct only if a is negative integer. For a>0 and x<0 0 is returned (this is correct only for a>0 and x=0).
Definition at line 99 of file SpecFuncMathCore.cxx.
References ROOT::Math::Cephes::igam().
Referenced by ROOT::Math::chisquared_cdf(), G__G__MathCore_170_0_5(), G__setup_memfuncROOTcLcLMath(), TMath::Gamma(), ROOT::Math::gamma_cdf(), RooMathCoreReg::RooMathCoreReg(), testSpecFunc(), and testSpecFuncGamma().
Calculates the normalized (regularized) upper incomplete gamma function (upper integral)
For a detailed description see Mathworld. The implementation used is that of Cephes from S. Moshier. In this implementation both a and x must be positive. If a is negative, 0 is returned for every x. This is correct only if a is negative integer. For a>0 and x<0 1 is returned (this is correct only for a>0 and x=0).
Definition at line 103 of file SpecFuncMathCore.cxx.
References ROOT::Math::Cephes::igamc().
Referenced by ROOT::Math::chisquared_cdf_c(), G__G__MathCore_170_0_6(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::gamma_cdf_c(), RooMathCoreReg::RooMathCoreReg(), and testSpecFunc().
Calculates the Laguerre polynomials
for in the Rodrigues representation. They corresponds to the associated Laguerre polynomial of order m=0. See Abramowitz and Stegun, (22.5.16) For detailed description see Mathworld. The are implemented using the associated Laguerre polynomial of order m=0.
Definition at line 301 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_20(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the Legendre polynomials.
for in the Rodrigues representation. For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 311 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_21(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the logarithm of the gamma function
The implementation used is that of Cephes from S. Moshier.
Definition at line 74 of file SpecFuncMathCore.cxx.
References ROOT::Math::Cephes::lgam().
Referenced by ROOT::Math::beta(), ROOT::Math::beta_pdf(), ROOT::Math::binomial_pdf(), ROOT::Math::chisquared_pdf(), ROOT::Math::fdistribution_pdf(), G__G__MathCore_170_0_4(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::gamma_pdf(), TMath::LnGamma(), ROOT::Math::negative_binomial_pdf(), ROOT::Math::poisson_pdf(), RooMathCoreReg::RooMathCoreReg(), ROOT::Math::tdistribution_pdf(), testSpecFunc(), and testSpecFuncGamma().
Calculates the Riemann zeta function.
For detailed description see Mathworld. The implementation used is that of GSL.
CHECK WHETHER THE IMPLEMENTATION CALCULATES X<1
Definition at line 322 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_22(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the sine integral.
For detailed description see Mathworld. The implementation used is that of CERNLIB, based on Y.L. Luke, The special functions and their approximations, v.II, (Academic Press, New York l969) 325-326.
Definition at line 122 of file SpecFuncMathCore.cxx.
References cos(), h, i, p, PI, r8, s, sin(), and y.
Referenced by G__G__MathCore_170_0_9(), G__setup_memfuncROOTcLcLMath(), ROOT::Math::VavilovAccurate::Set(), and testSiCi().
Calculates the spherical Bessel functions of the first kind (also called regular spherical Bessel functions).
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 333 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_23(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Computes the spherical (normalized) associated Legendre polynomials, or spherical harmonic without azimuthal dependence ().
for , where the Condon-Shortley phase
is included in P_l^m(x) This function is consistent with both C++0x and GSL, even though there is a discrepancy in where to include the phase. There is no reference in Abramowitz and Stegun.
Definition at line 344 of file SpecFuncMathMore.cxx.
References cos().
Referenced by G__G__MathMore_99_0_24(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
Calculates the spherical Bessel functions of the second kind (also called irregular spherical Bessel functions or spherical Neumann functions).
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 356 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_25(), G__setup_memfuncROOTcLcLMath(), RooMathMoreReg::RooMathMoreReg(), and testSpecFunc().
The gamma function is defined to be the extension of the factorial to real numbers.
For detailed description see Mathworld. The implementation used is that of Cephes from S. Moshier.
Definition at line 89 of file SpecFuncMathCore.cxx.
References ROOT::Math::Cephes::gamma().
Referenced by GammaFunction::DoEval(), G__G__MathCore_170_0_3(), G__setup_memfuncROOTcLcLMath(), TMath::Gamma(), gamma_func(), ROOT::Math::noncentral_chisquared_pdf(), RooMathCoreReg::RooMathCoreReg(), testSpecFunc(), and testSpecFuncGamma().
double ROOT::Math::wigner_3j | ( | int | ja, | |
int | jb, | |||
int | jc, | |||
int | ma, | |||
int | mb, | |||
int | mc | |||
) |
Calculates the Wigner 3j coupling coefficients
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 428 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_34(), and G__setup_memfuncROOTcLcLMath().
double ROOT::Math::wigner_6j | ( | int | ja, | |
int | jb, | |||
int | jc, | |||
int | jd, | |||
int | je, | |||
int | jf | |||
) |
Calculates the Wigner 6j coupling coefficients
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 432 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_35(), and G__setup_memfuncROOTcLcLMath().
double ROOT::Math::wigner_9j | ( | int | ja, | |
int | jb, | |||
int | jc, | |||
int | jd, | |||
int | je, | |||
int | jf, | |||
int | jg, | |||
int | jh, | |||
int | ji | |||
) |
Calculates the Wigner 9j coupling coefficients
For detailed description see Mathworld. The implementation used is that of GSL.
Definition at line 436 of file SpecFuncMathMore.cxx.
Referenced by G__G__MathMore_99_0_36(), and G__setup_memfuncROOTcLcLMath().