Click or drag to resize

MultipleCurveFitFunction(Int32, IListMultipleFitCurveInfo) Constructor

Creates a MultipleCurveFitFunction instance with the specied number of parametrs for the given data sets. A default value of 1e-8 for the central difference delta is the used in the central difference algorithm for computing Jacobians.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MultipleCurveFitFunction(
	int numParameters,
	IList<MultipleFitCurveInfo> dataSetInfo
)

Parameters

numParameters  Int32
The number of parameters in the parameterized functions.
dataSetInfo  IListMultipleFitCurveInfo
The data sets to be used in the fit.
See Also