Modeling Cycles Flashcards
How does the Moving Average (MA) model represent a time series?
Represents time series as a linear function of current and past error terms (shocks)
What are some key characteristics about the Moving Average (MA) model?
1) Approximation to the Wold Representation
2) Distributed Lags of Shocks
3) Mathematical Representation
What are key properties of Moving Average (MA) model?
1) short memory - it only depends on a finite number of past shocks, the effects of past disturbances
2) stationarity - meaning they do not exhibit trends or long-term dependencies
3) useful for forecasting - since it captures short-term dependencies, an MA model is often used in time series forecasting
What is invertibility?
An MA process if invertible if it can be rewritten as a converging infinite-order AR process, expressing current shocks in terms of past observations, making estimation and forecasting more stable
When can a MA model be invertible?
When the absolute value of theta is < 1, if greater or equal to it cannot be invertible
What is the AutoRegressive (AR) model definition?
Time series model where past values predict the present
What’s the autocorrelation of AR model?
gradual decay, smoother than MA models
What is the difference from MA?
AR uses past values; MA uses past shocks
What is an example of an AR model?
temperature today depends on the last two month’s temperatures
What are Yule-Walker equations?
equations that estimate AR model coefficients using autocorrelations
What are yule-walker equations used for?
AR parameter estimation, stationarity check, spectral analysis
When changing the coefficients between an AR model and MA model, which one has a greater impact?
the AR model has a greater impact when there is a change in coefficients because it influences long-term behavior
True or False. AR model are always covariance stationary?
False, it is only covariance stationary if the absolute value of p is < 1.
Formula used to find covariance between X and Y
Var(X - Y) = Var(X) + Var(Y) - 2Cov(X,Y)
Formula for calculating the lower bound with a 95% confidence interval
mean - (1.96)(standard deviation)