FitEnsembleParameterName Method |
Gets the bundled parameter name at the specified index.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string ParameterName(
int i
)
Parameters
- i Int32
- The parameter index.
Return Value
StringThe bundled parameter name at the specified index.
See Also