Gets the sum of squares of the residuals of the model.
Namespace:
Extreme.DataAnalysis.Models
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T ResidualSumOfSquares { get; }
Public ReadOnly Property ResidualSumOfSquares As T
Get
public:
property T ResidualSumOfSquares {
T get ();
}
member ResidualSumOfSquares : 'T with get
Property Value
Type:
TThe sum of squares of the residuals of the model.
Reference