Click or drag to resize

NonlinearModelOfFitEnsembleCopyParametersBackTo Method

Copies the current model parameters back to the specified parameter set.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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