Click or drag to resize

LogisticDecreasingDefaultParameterValue Method

Returns a default parameter value. You must ensure that the fit function would generate values with those default parameters.

Namespace: Altaxo.Calc.FitFunctions.Transitions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double DefaultParameterValue(
	int i
)

Parameters

i  Int32
Index of the parameter.

Return Value

Double
A default value for the parameter i.

Implements

IFitFunctionDefaultParameterValue(Int32)
See Also