Time Series Analysis: White Noise & MA Process
8 Questions
0 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

Which property must hold for the AR(1) model to be considered stationary?

  • $ heta = 1$
  • $ 1 < heta < 2$
  • $0 < heta < 1$
  • $-1 < heta < 1$ (correct)

In a moving average process MA(q), what does the model utilize to achieve forecasts?

  • Past errors in a regression-like model (correct)
  • Past values of the variable
  • Current observations of the variable
  • Weighted moving averages of past values

What formula represents the random walk model?

  • $Y_t = c + heta_1 e_{t-1} + heta_2 e_{t-2}$
  • $Y_t = Y_{t-1} + e_t$ (correct)
  • $Y_t = e_t + 0.5e_{t-1}$
  • $Y_t = a + b t + e_t$

Under what condition is the AR(2) model stationary?

<p>$-1 &lt; heta_1 &lt; 1$ and $ heta_1 + heta_2 &lt; 1$ and $ heta_2 - heta_1 &lt; 1$ (B)</p> Signup and view all the answers

Which statement about the linear trend model is true?

<p>It includes a stochastic error component. (D)</p> Signup and view all the answers

What does the MA(q) model output represent?

<p>A weighted sum of current and past forecast errors (C)</p> Signup and view all the answers

Which process is characterized primarily by its random shocks or errors?

<p>White noise process (A)</p> Signup and view all the answers

What does $Y_t = c + heta_1 Y_{t-1} + heta_2 Y_{t-2} + e_t$ represent?

<p>Autoregressive process AR(2) (C)</p> Signup and view all the answers

Flashcards

White Noise Process

A time series where each value is a random error (iid) with a mean of 0 and a constant variance.

Moving Average Process (MA(q))

A time series model where the current value is a weighted average of past errors (𝑒𝑡−1, 𝑒𝑡−2, etc).

Random Walk

A time series where the current value is the previous value plus a random error.

Linear Trend

A time series with a constant rate of increase or decrease.

Signup and view all the flashcards

AR(p) Model

An Autoregressive model that forecasts the variable using past values of itself.

Signup and view all the flashcards

AR(1) Model

A specific AR model that uses only the immediately preceding value to forecast the current value.

Signup and view all the flashcards

Stationary AR(p)

An autoregressive model whose values do not trend upwards or downwards over time or have a predictable periodic behaviour. Its key properties do not change.

Signup and view all the flashcards

AR(2) Model

A specific AR model that uses the two immediately preceding values to forecast the current value.

Signup and view all the flashcards

Study Notes

White Noise Process

  • A sequence of random errors (et) is independent and identically distributed (iid)
  • Each error has a mean of 0
  • Each error has a variance of σ2
  • The time series (Yt) is simply the error: Yt = et

Moving Average Process

  • A sequence of random errors (et) is iid
  • Each error has a mean of 0
  • Each error has a variance of σ2
  • The time series (Yt) is a combination of the current error and a weighted previous error: Yt = et + 0.5et-1

Random Walk

  • A sequence of random errors (et) is iid
  • Each error has a mean of 0
  • Each error has a variance of σ2
  • The time series (Yt) is the sum of all past errors: Yt = e1 + e2 + ... + et which equals Yt = Yt-1 + et

Linear Trend

  • A sequence of random errors (et) is iid
  • Each error has a mean of 0
  • Each error has a variance of σ2
  • The time series (Yt) is a linear function of time with added noise: Yt = a + bt + et
    • a and b are constants

Autoregressive Process (AR(p))

  • Forecasts the variable of interest using a linear combination of past values.
  • If the model uses the last p values, it's called an AR(p) model.
  • The time series (Yt) is a linear combination of past values plus an error: Yt = c + Φ1Yt-1 + Φ2Yt-2 + ... + ΦpYt-p + et

AR(1)

  • A special case of AR(p) where p=1
  • Yt = c + Φ1Yt-1 + et
  • The AR(1) model is stationary if -1 < Φ1 < 1

AR(2)

  • A special case of AR(p) where p=2
  • Yt = c + Φ1Yt-1 + Φ2Yt-2 + et
  • The AR(2) model is stationary if: -1 < Φ2 < 1, Φ1 + Φ2 < 1, Φ2 - Φ1 < 1

Moving Average Process (MA(q))

  • Rather than using past variable values, a MA model uses past errors to forecast
  • If the model uses the last q errors, it's called an MA(q) model
  • The time series (Yt) is a weighted moving average of past forecast errors: Yt = c + et + θ1et-1 + ... + θqet-q

Autoregressive Moving Average Process (ARMA(p,q))

  • A combination of AR(p) and MA(q) models
  • The time series (Yt) is a combination of past values and past errors: Yt = Φ1Yt-1 + ... + ΦpYt-p + et - θ1et-1 - ... - θqet-q

Studying That Suits You

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

Quiz Team

Related Documents

Week 2.2 Time Series Models PDF

Description

Explore the concepts of White Noise, Moving Average, Random Walk, and Linear Trend in time series analysis. This quiz will test your understanding of these foundational time series models, their characteristics, and mathematical formulations. Get ready to apply your knowledge in this engaging quiz!

More Like This

Use Quizgecko on...
Browser
Browser