Time Series Flashcards
In order for an AR(1) model to exhibit STATIONARITY, what are the bounds of the B1 coefficient?
B1 has to greater than -1 and less than 1, i.e. the absolute value of the B1 coefficient has to be less than 1.
Describe what the AR(1) model becomes when B1=0 or B1=1.
If B1=0, then Y follows a white noise process. If B1=1, then Y follows a random walk process.
Given a series of observations, how do we know if an autoregressive model is suitable for modeling the data?
- Use control charts to detect if the series exhibits stationarity (needs to be).
- Plot adjacent values to see if adjacent values are linearly related.
- Check the absolute value of its lag k autocorrelation to see if it forms a decreasing geometric sequence as k increases.
What weight must we assign in exponential smoothing to result in no smoothing?
w=0
How do we choose the optimal value for w?
We calculate SS(w), which is the sum of squared one-step prediction errors, for all different values of w, and choose the value that results in the lowest SS(w).
What is another name for the estimates calculated from exponential smoothing?
Discounted least squares estimates
What are three indications that a nonstationary times series can be represented as a random walk?
- A control chart of the series detects a linear trend in time and increasing variability.
- The differenced series follows a white noise model.
- The standard deviation of the original series is greater than the standard deviation of the differenced series.
T/F: It is risky to choose a small value for k
because we may lose sight of the real trends due to oversmoothing.
False. A small k doesn’t cause oversmoothing. It is risky to choose a large value for k
because we may oversmooth the data and lose sight of the real trends.
T/F: When smoothing with moving averages is used for forecasting, the model is called a globally constant mean model.
False. Smoothing with moving averages results in a locally constant mean model. The model is only called a globally constant mean model when equal weight is given to all observations.
What is the purpose of a unit root test?
A unit root test is used to evaluate the fit of a random walk model. A random walk model is a good fit if the time series possesses a unit root. The Dickey-Fuller test and augmented Dickey-Fuller test are two examples of unit root tests.
What is the lag k autocorrelation of a white noise process?
0
What is the ARCH model used for?
An ARCH model is used to model the conditional variance of a time series, not the time series itself
T/F: A control chart has superimposed lines called reference limits.
False: Control charts have superimposed lines called control limits. Two well-known control limits are the upper control limit and the lower control limit.
T/F: An R chart examines the stability of the mean of a time series.
False. An R chart helps examine the stability of the variability of a time series. An x-chart examines the stability of the mean of a time series.
T/F: An AR(1) model is a meandering process.
False. Not all AR(1) model is a meandering process. An AR(1) model with −1<β1<0 is not a meandering process. An AR(1) model with 0<β1<1 is a meandering process. (i.e. meandering if B1 is stationary AND positive)