Click or drag to resize

GlobalCurveFitterGetMultipleCurveFitFunction(IListCurveFitDataSet) Method

Constructs the MultipleCurveFitFunction used by the MultipleCurveFit class to compute parameter estimates.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public MultipleCurveFitFunction GetMultipleCurveFitFunction(
	IList<CurveFitDataSet> dataSets
)

Parameters

dataSets  IListCurveFitDataSet
Datasets being fit.

Return Value

MultipleCurveFitFunction
MultipleCurveFitFunction object. Minimizing the residuals of this function yields the global fit parameter estimates.
Remarks
Mostly for internal use. Library clients do need use this method when performing a global fit.
See Also