Click or drag to resize

IRegressionCalculationRankAvailable Property

Returns true if the rank was calculated as a byproduct of the parameter calculation; otherwise, false.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
bool RankAvailable { get; }

Property Value

Boolean
Remarks
If true, the rank is available using the Rank property.
See Also