TimeSeriesModel<T>.StandardError Property

Gets the standard error of the regression.

Definition

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

Property Value

T
The standard error of the regression.

Remarks

The standard error is the root-mean-square of the residuals.

Exceptions

InvalidOperationExceptionThe property is accessed before the model has been computed.

See Also