SimpleNonlinearFitGetParameterIsFixed Method |
Gets the fixed/unfixed state of the parameter with index i.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool GetParameterIsFixed(
int i
)
Parameters
- i Int32
- Index of the parameter.
Return Value
BooleanIf true, the parameter is fixed during fitting.
See Also