Arima
            
            
            Gets the error variance of the time series.
            
Definition
Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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. |