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: 9.0.4
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
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. |