Returns the rank if it was calculated as a byproduct of the parameter calculation.

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 QRRegressionCalculation, this is always true.

See Also