Returns true if the factorization algorithm converged. Returns false if the maximum number of iterations was exceeded before convergence was achieved.

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

Syntax

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

See Also