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.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void EvaluateAt(
IReadOnlyList<double> parameter
)
Parameters
- parameter IReadOnlyListDouble
- The parameter.
Return Value
The ChiSquare value.
See Also