Click or drag to resize

IRegressionCalculationRank 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.4
Syntax
int Rank { get; }

Property Value

Int32
Remarks
If the RankAvailable property is false, this get should throw an exception.
See Also