Normal Distribution
Represents the normal distribution.
Since
1.0.0
Author
Matthias Kovacic
Parameters
The mean of the distribution (μ).
The standard deviation of the distribution (σ).
Whether to use Abramowitz and Stegun's approximation for the error function.
The seed to use for the random number generator.
See also
Throws
If σ is not positive.
Constructors
Functions
Returns the cumulative distribution function (CDF) of the distribution.
Returns the entropy of the distribution.
Returns the Fisher information of the distribution.
Returns true if the distribution is continuous.
Returns true if the distribution is discrete.
Calculates the Kullback-Leibler divergence between this distribution and the other one.
Returns the median of the distribution.
Returns the mode of the distribution.
Returns the probability density function (PDF) of the distribution.
Returns the quantile of the distribution.