Default behavior for computing the Chi-square statistic is to not use yates correction

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

Syntax

C#
public static bool DefaultIsYatesCorrected { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property DefaultIsYatesCorrected As Boolean
Visual C++
public:
static property bool DefaultIsYatesCorrected {
	bool get ();
}

See Also