Returns true is the calcuation of the chi-square statistic uses Yates correction; otherwise, false.

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

Syntax

C#
public bool IsYatesCorrected { get; internal set; }
Visual Basic (Declaration)
Public Property IsYatesCorrected As Boolean
Visual C++
public:
property bool IsYatesCorrected {
	bool get ();
	void set (bool value);
}

See Also