NormalDistribution
returns the normal distribution of mean
m
and sigmas
.
returns the standard normal distribution for
m = 0
ands = 1
.
See
Examples
The probability density function of the normal distribution is
The cumulative distribution function of the standard normal distribution is
The mean of the normal distribution is
The standard deviation of the normal distribution is
The variance of the normal distribution is
The random variates of a normal distribution can be generated with function RandomVariate
Related terms
CDF, Mean, Median, PDF, Quantile, StandardDeviation, Variance
Implementation status
- ✅ - full supported