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.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid EvaluateAt(
IReadOnlyList<double> parameter
)
Parameters
- parameter IReadOnlyListDouble
- The parameter vector.
See Also