NonlinearModelOfFitEnsembleCopyParametersBackTo Method |
Copies the current model parameters 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,
IReadOnlyList<double>? standardErrors
)
Parameters
- pset ParameterSet
- The parameter set that receives the current model parameters.
- standardErrors IReadOnlyListDouble
- The optional standard errors for the fitted parameters.
See Also