FitEnsembleDefaultParameterValue Method |
Gets the default value of the bundled parameter at the specified index.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic double DefaultParameterValue(
int i
)
Parameters
- i Int32
- The parameter index.
Return Value
DoubleThe default value of the bundled parameter at the specified index.
See Also