Click or drag to resize

PolynomialRegressionAsInterpolationFit Property

Gets the fit. This property is only valid after the Interpolate(IReadOnlyListDouble, IReadOnlyListDouble) function has been called. Note that the x-values of the fit were transformed, using XMean and XScale in the manner of xt = (x - XMean) * XScale; see TransformXToInternalRepresentation(Double).

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public LinearFitBySvd? Fit { get; }

Property Value

LinearFitBySvd
See Also