Click or drag to resize

ShiftGroupComplexCommonXCreateInterpolationFunction 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<Complex> Y, IReadOnlyList<Complex> YErr), Func<double, Complex>?> CreateInterpolationFunction { get; }

Property Value

FuncValueTupleIReadOnlyListDouble, IReadOnlyListComplex, IReadOnlyListComplex, FuncDouble, Complex
See Also