Gets a boolean value indicating whether or not the rank for the regression matrix is available.

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

Syntax

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

Implements

IRegressionCalculation..::.RankAvailable

Remarks

For instances of CORegressionCalculation, this is always true.

See Also