Lecture 1 Flashcards
What is non/linear dependence?
The correlation in returns between different stocks tends to
increase during periods of market panic.
What are simple returns?
R_t=(P_t-P_{t-1})/P_{t-1}
What are continuously compounded returns?
Y_t=ln(1+R_t)=ln(P_t/P_{t-1})
Describe the purpose of the Ljung-Box test, the null hypothesis and the alternative hypothesis.
The Ljung-Box test is a test for joint significance of the autocorrelation coefficients. The null hypothesis is that the data is independently distributed. The alternative hypothesis is autocorrelation.
State the core equation of the MA model
Sample mean of squared returns going W periods back
State the core equations of the EWMA model
(1-lambda)(past squared return)+lambda(past conditional volatility)
Or infinite weighted sum of past squared returns
(1-lambda)lambda^0y_{t-1}^2+…
State the core equations of the ARCH(q) model
AR(p) for returns (y_t=mu+sum of squared returns with coefficients)
Residual distribution (almost always normal)
Volatility process (w+sum of weighted squared residuals)
State the core equations of the Garch(p,q) model
Extended version of ARCH(q) with sum of p squared conditional volatilities with coefficients
Why is GARCH(1,1) preferred over MA, EWMA, ARCH(1)
It nests multiple models, has few parameter restrictions and is quickly estimated. Captures fat-tails and volatility clustering.
Explain 4 steps of ML estimation
Derive the theoretical distribution of the returns.
Compute the likelihood function
Take the logarithm
Use an optimizer algorithm to find the maximum
What are common problems
in ML-functions that cause problems to identify likelihood maximising parameters?
Multiple optima, narrow global optimum, non-unique solutions
Write down the likelihood ratio test statistic
2(Unrestricted log-likelihood - Restricted log-likelihood) has chi2(number of restrictions)
How can we conduct residual analysis to test for absolute fit of volatility models?
Jarque-Bera test and Ljung-Box test
How to forecast using the GARCH(1,1) model?
Conditional expectation of the volatility on the information set.
Define motivation for other risk measures then Volatility
Sometimes financial institutions are interested in how bad it could get: Value at Risk, expected shortfall. Also volatility does not asses value to potential losses.