Models the Normal (or Gaussian) distribution.
Readonly
Addition of this and d
the result of adding this and the given distribution's means and variances
cumulative distribution function, which describes the probability of a random variable falling in the interval (−∞, x]
Quotient distribution of this and d (scale for constant)
the quotient distribution of this and the given distribution; equivalent to scale(1/d) when d is a constant
scale(1/d)
Product distribution of this and d (scale for constant)
the product distribution of this and the given distribution; equivalent to scale(d) when d is a constant
scale(d)
probability density function, which describes the probability of a random variable taking on the value x
percent point function, the inverse of cdf
Scale this by constant c
the result of scaling this distribution by the given constant
Subtraction of this and d
the result of subtracting this and the given distribution's means and variances
Models the Normal (or Gaussian) distribution.