 | QRRegressionCalculationRankAvailable Property |
Returns the rank if it was calculated as a byproduct of the parameter
calculation.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic bool RankAvailable { get; }
Public ReadOnly Property RankAvailable As Boolean
Get
public:
virtual property bool RankAvailable {
bool get () sealed;
}
abstract RankAvailable : bool with get
override RankAvailable : bool with get
Property Value
Type:
BooleanImplements
IRegressionCalculationRankAvailable
Remarks
For instances of QRRegressionCalculation, this is always true.
See Also