JohnsonDistributionType Enumeration

Enumerates the types of the Johnson system of probability distributions.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public enum JohnsonDistributionType

Members

Normal0 A normal distribution, based on the identity transformation. Also referred to as the SN form.
Unbounded1 A distribution unbounded on either side, based on a hyperbolic sine transformation. Also referred to as the SU form.
Bounded2 A distribution that is bounded on both sides, based on a logistic transformation. Also referred to as the SB form.
LogNormal3 A distribution similar to a log-normal distribution that is bounded on the left side, based on an exponential transformation. Also referred to as the SL form.

See Also