Click or drag to resize

RegressionFactorScoresCorrelationTolerance Property

Correlation tolerance. Values in the correlation matrix with magnitude less than this value will be considered zero in the regression calculation. The defaule value is 1e-10.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double CorrelationTolerance { get; set; }

Property Value

Double
See Also