Gets and sets the xi parameter of the Johnson distribution.

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

Syntax

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

See Also