Click or drag to resize

MultipleCurveFitFunction(Int32, IListMultipleFitCurveInfo, Double) Constructor

Creates a MultipleCurveFitFunction instance with the specied number of parameters and central difference delta for the given data sets. 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,
	double centralDifferenceDelta
)

Parameters

numParameters  Int32
The number of parameters in the parameterized functions.
dataSetInfo  IListMultipleFitCurveInfo
The data sets to be used in the fit.
centralDifferenceDelta  Double
The central difference delta is the used in the central difference algorithm for computing Jacobians
See Also