Tsay 2 Flashcards
(91 cards)
Define a time series
A collection of random variables over time, e.g. asset returns over time
What is AR
AutoRegressive models
what is MA
Moving Average models
What is ARMA
mixed autoregressive moving average models
In general, very broadly speaking, what do we say that simple timeseries models attempt to do?=
Use information prior to the current point to predict the next point
name the fundamentals correlations
serial correlation and autocorrelations
What is the foundation of time series forecasting/analysis
Stationarity
Define strict stationarity
In other words, the distribution of the values is not affected by a shift in time.
Strict stationarity entails that any subset of the random variables have the same joint distribution regardless of WHEN we observe them. This is difficult to empirically validate, and is typically considered too strict in finance.
Define weak stationarity. Also elaborate on staitonarituy
A tiem series is weakly stationariy if both its mean and covariance between r_t and r_{t-l} are time invariant, where l is an arbitrary integer.
This simply means: r_t, which is a time series and consists of a number of random variables through time, and r_{t-l} have a covariance that is time invariant. This means that their covariance does not depend on time, but depend only on l.
Recall that if the lag is 0, we get covariance of itself, which is the variance of the time series. Therefore, by requering covariance being cosntant, we also get that the variance must be constant.
Stationarity therefore entails:
1) same mean across all time series of the same length (same number of random variables).
2) Same variance
3) Same covariance
The covariance has an important interpretaiton. constant Covariance entail that the impact a lagged variable has on future variable remains constant. this basically enforce no seasonality.
CRUCIAL: At first, stationarity appears abstract. Difficult to place. For instance, stock prices doesnt exactly resemble stationarity. Same goes for most other time series patterns as well.
However, the key lies in what we can do to enforce stationarity on it. For instance, if we take the daily returns instead of daily stock prices as a time series, the resulting seires is much closer to a stionary process.
what can we say about hte first two moments of a time series when assuming weak stationarity
they are fixed constants
what is lag-l autocovariance?
the result of taking the covariance between r_t and r_t shifted by l: r_{t-l}. It gives a value. With weak staitonarity, this value is finite.
lag-l autocovariance has 2 important properties:
1) when l is 0, the lag-l autocovariance is equal to the variance of r_t.
2) gamma_l = gamma_{-l}, where gamma_l is the lag-l autocovariance between r_t and r_{t-l}.
The second property is that we simply say the lag-l autocovariance is the same whether we shift the time series up or down.
give definition of the correlation coefficient between two random variables
p = cov(x,y/sqrt(var(x) var(y))
alternaively:
p = cov(x,y)/SD(x)SD(y)
when is correlation coefficent zero
If X and Y are normal variables, they are uncorrelated if and only if they are independent.
how do compute the correlation of a sample {(x_t, y_t)}^T_(t=1)
we extend the formula to:
what is ACF
AutoCorrelationFunction
what is lag-l autocorrelation?
the correlation coefficent of the time series r_t and r_{t-l}.
how do we compute lag-l autocorrelation?
here, the property that var(r_t) = var(r_{t-l}) for weak stationarity is applied.
what is the difference between serial correlation and autocorrelatoin?
It is the same tihng
what is a time series not autocorrelated at all? a weakly stationary one
the lag-l autocorrelation must be 0 for all values of l greater than 0.
what is the formula for lag-1 autocorrelation for a sample of returns, {r_t}^T_(t=1)?
Give the sample lag-l autocorrelation formula for a sample of returns time series
what is important to understand about sample lag-l autocorrelation formula
It is estimator.
if {r_t} is iid and E[r_t^2]< infinity, then the estimator for p_l is asymptotically normal with mean zero and variance 1/T. We can use this to test using t-ratio.
elaborate on testing individual ACF
We can use the t-ratio to test against whether the lag-l autocorrelation is 0 or not:
elaborate on this formula
it say that each random variable in the time series r_t is the result of applying a funciton that consists of a mean mu, plus the sum-product of shocks and their coefficients that took place during the last q time steps. Therefore, the formula look q steps back in time, and compute today’s value based on previous events. It is a linear way of doing it.
If {a_j} is a sequence of iid random variables with mean zero, then the sample lag-l autocorrelation coefficnet is asynptotically normal with mean zero and varianec as given by Bartletts formula.