Johnson Distribution Type Enumeration
Enumerates the types of the Johnson system of probability
distributions.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public enum JohnsonDistributionType
Members
Normal | 0 | A normal distribution, based on the identity transformation. Also referred to as the SN form. |
Unbounded | 1 | A distribution unbounded on either side, based on a hyperbolic sine transformation. Also referred to as the SU form. |
Bounded | 2 | A distribution that is bounded on both sides, based on a logistic transformation. Also referred to as the SB form. |
LogNormal | 3 | 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. |