Click or drag to resize

NonlinearFitDocumentSetDefaultParametersForFitElement Method

This will set all parameters in the ensembly with the same name than that of the parameter names of fit function at index idx to their default values (those are provided by the fit function).

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetDefaultParametersForFitElement(
	int idx
)

Parameters

idx  Int32
Index of the fit element.
See Also