Click or drag to resize

CORegressionCalculationRankAvailable Property

Gets a boolean value indicating whether or not the rank for the regression matrix is available.

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 CORegressionCalculation, this is always true.
See Also