Click or drag to resize

SmoothingCubicSplineBaseErrorEstimate Property

Returns the error estimates of the y points.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> ErrorEstimate { get; }

Property Value

IReadOnlyListDouble
See Also