 | JohnsonDistribution Constructor |
Default constructor. Constructs a JohnsonDistribution instance
with default shape and location parameters and transformation type.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic JohnsonDistribution()
public:
JohnsonDistribution()
new : unit -> JohnsonDistribution
Remarks
The default parameter values are: gamma = 0.0, delta = 1.0, xi = 0.0, lambda = 1.0. The default
transformation type is the identity transformation (SN).
See Also