Click or drag to resize

MultiVariableFunctionFitterMResidualFunction Constructor

Constructs a ResidualFunction instance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public ResidualFunction(
	DoubleParameterizedFunctional ftnl,
	DoubleMatrix xValues,
	DoubleVector yValues,
	int numParameters
)

Parameters

ftnl  DoubleParameterizedFunctional
The parameterized functional.
xValues  DoubleMatrix
x values of the points to fit.
yValues  DoubleVector
y values of the points to fit.
numParameters  Int32
The number of parameters in the parameterized functional.
See Also