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 fit model) can be accessed via Value.

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

Parameters

parameter  IReadOnlyListDouble
The parameter vector.
See Also