Click or drag to resize

NonlinearFitDocumentGetParametersForFitElement Method

Gets the current parameter values for the specified fit element.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double[] GetParametersForFitElement(
	int idx
)

Parameters

idx  Int32
The index of the fit element.

Return Value

Double
The current parameter values for the specified fit element.
See Also