Click or drag to resize

SimpleNonlinearFitGetParameter Method

Gets the parameter with index i.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double GetParameter(
	int i
)

Parameters

i  Int32
Index of the parameter.

Return Value

Double
Value of the parameter i.
See Also