RegressionModel<T>.ResidualSumOfSquares Property

Gets the sum of squares of the residuals of the model.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T ResidualSumOfSquares { get; }

Property Value

T
The sum of squares of the residuals of the model.

Exceptions

InvalidOperationException

The property is accessed before the model has been computed.

See Also