Click or drag to resize

MultipleCurveFitResidualEvaluate(DoubleVector, DoubleVector) Method

Fills in the vector of residuals (differences) for the give set of parameters. If y-value weights have been specified the residuals are weighted (multiplied) by the square root of the corresponding weights. This is so that the each residual in the sum square error will be weighted by the weight instead of the weight squared.

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

Parameters

beta  DoubleVector
The set of parameters.
residuals  DoubleVector
The residual for the set of parameters.
See Also