Namespaces | |
| namespace | ROOT | 
| namespace | ROOT::Math | 
Functions | |
Probability Density Functions from MathCore  | |
Additional PDFs are provided in the MathMore library when the GSL is available.  | |
| double | ROOT::Math::beta_pdf (double x, double a, double b) | 
| Probability density function of the beta distribution.   | |
| double | ROOT::Math::bigaussian_pdf (double x, double y, double sigmax=1, double sigmay=1, double rho=0, double x0=0, double y0=0) | 
| Probability density function of the bi-dimensional (Gaussian) distribution.   | |
| double | ROOT::Math::binomial_pdf (unsigned int k, double p, unsigned int n) | 
| Probability density function of the binomial distribution.   | |
| double | ROOT::Math::breitwigner_pdf (double x, double gamma, double x0=0) | 
| Probability density function of Breit-Wigner distribution, which is similar, just a different definition of the parameters, to the Cauchy distribution (see cauchy_pdf )   | |
| double | ROOT::Math::cauchy_pdf (double x, double b=1, double x0=0) | 
| Probability density function of the Cauchy distribution which is also called Lorentzian distribution.   | |
| double | ROOT::Math::chisquared_pdf (double x, double r, double x0=0) | 
| Probability density function of the \(\chi^2\) distribution with \(r\) degrees of freedom.   | |
| double | ROOT::Math::crystalball_function (double x, double alpha, double n, double sigma, double mean=0) | 
| Crystal ball function.   | |
| double | ROOT::Math::crystalball_pdf (double x, double alpha, double n, double sigma, double mean=0) | 
| pdf definition of the crystal_ball which is defined only for n > 1 otherwise integral is diverging   | |
| double | ROOT::Math::exponential_pdf (double x, double lambda, double x0=0) | 
| Probability density function of the exponential distribution.   | |
| double | ROOT::Math::fdistribution_pdf (double x, double n, double m, double x0=0) | 
| Probability density function of the F-distribution.   | |
| double | ROOT::Math::gamma_pdf (double x, double alpha, double theta, double x0=0) | 
| Probability density function of the gamma distribution.   | |
| double | ROOT::Math::gaussian_pdf (double x, double sigma=1, double x0=0) | 
| Probability density function of the normal (Gaussian) distribution with mean x0 and standard deviation sigma.   | |
| double | ROOT::Math::landau_pdf (double x, double xi=1, double x0=0) | 
| Probability density function of the Landau distribution:   | |
| double | ROOT::Math::lognormal_pdf (double x, double m, double s, double x0=0) | 
| Probability density function of the lognormal distribution.   | |
| double | ROOT::Math::negative_binomial_pdf (unsigned int k, double p, double n) | 
| Probability density function of the negative binomial distribution.   | |
| double | ROOT::Math::normal_pdf (double x, double sigma=1, double x0=0) | 
| Probability density function of the normal (Gaussian) distribution with mean x0 and standard deviation sigma.   | |
| double | ROOT::Math::poisson_pdf (unsigned int n, double mu) | 
| Probability density function of the Poisson distribution.   | |
| double | ROOT::Math::tdistribution_pdf (double x, double r, double x0=0) | 
| Probability density function of Student's t-distribution.   | |
| double | ROOT::Math::uniform_pdf (double x, double a, double b, double x0=0) | 
| Probability density function of the uniform (flat) distribution.   | |