Click or drag to resize

LevMarAdapterGetParameters Method

Copies the current parameters for the fit element with the provided index into the provided array.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void GetParameters(
	int idxFitEle,
	double[] parameters
)

Parameters

idxFitEle  Int32
Index of the fit element.
parameters  Double
Provided array to copy the current parameters to. Must have same size as NumberOfParameters for the given fit element.
See Also