Click or drag to resize

GlobalCurveFitAnova Constructor

Constructs a GlobalCurveFitAnova instance for the given datasets fit.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public GlobalCurveFitAnova(
	GlobalCurveFitter fitter,
	IList<CurveFitDataSet> dataSets,
	double[][] solution
)

Parameters

fitter  GlobalCurveFitter
The fitter used for the global fit.
dataSets  IListCurveFitDataSet
The datasets fit to.
solution  Double
The estimated parameters for the global fit to the given datasets.
See Also