Enumeration for specifying the type of transformation of a normal
random variate in the Johnson system.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public enum JohnsonTransformationType |
| Visual Basic (Declaration) |
|---|
Public Enumeration JohnsonTransformationType |
| Visual C++ |
|---|
public enum class JohnsonTransformationType |
Members
| Member name | Description | |
|---|---|---|
| Normal |
Normal form (SN). The identity transformation.
| |
| LogNormal |
Log Normal form (SL). The exponential transformation.
| |
| Bounded |
Bounded form (SB). The logistic transformation.
| |
| Unbounded |
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.