Functions | |
double | ROOT::Math::landau_xm1 (double x, double xi=1, double x0=0) |
double | ROOT::Math::landau_xm2 (double x, double xi=1, double x0=0) |
First moment (mean) of the truncated Landau distribution.
where is the Landau distribution and
its cumulative distribution function.
For 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 (XM1LAN) is used
x | The argument ![]() | |
xi | The width parameter ![]() | |
x0 | The location parameter ![]() |
Definition at line 369 of file ProbFuncMathCore.cxx.
References exp(), log(), p1(), p2(), p3(), p4(), and u.
Referenced by G__G__MathCore_170_0_59(), G__setup_memfuncROOTcLcLMath(), and ROOT::Math::landau_xm2().
Second moment of the truncated Landau distribution.
where is the Landau distribution and
its cumulative distribution function.
For 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 (XM1LAN) is used
x | The argument ![]() | |
xi | The width parameter ![]() | |
x0 | The location parameter ![]() |
Definition at line 448 of file ProbFuncMathCore.cxx.
References exp(), ROOT::Math::landau_xm1(), log(), p1(), p2(), p3(), p4(), and u.
Referenced by G__G__MathCore_170_0_60(), and G__setup_memfuncROOTcLcLMath().