Click or drag to resize

FitEnsembleParameterName Method

Gets the bundled parameter name 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 string ParameterName(
	int i
)

Parameters

i  Int32
The parameter index.

Return Value

String
The bundled parameter name at the specified index.
See Also