Chapter 9 - Volatility and correlation Flashcards
(62 cards)
name 3 areas where linear models are unable to capture good representations
leptokurtosis
volatility clustering
leverage effect
what is leverage effect?
The tendency of volatility to increase more during downfalls of some magnitude vs the same magnitude in up-swings.
how does Campbell define a non linear data generation process
current value of a tiem series is related non linearly to its current and previous error values:
y_t = f(u_t, u_{t-1}, u_{t-2}…)
where f is a non linear function
Give the other definition given by Campbell regarding non linear data generation process
y_t = g(u_{t-1}, u_{t-2},…) + u_t sigma^2(u_{t-1}, u_{t-2},…)
So we have two functions: g and sigma^2 func. Both depend only on past errors. However the sigma function is multiplied by the current error.
We can talk about models being non linear in mean, or non linear in variance. This will depend on how g and sigma^2 look like. Remember: they are here functions.
name the most popular non linear models used in finance, and why?
ARCH and GARCH models.
Others have simply not been found to be useful.
generally speaking, when should we consider a non linear model+
If the financial context indicate that there is a non linear relationship between the variables, then it is a natural thing to do.
what broad categorization of tests can be made regarding checking for non linearity?
general tests
specific tetss
elaborate on general tests
Also called Portmanteau tests.
These are designed to test for many departures from randomness in data. These tests will likely detect a variety of non linear relationshps, but doesnt provide informaiton regarding which ones.
Ramsey’s RESET test is an example here.
what is chaos theory
the theory that in the vast chaos of randomness in complex systems, there is a set of equations and laws that governs behavior. In other words, shit is determinisitic given a certain set of information.
Econometricians are looking for this.
what is SDIC
Sensitive dependence on initial conditions
elaborate on sensitive dependence on intitial conditions
The general thing is that a small change in the initial conditions will carry a significant impact on the system. Grows exponentially through time.
in what context is SDIC used?
Do define a chaotic system.
A system is said to be chaotic if it exhibits sensitive dependence on initial conditions.
What is a “true test for chaos”?
“The” true test for chaos is “The largest Lyapunov exponent”.
elaborate on the largest lyapunov exponent
It is a test for chaos that measure how fast, or measure the rate at which information is lost from a system.
A positive largest lyapunov exponent indicate sensitivty, and therefore that chaos is present.
why do we bother with the largest Lyapunov exponent?
It test for the presence of chaos. This is useful because if a system has a lot of chaos, it will be difficult to perform long term forecasting. this is because all the informaiton we used (the initial conditions) are gone from the system essentially within a couple of time steps.
when are neural netowrks likely to work “best” in finance?
WHen the financial theory has very little to say about the nature of the relationship between a set of variables that we are looking at.
neural nets have faded lately in finance. Why?
1) Next to impossible to explain any kind of interpretation of the model. We cannot use its nodes and variables to indicate a certain relationship.
2) it is difficult to perform testing on the model to see if it is adequate statistically.
3) There is a mismatch between in-the-sample and out-of-sample estimation. neural nets are more suited for interpolation rather than extrapolation
volatility is often considered the most important metric or thing in the world of science. why?
It goes hand in hand with risk.
elaborate on historical volatility
It is found by taking the variance of returns, and sqrt’ing it.
it is not the best method, but it is a common benchmark.
how do we find IV
we infer it using numerical approximations on the reverse of the black scholes model.
how can we represent EWMA?
sigma^2t = (1-lambda) ∑lambda^k (r{t-k} - mean(r))^2 [k=0, infinity]
lambda smaller than 1 create the diminishing effect further back.
The variance of some random variable t in the time series is given as a sum where each sum use the entire history of the random variables, relate them to the mean, and make them have smaller and smaller impact on the overall variance value.
wht is important to remember when using EMWA models
In practice, we cannot use the inifnite time series. therefore, we must decide on a spot to cut it / truncate the series. This means that the weights from the given expression will sum to less than 1.
name some proxies for daily volaitlity estimate
1) Square the daily return
2) Range estimator. Typically involve taking the log of a ratio of daily high and daily low.
KEY: Remember that we are not looking for ways to define volatility here. What we do, is find variables that behave similarily to volatility, so that they become good predictors of actual volatility. This allows us to use them in an auto regressive model.
why do we use proxies for volatility?
True volatility is unobservable. we can never measure it correctly, so we use proxies.
Therefore, I suppose the important thing is that the proxies represent the violence of the market.