Returns true if the standard correction for ties was applied in the computation of the test statistic.

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

Syntax

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

See Also