Click or drag to resize

SimpleNonlinearFitGetParameterIsFixed Method

Gets the fixed/unfixed state of 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 bool GetParameterIsFixed(
	int i
)

Parameters

i  Int32
Index of the parameter.

Return Value

Boolean
If true, the parameter is fixed during fitting.
See Also