LevMarAdapterEvalulateFitValues Method |
Calculates the fitting values.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void EvalulateFitValues(
double[] parameter,
double[] outputValues,
Object? additionalData
)
Parameters
- parameter Double
- The parameter used to calculate the values.
- outputValues Double
- You must provide an array to hold the calculated values. Size of the array must be
at least NumberOfData.
- additionalData Object
- Currently ignored.
Remarks The values of the fit elements are stored in the order from element_0 to element_n. If there is more
than one used dependent variable per fit element, the output values are stored in interleaved order.
See Also