Constructs a CORegressionCalculation instance with a given tolerance.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public CORegressionCalculation(
	double tolerance
)
Visual Basic (Declaration)
Public Sub New ( _
	tolerance As Double _
)
Visual C++
public:
CORegressionCalculation(
	double tolerance
)

Parameters

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

See Also