Click or drag to resize

JohnsonTransformationType Enumeration

Enumeration for specifying the type of transformation of a normal random variate in the Johnson system.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public enum JohnsonTransformationType
Members
Member nameValueDescription
Normal0 Normal form (SN). The identity transformation.
LogNormal1 Log Normal form (SL). The exponential transformation.
Bounded2 Bounded form (SB). The logistic transformation.
Unbounded3 Unbounded form (SU). The hyperbolic sine transformation.
Remarks
The Johnson system is based on three possible transformations of a normal random deviate, plus the identity transformation.
See Also