Arima Model.Error Variance 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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.2.0
public double ErrorVariance { get; }Property Value
DoubleRemarks
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
| Invalid | Thrown if the model has not been fitted. |