Forecasting - Seasonal ARIMA (DAT320)
16 Questions
1 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What type of data does a Seasonal ARIMA model (SARIMA) primarily handle?

  • Only multivariate data
  • Seasonal and non-seasonal time series data (correct)
  • Data without any seasonal patterns
  • Univariate data only
  • In a SARIMA model represented as SARIMA(k, d, q)(K, D, Q)p, what does the parameter D represent?

  • Order of seasonal moving average component
  • Number of seasonal differences (correct)
  • Order of non-seasonal differencing
  • Order of the seasonal autoregressive component
  • Which of the following is a special case of SARIMA?

  • ARIMA
  • VARIMA
  • SARIMAX
  • SAR(K) (correct)
  • What does the notation (1 - B) represent in the context of the SARIMA model?

    <p>A differencing term</p> Signup and view all the answers

    If a SARIMA model is specified as SARIMA(2, 1, 1)(1, 0, 1)p, which of the following indicates the order of the seasonal moving average component?

    <p>1</p> Signup and view all the answers

    In the equation for a seasonal ARIMA model, what role does the term εt play?

    <p>It denotes the error term</p> Signup and view all the answers

    What is the primary benefit of using SARIMA models over standard ARIMA models?

    <p>Ability to capture seasonal effects in data</p> Signup and view all the answers

    Which test can be used to check for trends in time series data?

    <p>KPSS test</p> Signup and view all the answers

    Which part of the SARIMA model is represented by the parameter p?

    <p>Period of the seasonality</p> Signup and view all the answers

    In the context of seasonal unit root tests, what does HEGY stand for?

    <p>Hylleberg-Engle-Granger-Yoo</p> Signup and view all the answers

    What is the rule of thumb for determining the order of seasonal differencing in SARIMA models?

    <p>Use KPSS and HEGY tests</p> Signup and view all the answers

    Which models can be estimated using the ACF and PACF plots?

    <p>ARIMA models</p> Signup and view all the answers

    What does the SARIMA model notation SARIMA(p, d, q)(P, D, Q)m signify?

    <p>Seasonal and non-seasonal orders of differencing and moving average</p> Signup and view all the answers

    What is typically used to identify SAR or SMA parameters in a SARIMA model?

    <p>Seasonal spikes in ACF and PACF</p> Signup and view all the answers

    What does ndiffs() function do in R when applied to a time series object?

    <p>Determines the number of regular differences</p> Signup and view all the answers

    What type of predictions does a SARIMA model provide?

    <p>Point predictions and prediction intervals</p> Signup and view all the answers

    Study Notes

    Forecasting - Seasonal ARIMA

    • Course: DAT320
    • Instructor: Kristian Hovde Liland
    • Semester: Autumn 2024
    • Institution: Norwegian University of Life Sciences

    Extensions of ARIMA

    • ARIMA models are extended to handle seasonal data and long-term dependencies
    • SARIMA (Seasonal ARIMA)
    • FARIMA (Fractional ARIMA)
    • ARIMAX (ARIMA with exogenous inputs)
    • VARIMA (Vector ARIMA)

    Seasonal ARIMA (SARIMA) Model

    • SARIMA(p,d,q)(P,D,Q)m models combine non-seasonal and seasonal components

      • p: non-seasonal autoregressive order
      • d: non-seasonal integration order
      • q: non-seasonal moving average order
      • P: seasonal autoregressive order
      • D: seasonal integration order
      • Q: seasonal moving average order
      • m: seasonal period
    • Special cases include SAR(P) and SMA(Q) for seasonal AR and MA components, respectively.

    Multiplicative Combination of Terms in SARIMA(p,d,q)(P,D,Q)m

    • The model's terms are multiplicatively combined
    • AR(p) and SAR(P) terms
    • Differencing terms (d and D)
    • MA(q) and SMA(Q) terms

    SARIMA Model (Graphical Representation)

    • The model's structure is illustrated in a diagram depicting connections between time series observations, highlighting the lagged dependencies.

    Seasonal Unit Root Test

    • Used to identify the presence of trends and seasonality to determine the number of seasonal differences.
    • Hylleberg-Engle-Granger-Yoo (HEGY) test is commonly used

    Hyperparameter Selection Rule of Thumb for SARIMA

    • Determine the appropriate differencing orders (d and D) using KPSS and HEGY tests.
    • Visualize the autocorrelation function (ACF) and partial autocorrelation function (PACF) to identify AR and MA parameters.
    • Use patterns of seasonal spikes in ACF and PACF to estimate SAR and SMA parameters.

    FARIMA Model

    • FARIMA (fractionally integrated ARIMA):
      • Handles long-term dependencies
      • Uses fractional difference order (d) (typically between -0.5 and 0.5)
      • Fractional calculus is required to calculate these models.

    ARCH & GARCH Model

    • ARCH (Autoregressive Conditional Heteroscedasticity) models the error variance as an autoregressive process.
    • GARCH (Generalized ARCH) models the error variance as an autoregressive moving average (ARMA) process.
    • These models address volatility clustering.

    R Code Examples

    • Provides specific code snippets for implementing various models/tests/steps in R programming language using existing packages
    • Includes functions like library(datasets), library(forecast), library(fGarch) and others.
    • Examples are used for models such as ARIMA, SARIMA, FARIMA, ARCH, and GARCH applied to the "AirPassengers" and "EuStockMarkets" datasets.

    Stationarity

    • Key indicators of violations of stationarity include trends, seasonality, and non-constant variance (heteroscedasticity).
    • Different stationarity tests like KPSS, HEGY, Brown-Forsythe, Levene and Bartlett are used to determine whether data are stationary.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    This quiz covers the fundamentals of Seasonal ARIMA (SARIMA) models, including extensions like FARIMA and ARIMAX. Learn about the combination of non-seasonal and seasonal components in ARIMA models, and understand the terms and parameters used in SARIMA modeling. Perfect for students in the DAT320 course at the Norwegian University of Life Sciences.

    More Like This

    B&T Goods International Overview 2023
    21 questions
    Overview of Salima, Malawi
    5 questions

    Overview of Salima, Malawi

    LuxuriousMoonstone7011 avatar
    LuxuriousMoonstone7011
    Use Quizgecko on...
    Browser
    Browser