SimpleNonlinearFitSetParameterIsFixed Method |
Sets the parameter with index i to either fixed (parameter can't vary during fit) or unfixed.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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