Normal#
- class Normal(loc, scale)[source]#
Bases:
ContinuousDistributionClass for the Normal (Gaussian) distribution.
- Parameters:
loc (float) – Mean of the distribution (mu). Can be any real number.
scale (float) – Standard deviation of the distribution (sigma). Must be positive.
- Variables:
loc (float) – Mean of the distribution.
scale (float) – Standard deviation of the distribution.
Methods