<
tree: Trees I/O, Queries, Graphics
^
ROOT Tutorials
matrix: Matrix packages tutorials
>
ROOT Tutorials: Math tutorials
From
$ROOTSYS/tutorials/math
1. Bessel.C
Show the different kinds of Bessel functions available in ROOT
2. ChebyshevPol.C
example of Chebyshev polynomials
3. CrystalBall.C
example of CrystalBall Function and its distribution (pdf and cdf)
4. FeldmanCousins.C
Example macro of using the TFeldmanCousins class in root.
5. GammaFun.C
Example showing the usage of the major special math functions (gamma, beta, erf) in ROOT
6. Legendre.C
Example of first few Legendre Polynomials
7. LegendreAssoc.C
Example describing the usage of different kinds of Associate Legendre Polynomials
8. Rolke.C
Example of the usage of the TRolke class
9. TSVDUnfoldExample.C
Data unfolding using Singular Value Decomposition
10. binomial.C
tutorial illustrating the use of TMath::Binomial
11. chi2test.C
Example to use chi2 test for comparing two histograms
12. exampleFunctor.C
Tutorial illustrating how creating a TF1 class using functor or class member functions
13. exampleMultiRoot.C
example of using multiroot finder
14. exampleTKDE.C
Example of using the TKDE class (kernel density estimator)
15. goftest.C
GoFTest tutorial macro
16. kdTreeBinning.C
kdTreeBinning tutorial: bin the data in cells of equal content using a kd-tree
17. limit.C
This program demonstrates the computation of 95 % C.L. limits.
18. mathBeta.C
Test the TMath::BetaDist and TMath::BetaDistI functions
19. mathGammaNormal.C
tutorial illustrating the use of TMath::GammaDist and TMath::LogNormal
20. mathLaplace.C
Test the TMath::LaplaceDist and TMath::LaplaceDistI functions
21. mathStudent.C
tutorial illustrating the use of the Student and F distributions
22. mathcoreCDF.C
Example describing how to use the different cumulative distribution functions in ROOT.
23. mathcoreGenVector.C
Example macro testing available methods and operation of the GenVector classes.
24. mathcoreSpecFunc.C
Example macro describing how to use the special mathematical functions
25. mathcoreStatFunc.C
Example macro showing some major probability density functions in ROOT.
26. mathcoreVectorCollection.C
Example showing how to write and read a std vector of ROOT::Math LorentzVector in a ROOT tree.
27. mathcoreVectorFloatIO.C
Macro illustrating automatic dictionary generation and I/O with Lorentz Vectors of floats
28. mathcoreVectorIO.C
Example of I/O of a mathcore Lorentz Vectors in a Tree and comparison with a TLorentzVector
29. mathmoreIntegration.C
Example on the usage of the adaptive 1D integration algorithm of MathMore
30. multidimSampling.C
example of sampling a multi-dim distribution using the DistSampler class
31. normalDist.C
tutorial illustrating the new statistical distributions functions (pdf, cdf and quantile)
32. permute.C
tutorial illustrating the use of TMath::Permute
33. principal.C
Principal Components Analysis (PCA) example
34. quantiles.C
demo for quantiles
35. quasirandom.C
Example of generating quasi-random numbers
36. tStudent.C
Example macro describing the student t distribution
37. testUnfold1.C
DESY, 14.10.2008
38. testUnfold2.C
DESY, 14.10.2008
39. testUnfold3.C
DESY, 14.10.2008
40. testUnfold4.C
DESY, 14.10.2008
41. testUnfold5a.C
DESY, 14.10.2008
42. testUnfold5b.C
DESY, 14.10.2008
43. testUnfold5c.C
DESY, 14.10.2008
44. testUnfold5d.C
DESY, 14.10.2008
45. testrandom.C
Performance test of all the ROOT random generator (TRandom, TRandom1, TRandom2 and TRandom3)
46. vavilov.C
test of the TMath::Vavilov distribution