Returns true if the most recent calculation converged with respect to the tolerance in less than the maximum number of iterations.

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

Syntax

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

See Also