Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
math Directory Reference
Directory dependency graph for math:

Files

 Bessel.C
  View in nbviewer Open in SWAN Show the different kinds of Bessel functions available in ROOT To execute the macro type in:
 
 Bessel.py
  View in nbviewer Open in SWAN Show the different kinds of Bessel functions available in ROOT To execute the macro type in:
 
 binomial.C
  View in nbviewer Open in SWAN tutorial illustrating the use of TMath::Binomial can be run with:
 
 ChebyshevPol.C
  View in nbviewer Open in SWAN Example of Chebyshev polynomials using new TFormula pre-defined definitions of chebyshev polynomials
 
 chi2test.C
  View in nbviewer Open in SWAN Example to use chi2 test for comparing two histograms One unweighted histogram is compared with a weighted histogram.
 
 CrystalBall.C
  View in nbviewer Open in SWAN Example of CrystalBall Function and its distribution (pdf and cdf)
 
 exampleFunctor.C
  View in nbviewer Open in SWAN Tutorial illustrating how creating a TF1 class using functor or class member functions
 
 exampleMultiRoot.C
  View in nbviewer Open in SWAN Example of using multiroot finder based on GSL algorithm.
 
 exampleTKDE.C
  View in nbviewer Open in SWAN Example of using the TKDE class (kernel density estimator)
 
 FeldmanCousins.C
  View in nbviewer Open in SWAN Example macro of using the TFeldmanCousins class in root.
 
 GammaFun.C
  View in nbviewer Open in SWAN Example showing the usage of the major special math functions (gamma, beta, erf) in ROOT To execute the macro type in:
 
 goftest.C
  View in nbviewer Open in SWAN GoFTest tutorial macro
 
 hlquantiles.C
 Demo for quantiles (with highlight mode)
 
 kdTreeBinning.C
  View in nbviewer Open in SWAN kdTreeBinning tutorial: bin the data in cells of equal content using a kd-tree
 
 Legendre.C
  View in nbviewer Open in SWAN Example of first few Legendre Polynomials
 
 Legendre.py
  View in nbviewer Open in SWAN Example of first few Legendre Polynomials.
 
 LegendreAssoc.C
  View in nbviewer Open in SWAN Example describing the usage of different kinds of Associate Legendre Polynomials To execute the macro type in:
 
 limit.C
  View in nbviewer Open in SWAN This program demonstrates the computation of 95 % C.L.
 
 mathBeta.C
  View in nbviewer Open in SWAN Test the TMath::BetaDist and TMath::BetaDistI functions
 
 mathcoreCDF.C
  View in nbviewer Open in SWAN Example describing how to use the different cumulative distribution functions in ROOT.
 
 mathcoreGenVector.C
  View in nbviewer Open in SWAN Example macro testing available methods and operation of the GenVector classes.
 
 mathcoreSpecFunc.C
  View in nbviewer Open in SWAN Example macro describing how to use the special mathematical functions taking full advantage of the precision and speed of the C99 compliant environments.
 
 mathcoreStatFunc.C
  View in nbviewer Open in SWAN Example macro showing some major probability density functions in ROOT.
 
 mathcoreStatFunc.py
  View in nbviewer Open in SWAN Example macro showing some major probability density functions in ROOT.
 
 mathcoreVectorCollection.C
  View in nbviewer Open in SWAN Example showing how to write and read a std vector of ROOT::Math LorentzVector in a ROOT tree.
 
 mathcoreVectorFloatIO.C
  View in nbviewer Open in SWAN Macro illustrating I/O with Lorentz Vectors of floats The dictionary for LorentzVector of float is not in the libMathCore, therefore is generated when parsed the file with CINT.
 
 mathcoreVectorIO.C
  View in nbviewer Open in SWAN Example of I/O of a mathcore Lorentz Vectors in a Tree and comparison with a TLorentzVector.
 
 mathGammaNormal.C
  View in nbviewer Open in SWAN Tutorial illustrating the use of TMath::GammaDist and TMath::LogNormal
 
 mathLaplace.C
  View in nbviewer Open in SWAN Test the TMath::LaplaceDist and TMath::LaplaceDistI functions
 
 mathmoreIntegration.C
  View in nbviewer Open in SWAN Example on the usage of the adaptive 1D integration algorithm of MathMore it calculates the numerically cumulative integral of a distribution (like in this case the BreitWigner) to execute the macro type it (you need to compile with AClic)
 
 mathStudent.C
  View in nbviewer Open in SWAN Tutorial illustrating the use of the Student and F distributions
 
 multidimSampling.C
  View in nbviewer Open in SWAN Example of sampling a multi-dim distribution using the DistSampler class NOTE: This tutorial must be run with ACLIC
 
 normalDist.C
  View in nbviewer Open in SWAN Tutorial illustrating the new statistical distributions functions (pdf, cdf and quantile)
 
 normalDist.py
  View in nbviewer Open in SWAN Tutorial illustrating the new statistical distributions functions (pdf, cdf and quantile)
 
 permute.C
  View in nbviewer Open in SWAN Tutorial illustrating the use of TMath::Permute can be run with:
 
 principal.C
  View in nbviewer Open in SWAN Principal Components Analysis (PCA) example
 
 principal.py
  View in nbviewer Open in SWAN Principal Components Analysis (PCA) example
 
 quantiles.C
  View in nbviewer Open in SWAN Demo for quantiles
 
 quasirandom.C
  View in nbviewer Open in SWAN Example of generating quasi-random numbers
 
 Rolke.C
  View in nbviewer Open in SWAN Example of the usage of the TRolke class The TRolke class computes the profile likelihood confidence limits for 7 different model assumptions on systematic/statistical uncertainties
 
 testrandom.C
  View in nbviewer Open in SWAN Performance test of all the ROOT random generator (TRandom, TRandom1, TRandom2 and TRandom3) Tests the generator TRandom3 against some ref values and creates a timing table against TRandom, TRandom1 and TRandom2.
 
 tStudent.C
  View in nbviewer Open in SWAN Example macro describing the student t distribution
 
 tStudent.py
  View in nbviewer Open in SWAN Example macro describing the student t distribution
 
 TSVDUnfoldExample.C
  View in nbviewer Open in SWAN Data unfolding using Singular Value Decomposition
 
 vavilov.C
  View in nbviewer Open in SWAN Test of the TMath::Vavilov distribution