Click or drag to resize

NonlinearObjectiveFunctionNonAllocatingBaseModelValues Property

Get the y-values of the fitted model that correspond to the independent values.

Namespace: Altaxo.Calc.Optimization.ObjectiveFunctions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Vector<double> ModelValues { get; protected set; }

Property Value

VectorDouble

Implements

IObjectiveModelEvaluationModelValues
See Also