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.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.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.
Exceptions
| Invalid | The model has not been fitted. |