LevMarAdapterCopyParametersBackTo Method |
Copies the fitted parameter values back to the specified parameter set.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopyParametersBackTo(
ParameterSet pset
)
Parameters
- pset ParameterSet
- The parameter set that receives the fitted values.
See Also