Click or drag to resize

FitEnsembleDefaultParameterValue Method

Gets the default value of the bundled parameter at the specified index.

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

Parameters

i  Int32
The parameter index.

Return Value

Double
The default value of the bundled parameter at the specified index.
See Also