Click or drag to resize

JohnsonDistribution(Double, Double, Double, Double, JohnsonTransformationType) Constructor

Constructs a JohnsonDistribution instance with the given parameters and transformation type.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public JohnsonDistribution(
	double gamma,
	double delta,
	double xi,
	double lambda,
	JohnsonTransformationType type
)

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