Click or drag to resize

OneVariableFunctionFitterMCurveFitResidualFunctionEvaluate(DoubleVector, DoubleVector) Method

Evaluate the function at the point x and place the result in yValues.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override void Evaluate(
	DoubleVector parameters,
	ref DoubleVector y
)

Parameters

parameters  DoubleVector
The parameters at which to evaluate the residuals.
y  DoubleVector
On input the vector yValues should be the correct size to hold the residuals. On output the values in yValues are overwritten with the residuals.
See Also