Click or drag to resize

NonlinearFitAsInterpolation(IFitFunction, IReadOnlyListDouble) Constructor

Initializes a new instance of the NonlinearFitAsInterpolation class using numeric parameter values for the provided fit function.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public NonlinearFitAsInterpolation(
	IFitFunction fitFunction,
	IReadOnlyList<double> parameters
)

Parameters

fitFunction  IFitFunction
The fit function that defines the curve shape.
parameters  IReadOnlyListDouble
The parameter values for the fit function.
See Also