Click or drag to resize

MultiVariableFunctionFitterMResidualFunctionEvaluate(DoubleVector, DoubleVector) Method

Computes the residuals at for the given functional parameters.

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
Functional parameters.
y  DoubleVector
On input a vector allocated to the appropriate size. On output contains the residuals.
See Also