Click or drag to resize

OneVariableFunctionFitterMCurveFitResidualFunction(DoubleParameterizedFunction, DoubleVector, DoubleVector, Int32) Constructor

Constructs a CurveFitResidualFunction instance for the given parameterized function and x-yValues values.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public CurveFitResidualFunction(
	DoubleParameterizedFunction ftn,
	DoubleVector xValues,
	DoubleVector yValues,
	int numParameters
)

Parameters

ftn  DoubleParameterizedFunction
The parameterized function.
xValues  DoubleVector
observed x-values.
yValues  DoubleVector
The observed yValues-values.
numParameters  Int32
The nunmber of parameters in the parameterized function.
See Also