Extreme. Statistics. Time Series Analysis Namespace
The Extreme.Statistics.TimeSeriesAnalysis namespace contains classes for working with time series data.
Classes
Arima | Represents an AutoRegressive Integrated Moving Average (ARIMA) model. |
Augmented | Represents an Augmented Dickey-Fuller (ADF) test for the presence of a unit root. |
Exponential | Represents a model that implements exponential smoothing. |
Garch | Represents a "Generalized Autoregressive Conditional Heteroskedasticity" (GARCH) model. |
Time | Contains functions useful for the analysis of time series. |
Time | Represents a time-series model. |
Enumerations
Dickey | Enumerates the types of regression used in the (Augmented) Dickey-Fuller Test. |
Exponential | Enumerates the methods for computing an exponential smoothing model. |
Exponential | Enumerates the ways in which the initial value for the trend is estimated. |
Garch | Enumerates the possible distributions for the innovations process in a GARCH model. |