Comparar métodos
Examine os métodos selecionados lado a lado; as linhas que diferem ficam destacadas.
| Modelo de Média Móvel (MA)× | Modelo ARIMA (Autoregressive Integrated Moving Average)× | Modelo SARIMA× | |
|---|---|---|---|
| Área | Econometria | Econometria | Econometria |
| Família | Regression model | Regression model | Regression model |
| Ano de origem≠ | 1970 | 1970 | 1970 (first edition); 1976 (revised) |
| Autor original≠ | Box and Jenkins | George Box and Gwilym Jenkins | Box, Jenkins, and Reinsel |
| Tipo≠ | Linear time series model | Time series forecasting model | Seasonal time series model |
| Fonte seminal≠ | Box, G. E. P., Jenkins, G. M., & Reinsel, G. C. (1976). Time Series Analysis: Forecasting and Control (revised ed.). Holden-Day. ISBN: 978-0130607744 | Box, G. E. P., & Jenkins, G. M. (1970). Time Series Analysis: Forecasting and Control. Holden-Day. link ↗ | Box, G. E. P., Jenkins, G. M., & Reinsel, G. C. (1976). Time Series Analysis: Forecasting and Control (revised ed.). Holden-Day. ISBN: 978-0130607744 |
| Outros nomes | MA model, MA(q) process, moving-average process, Box-Jenkins MA | ARIMA, Box-Jenkins model, integrated ARMA, ARIMA(p,d,q) | SARIMA, seasonal ARIMA, Box-Jenkins seasonal model, ARIMA with seasonal component |
| Relacionados≠ | 5 | 6 | 5 |
| Resumo≠ | The Moving Average model of order q — written MA(q) — expresses the current value of a time series as a linear combination of the current and past random shocks (innovations). Unlike the AR model which uses lagged values of the series itself, the MA model uses lagged error terms, making it well-suited for capturing short-lived disturbances that dissipate over q periods. | The ARIMA(p,d,q) model is the standard workhorse for univariate time series forecasting. It combines autoregressive terms (past values), differencing to induce stationarity, and moving average terms (past shocks) into a unified linear framework. Developed by Box and Jenkins (1970), it remains one of the most widely applied models in econometrics and applied statistics. | SARIMA extends ARIMA by adding seasonal autoregressive and moving-average operators to capture repeating patterns at fixed intervals — such as monthly, quarterly, or annual cycles. Denoted SARIMA(p,d,q)(P,D,Q)s, it is the standard workhorse for univariate seasonal time series forecasting in econometrics, economics, and official statistics. |
| ScholarGateConjunto de dados ↗ |
|
|
|