Click or drag to resize

MultipleCurveFit(Double) Constructor

Constructs a MultipleCurveFit object with the minimizer using the given error tolerance in finding the solution.

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

Parameters

tolerance  Double
The error tolerance.
See Also