Click or drag to resize

SVDRegressionCalculationRankAvailable 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
public bool RankAvailable { get; }

Property Value

Boolean

Implements

IRegressionCalculationRankAvailable
Remarks
For instances of QRRegressionCalculation, this is always true.
See Also