Click or drag to resize

SimpleNonlinearFitFit Method

Executes the fit. Afterwards, you can get the fit parameters by GetParameter(Int32), or the resulting Chi².

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Fit(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Altaxo.Calc.Regression.Nonlinear.SimpleNonlinearFit.Fit(System.Threading.CancellationToken)"]

See Also