Click or drag to resize

RegressionFactorScores(Double) Constructor

Constructs a
C#
RegressionFactorScores
instance with the given correlation tolerance. Values in the correlation matrix with magnitude less than this value will considered zero by the regression algorithm.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RegressionFactorScores(
	double correlationTolerance
)

Parameters

correlationTolerance  Double
The correlation tolerance.
See Also