ArimaModel.ErrorVariance Property

Gets the error variance of the time series.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
C#
public double ErrorVariance { get; }

Property Value

Double

Remarks

The error variance or white noise variance is the variance of the error terms in the estimated model.

This property is available when the model is fitted or deployed.

Exceptions

InvalidOperationException Thrown if the model has not been fitted.

See Also