 | JohnsonDistribution(Double, Double, Double, Double, JohnsonTransformationType) Constructor |
Constructs a JohnsonDistribution instance with the given parameters and
transformation type.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic JohnsonDistribution(
double gamma,
double delta,
double xi,
double lambda,
JohnsonTransformationType type
)
Public Sub New (
gamma As Double,
delta As Double,
xi As Double,
lambda As Double,
type As JohnsonTransformationType
)
public:
JohnsonDistribution(
double gamma,
double delta,
double xi,
double lambda,
JohnsonTransformationType type
)
new :
gamma : float *
delta : float *
xi : float *
lambda : float *
type : JohnsonTransformationType -> JohnsonDistribution
Parameters
- gamma Double
- The gamma parameter of the Johnson distribution.
- delta Double
- The delta parameter of the Johnson distribution.
- xi Double
- The xi parameter of the Johnson distribution.
- lambda Double
- The lambda parameter of the Johnson distribution.
- type JohnsonTransformationType
- The transformation type of the Johnson distribution.
See Also