Click or drag to resize

LinearFitBySvdResidualValues Property

Gets the array of residual values defined as the difference y[i]-ypredicted[i].

Namespace: Altaxo.Calc.Regression
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] ResidualValues { get; }

Property Value

Double
See Also