Click or drag to resize

CORegressionCalculation(Double) Constructor

Constructs a CORegressionCalculation instance with a given tolerance.

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

Parameters

tolerance  Double
Tolerance used for computing numerical rank. Values with absolute less than tolerance are considered zero when computing the effective rank.
See Also