Click or drag to resize

IObjectiveModelNonAllocatingEvaluateAt(IReadOnlyListDouble) Method

Evaluates the model with the given parameter set. The resulting Chi² value (i.e. the sum of squares of deviations between data and fitmodel) can be accessed with Value.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void EvaluateAt(
	IReadOnlyList<double> parameter
)

Parameters

parameter  IReadOnlyListDouble
The parameter.

Return Value

The ChiSquare value.
See Also