Click or drag to resize

SimpleNonlinearFitSetParameterIsFixed Method

Sets the parameter with index i to either fixed (parameter can't vary during fit) or unfixed.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void SetParameterIsFixed(
	int i,
	bool paraFixed
)

Parameters

i  Int32
Index of the parameter.
paraFixed  Boolean
If true, the parameter is fixed during fitting.
See Also