Basic PDFs#
Basic shapes are fundamendal PDFs, with often well-known functional form.
They are usually fully analytically implemented and often a thin
wrapper around Distribution.
Any missing shape can be easily wrapped using WrapDistribution.
Below are visualizations of some common PDFs with different parameter values to help understand their shapes and choose appropriate initial parameter values.
Gaussian PDF#
The Gauss (or Normal) distribution is characterized by its mean (mu) and standard deviation (sigma).
|
Gaussian or Normal distribution with a mean (mu) and a standard deviation (sigma). |
Exponential PDF#
The Exponential distribution is characterized by its decay parameter (lambda).
|
Exponential function exp(lambda * x). |
Uniform PDF#
The Uniform distribution is characterized by its lower and upper bounds.
|
Uniform distribution which is constant between |
Cauchy PDF#
The Cauchy distribution is characterized by its location parameter (m) and scale parameter (gamma).
|
Non-relativistic Breit-Wigner (Cauchy) PDF representing the energy distribution of a decaying particle. |
Voigt PDF#
The Voigt profile is a convolution of a Gaussian and a Lorentzian distribution.
|
Voigt profile. |
CrystalBall PDF#
The CrystalBall function is a Gaussian with a power-law tail.
|
Crystal Ball shaped PDF. |
LogNormal PDF#
The LogNormal distribution is the distribution of a random variable whose logarithm follows a normal distribution.
|
Log-normal distribution, the exponential of a normal distribution. |
ChiSquared PDF#
The ChiSquared distribution is the distribution of a sum of the squares of k independent standard normal random variables.
|
ChiSquared distribution for ndof degrees of freedom. |
StudentT PDF#
The StudentT t-distribution is a continuous probability distribution that generalizes the normal distribution.
|
StudentT distribution for ndof degrees of freedom. |
Gamma PDF#
The Gamma distribution is a two-parameter family of continuous probability distributions.
|
Gamma distribution. |
BifurGauss PDF#
The BifurGauss distribution is a Gaussian with different widths on the left and right sides.
|
Bifurcated Gaussian distribution different standard deviations for the left and right side of the mean. |
Poisson PDF#
The Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time or space.
|
Poisson distribution, parametrized with an event rate parameter (lamb). |
QGauss PDF#
The QGauss distribution is a q-Gaussian distribution, which is a generalization of the normal distribution.
|
Q-Gaussian distribution with parameter |
JohnsonSU PDF#
The JohnsonSU distribution is a four-parameter family of probability distributions.
|
Johnson's SU distribution. |
GeneralizedGauss PDF#
The GeneralizedGauss distribution is a generalization of the normal distribution with an additional shape parameter.
|
Generalized Gaussian distribution with a mean (mu), a standard deviation (sigma), and a shape parameter (beta). |
TruncatedGauss PDF#
The TruncatedGauss distribution is a Gaussian distribution that is truncated to a specified range.
|
Gaussian distribution that is 0 outside of |
ExpModGauss PDF#
The ExpModGauss distribution is a Gaussian distribution convolved with an exponential distribution.
|
Exponentially modified Gaussian distribution with a mean (mu), a standard deviation (sigma), and an exponential rate parameter (lambd). |
Beta PDF#
The Beta distribution is defined on the interval [0, 1] and is characterized by two shape parameters alpha and beta.
|
Beta distribution with shape parameters alpha and beta. |
|
Gaussian or Normal distribution with a mean (mu) and a standard deviation (sigma). |
|
Exponential function exp(lambda * x). |
|
Crystal Ball shaped PDF. |
|
Double-sided Crystal Ball shaped PDF. |
|
Generalized asymmetric double-sided Crystal Ball shaped PDF. |
|
GaussExpTail shaped PDF. |
|
GeneralizedGaussedExpTail shaped PDF which is Generalized assymetric double-sided GaussExpTail shaped PDF. |
|
Uniform distribution which is constant between |
|
Non-relativistic Breit-Wigner (Cauchy) PDF representing the energy distribution of a decaying particle. |
|
Voigt profile. |
|
Gaussian distribution that is 0 outside of |
|
Bifurcated Gaussian distribution different standard deviations for the left and right side of the mean. |
|
Poisson distribution, parametrized with an event rate parameter (lamb). |
|
Log-normal distribution, the exponential of a normal distribution. |
|
Q-Gaussian distribution with parameter |
|
ChiSquared distribution for ndof degrees of freedom. |
|
StudentT distribution for ndof degrees of freedom. |
|
Gamma distribution. |
|
Johnson's SU distribution. |
|
Generalized Gaussian distribution with a mean (mu), a standard deviation (sigma), and a shape parameter (beta). |
|
Exponentially modified Gaussian distribution with a mean (mu), a standard deviation (sigma), and an exponential rate parameter (lambd). |
|
Beta distribution with shape parameters alpha and beta. |