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

Directories

 fft
 
 fit
 
 foam
 
 matrix
 
 pdf
 
 quadp
 
 r
 
 unuran
 
 vecops
 

Files

 ChebyshevPol.C
  View in nbviewer Open in SWAN
Example of Chebyshev polynomials using TFormula pre-defined definitions of chebyshev polynomials.
 
 chi2test.C
  View in nbviewer Open in SWAN
Example to use chi2 test for comparing two histograms.
 
 exampleFunction.py
  View in nbviewer Open in SWAN
Example of using Python functions as inputs to numerical algorithms using the ROOT Functor class.
 
 exampleFunctor.C
  View in nbviewer Open in SWAN
Tutorial illustrating how to create a TF1 class using C++ functors 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).
 
 GammaFun.C
  View in nbviewer Open in SWAN
Example showing the usage of the major special math functions (gamma, beta, erf) in ROOT.
 
 goftest.C
  View in nbviewer Open in SWAN
Example showing usage of goodness of fit tests.
 
 hlquantiles.C
 Demo for quantiles (with highlight mode).
 
 kdTreeBinning.C
  View in nbviewer Open in SWAN
Example binning 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.
 
 limit.C
  View in nbviewer Open in SWAN
This example shows random number generation for filling histograms.
 
 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 showcasing some special mathematical functions.
 
 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.
 
 mathcoreVectorIO.C
  View in nbviewer Open in SWAN
Example of I/O of a GenVector Lorentz Vectors in a Tree and comparison with legacy TLorentzVector.
 
 mathmoreIntegration.C
  View in nbviewer Open in SWAN
Example on the usage of the adaptive 1D integration algorithm of MathMore.
 
 mathmoreIntegrationMultidim.C
  View in nbviewer Open in SWAN
Example on the usage of the multidimensional integration algorithm of MathMore.
 
 multidimSampling.C
  View in nbviewer Open in SWAN
Example of random number generation by sampling a multi-dim distribution using the DistSampler class.
 
 NumericalMinimization.C
  View in nbviewer Open in SWAN
Example on how to use the Minimizer class in ROOT.
 
 permute.C
  View in nbviewer Open in SWAN
Tutorial illustrating the use of TMath::Permute for computing all permutations of n natural numbers.
 
 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.
 
 qa2.C
  View in nbviewer Open in SWAN
Test generation of random numbers distributed according to a function defined by the user.
 
 quantiles.C
  View in nbviewer Open in SWAN
Demo for quantiles.
 
 quasirandom.C
  View in nbviewer Open in SWAN
Example of quasi-random numbers generation.
 
 testrandom.C
  View in nbviewer Open in SWAN
Performance test of all the ROOT random generator (TRandom, TRandom1, TRandom2 and TRandom3).