Click or drag to resize

ShiftGroupDoubleCreateInterpolationFunction Property

Creates the fit function. Argument is the tuple consisting of X, Y, and optional YErr. Return value is a function that calculates y for a given x.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Func<(IReadOnlyList<double> X, IReadOnlyList<double> Y, IReadOnlyList<double> YErr), Func<double, double>?> CreateInterpolationFunction { get; }

Property Value

FuncValueTupleIReadOnlyListDouble, IReadOnlyListDouble, IReadOnlyListDouble, FuncDouble, Double
See Also