NonlinearFitAsInterpolation(IFitFunction, IReadOnlyListDouble) Constructor |
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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