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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public JohnsonDistribution(
	double gamma,
	double delta,
	double xi,
	double lambda,
	JohnsonTransformationType type
)
Visual Basic (Declaration)
Public Sub New ( _
	gamma As Double, _
	delta As Double, _
	xi As Double, _
	lambda As Double, _
	type As JohnsonTransformationType _
)
Visual C++
public:
JohnsonDistribution(
	double gamma, 
	double delta, 
	double xi, 
	double lambda, 
	JohnsonTransformationType type
)

Parameters

gamma
Type: System..::.Double
The gamma parameter of the Johnson distribution.
delta
Type: System..::.Double
The delta parameter of the Johnson distribution.
xi
Type: System..::.Double
The xi parameter of the Johnson distribution.
lambda
Type: System..::.Double
The lambda parameter of the Johnson distribution.
type
Type: CenterSpace.NMath.Core..::.JohnsonTransformationType
The transformation type of the Johnson distribution.

See Also