<
tree: Trees I/O, Queries, Graphics
^
ROOT Tutorials
matrix: Matrix packages tutorials
>
ROOT Tutorials: Math tutorials
1. Bessel.C
Show the different kinds of Bessel functions available in ROOT
2. FeldmanCousins.C
Example macro of using the TFeldmanCousins class in root.
3. GammaFun.C
Example showing the usage of the major special math functions (gamma, beta, erf) in ROOT
4. Legendre.C
Example of first few Legendre Polynomials
5. LegendreAssoc.C
Example describing the usage of different kinds of Associate Legendre Polynomials
6. Rolke.C
Example of the usage of the TRolke class
7. binomial.C
tutorial illustrating the use of TMath::Binomial
8. chi2test.C
Example to use chi2 test for comparing two histograms
9. exampleFunctor.C
Tutorial illustrating how creating a TF1 class using functor or class member functions
10. limit.C
This program demonstrates the computation of 95 % C.L. limits.
11. mathBeta.C
Test the TMath::BetaDist and TMath::BetaDistI functions
12. mathGammaNormal.C
tutorial illustrating the use of TMath::GammaDist and TMath::LogNormal
13. mathLaplace.C
Test the TMath::LaplaceDist and TMath::LaplaceDistI functions
14. mathStudent.C
tutorial illustrating the use of the Student and F distributions
15. mathcoreCDF.C
Example describing how to use the different cumulative distribution functions in ROOT.
16. mathcoreGenVector.C
Example macro testing available methods and operation of the GenVector classes.
17. mathcoreSpecFunc.C
Example macro describing how to use the special mathematical functions
18. mathcoreStatFunc.C
Example macro showing some major probability density functions in ROOT.
19. mathcoreVectorCollection.C
Example showing how to write and read a std vector of ROOT::Math LorentzVector in a ROOT tree.
20. mathcoreVectorFloatIO.C
Macro illustrating automatic dictionary generation and I/O with Lorentz Vectors of floats
21. mathcoreVectorIO.C
Example of I/O of a mathcore Lorentz Vectors in a Tree and comparison with a TLorentzVector
22. mathmoreIntegration.C
Example on the usage of the adaptive 1D integration algorithm of MathMore
23. normalDist.C
tutorial illustrating the new statistical distributions functions (pdf, cdf and quantile)
24. permute.C
tutorial illustrating the use of TMath::Permute
25. principal.C
Principal Components Analysis (PCA) example
26. quantiles.C
demo for quantiles
27. tStudent.C
Example macro describing the student t distribution
28. testUnfold1.C
DESY, 14.10.2008
29. testUnfold2.C
DESY, 14.10.2008
30. testrandom.C
Performance test of all the ROOT random generator (TRandom, TRandom1, TRandom2 and TRandom3)
31. vavilov.C
test of the TMath::Vavilov distribution