TimeSeriesModel<T>.ResidualSumOfSquares Property

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

Definition

Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T ResidualSumOfSquares { get; protected set; }

Property Value

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

Exceptions

InvalidOperationExceptionThe property is accessed before the model has been computed.

See Also