NonlinearFitDocumentGetParametersForFitElement Method |
Gets the current parameter values for the specified fit element.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double[] GetParametersForFitElement(
int idx
)
Parameters
- idx Int32
- The index of the fit element.
Return Value
DoubleThe current parameter values for the specified fit element.
See Also