CurveFitter<T>.Residuals Property

Gets the residuals for the observations.

Definition

Namespace: Numerics.NET.Curves.Generic
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
C#
public DenseVector<T> Residuals { get; }

Property Value

DenseVector<T>

See Also