Enumerates the types of the Johnson system of probability
distributions.
Namespace:
Extreme.Statistics.Distributions
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum JohnsonDistributionType
Public Enumeration JohnsonDistributionType
public enum class JohnsonDistributionType
type JohnsonDistributionType
| Member name | Value | Description |
---|
| 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.
|
Reference