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