Click or drag to resize

LevMarAdapterFit1 Method

Executes the Levenberg-Marquardt fit implementation.

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

Parameters

cancellationToken  CancellationToken
The cancellation token.
See Also