Gets and sets the transformation type of the Johnson distribution.

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

Syntax

C#
public JohnsonTransformationType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As JohnsonTransformationType
Visual C++
public:
property JohnsonTransformationType Type {
	JohnsonTransformationType get ();
	void set (JohnsonTransformationType value);
}

See Also