Click or drag to resize

MultipleCurveFit(Double, Int32) Constructor

Constructs a MultipleCurveFit object with the minimizer using the given maximum number of iterations to perform and error tolerance.

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

Parameters

tolerance  Double
The error tolerance.
maxIterations  Int32
Maximum number of iterations to perform.
See Also