Whether all the PLS2 calculations were successful.

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 ();
}

Remarks

If one or more calculations failed, false is returned. The results may be examined to determine which calculations failed.

See Also