Click or drag to resize

NonlinearFitAsInterpolationParameters Property

Gets the curve parameters for the CurveShape function.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ImmutableList<ParameterSetElement> Parameters { get; init; }

Property Value

ImmutableListParameterSetElement
See Also