Chapter 3 - Tsay Flashcards

(31 cards)

1
Q

what is conditional heteroscedasticity about

A

finding the conditional volatility.

This is the volatility that appears from the result of haivng prior infromation. It is therefore different from the unconditional volatility.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what can we say about IV vs that from GARCH

A

IV tend to be greater

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

elaborate on the characteristics of volatility

A

1) Not directly observable
2) Tendency to cluster
3) Continuous, jumps are very rare
4) does not diverge to infniity, it is mean reverting
5) Leverage effect (react differnetly to negative shocks than positive shocks)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Why is the point of these characteristics of volatility?

A

we want our model to be able to represent them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the foundation of conditional heteroskedastic models

A

Especially in the context of asset return series, the idea is that the series r_t is uncorrelated or correlted serially with just minor correlations, however r_t is what we call a “dependent” series.

The dependency is not linear.

It appears that the dependency is is in the magnitude, or squares of the returns.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the important “conditonal volatility” result in this early part of the chapter?

A

Var[r_t | prior info] == Var[a_t | prior info]

sigma_t^2 = Var[a_t | prior info]

This say that all the uncertainty is in the error term. This assumes that we are able to remove all other kinds of dependencies from the resduals I believe.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the model building procedure

A

1) Specify a mean equation, liek ARIMA. The goal is to remove linear dependencies

2) Use reisudals of the mean equaiton to check for ARCH effects.

3) Specify a volatility model if ARCH is present

4) Check the model for adequacy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

elaborate on specifying the mean equation

A

The general idea is that it will usually be very simple. In some cases, AR is needed, in other cases we need ARIMAX.

In the simplest cases with no serial dependence, simply using the unconditional mean might be enough.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

elaborate on testing for ARCH effects

A

There are 2 ways to do this:

1) Ljung-Box on the {a_t^2} series

2) ARCH-LM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

elaborate on ARCH-LM

A

this is a regular F-test where we have a restricted-unrestricted divided by unrestricted regression with a certain set of degrees of freedom.

The unrestricted regression is the regular regression of squared residuals where the variables are lag variables. We include some arbitrary amount.
The restricted regression is under the null that these coeffs should be 0, so it basically only is the constant/mean.

If the difference, the ratio, is significantly large, it means that the restricted regression performs much worse than the unrestricted, which means that the unrestricted regressions has something to it. this means that there is a non-linear, a squared, relationship in th eresiduals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

how do we find the reisudal series?

A

We need some mean equation that removes the conditional mean from the time series.

a_t = r_t - mu_t

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

elaborate on ARCH model and what they consider to be factual

A

We assume that the condiitonal volatility sigma_t^2 is a funciton of the past residuals.

sigma_t^2 = alpha_0 + alpha_1 a_{t-1}^2 + … +

ALSO:

alpha_t = sigma_t x e_t.

It is important to understand that ARCH models view the CURRENT shock a_t as a consequence of the current level of volatility. The current level of volatility is given as a dependency to earlier values, and the volatility then influence the shock.

ARCH models view the current shock to be heavily influenced by the current volatility. while ARIMA models view the shock as “completely random” this is a result of their limit of being only linear. ARCH models take the current shock and view it differently. They view it as a result of some other random event, scaled by the current level of volatility.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

give the uncodnitional mean of the shocks under ARCH

A

E[a_t] = E[sigma_t e_t] = E[sigma_t] E[e_t] = E[sigma_t] * 0 = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Var(a_t) = E[a_t^2] = E[sigma_t^2 e_t^2] = sigma_t^2 E[e_t^2]

the variance of e_t is 1

Var(a_t) = sigma_t^2

What is wrong?

A

We cannot pull sigma_t^2 out of the expression because it is not a constant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

give the unconditional variance of the shocks under ARCH

A

Var(a_t) = E[a_t^2] = E[E[a_t^2 | prior]]

Now we must assume a model shape. We consider a simple ARCH(1) model

From the definition of an ARCH model, we have that E[a_t^2 | prior] = Var(a_t | prior) = sigma_t^2 = alpha_0 + alpha_1 a_{t-1}^2

therefore we get:
= E[alpha_0 + alpha_1 a_{t-1}^2] = alpha_0 + alpha_1 E[a_{t-1}^2]

Now, in order to have it stationary, we require that the variance is constant.

Var(a_t ) = alpha_0 + alph_1 Var(a_{t-1})

Var(a_t) (1 - alpha_1) = alpha_0

Var(a_t) = alpha_0 / (1 - alpha_1)

we require that alpha_1 is not 1.
We also require that alpha_1 is so that the denominator is positive, because otherwise we get a ngative variance estimate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

why would we care about the fourth moment of a_t under ARCH

A

tells us about the tail characteristics. We want our model to create bigger chance for outliers. therefore we reuqire kurtosis to be larger than 3, as 3 is the normal distribution.

17
Q

elaborate on the key resutls here

A

we require the fourht moment to exist, and therefore have some conditions on the denominator.

We also see that if we take the unconditional kurtosis, which this reuslt is, we have that it is always larger than 3. This means that the ARCH(1) model produce larger chance of outliers than the nromal distribution, which follow with the idea of volatility clustering.

18
Q

elaborate on finding the fourth moment conditions

A

E[a_t^4] = ?

E[E[a_t^4 | prior]] = ?

E[a_t^4 | prior] = ?

= E[sigma_t^4 e_t^4 | prior]

Given prior informaiton, we know that our ARCH model specify the current volatility, sigma_t. Therefore this behaves as a constant, and we can pull it out

= sigma_t^4 E[e_t^4 | prior]

The remaining expectation is the conditional fourth moment of hte standard nromal distrbiution. It depend on nothing earlier, so the prior has nothintg ot say

= sigma_t^4 E[e_t^4]

The fourth moment of a stnadard normal distribuiton is given as 3.
therefore, we get:

= 3sigma_t^4

we can use our model instead. sigma_t^2 = alpha_0 + alpha_1 a_{t-1}^2

sigma_t^4 = (alpha_0 + alpha_1 a_{t-1}^2)^2

Thus we get:

E[a_t^4 | prior] = 3 (alpha_0 + alpha_1 a_{t-1}^2)^2

Now we can continue wiht the unconditional fourth moment:

E[E[a_t^4 | prio]] = E[3 (alpha_0 + alpha_1 a_{t-1}^2)^2]

= 3 E[(alpha_0 + alpha_1 a_{t-1}^2)^2]

= 3 E[ß_0^2 + 2ß_0ß_1 a_{t-1}^2 + ß_1^2 a_{t-1}^4]

= 3[ß_0^2 + 2ß_0ß_1 E[a_{t-1}^2] + ß_1^2 E[a_{t-1}^4]]

= 3[ß_0^2 + 2ß_0ß_1 Var(a_t) + ß_1^2 m_4]] where m_4 is the fourth moment.

We actually have m_4 at LHS and RHS now:

m_4 = 3[ß_0^2 + 2ß_0ß_1 Var(a_t) + ß_1^2 m_4]]

if we use the earlier expression for uncodnitional variance, we get the result on the image.

19
Q

elaborate on weaknesses of ARCH mdoels

A

1) Assumes that positive and negative shocks have the same effect on volatility. We know that this does not align with empirical findings

2) the parameters are actually kind of restricted

3) It give no insight on CAUSE/SOURCE of variations. it only describe the mechanical system.

20
Q

how to specify ARCH order

A

We use PACF of the squared shock series.

21
Q

how to estimate paramters in ARCH

22
Q

Elaborate on model checking the ARCH

A

the standardized residuals, a_t_bar = a_t/sigma_t SHOULD produce an iid sequence. Therefore we check adequacy by using the standardized series with something like the ljung box.

We can use a_t_bar with Ljung Box to check the adequanct of the mean equaiton, and a_t_bar^2 with Ljung box to check the volatility equation.

23
Q

name an issue with ARCH models

A

Usually need a lot of parameters

24
Q

how to make ARCH better

A

GARCH, generalized ARCH.

Includes past volatility values as well.

25
important thing to remember regarding the parameter coefficeints in GARCH model
The sum of all the params excluding the constant, must not sum to something that is equal to 1 or greater.
26
elaborate on IGARCH
Analogy to ARIMA in the sense that the AR term has a unit root. This means that the effect is persistent. It is not stationary.
27
elaborate on GARCH-M
GARCH in the MEAN. It refers to modeling a time series for the conditional mean, but in it include the conditional volatility. This allows us to model returns as a function of volatility as well as the linear autocorrelation structure.
28
elaborate shortly on EGARCH
The point is to model in some of the weaknesses of the regular GARCH in terms of not accounting for leverage effects. EGARCH is better in this regard
29
Why do we care about the shocks so much? why find unconditional mean of a_t, and not sigma_t^2 etc?
We start with: r_t = mu_t + a_t Where mu_t is the conditional mean and a_t is the shock at time t. Our idea is that a_t consists of two parts: 1: sigma_t 2: random component, mean 0 std 1 In other words, the variation in our time series that is non-deterministic is basically determined by the magnitude of the current volatility and the direction and basis movement of the random component which we treat as a standard normal variable. Furthermore, we assume that the vlatility at time t follow a process. We suggests the following simple process: sigma_t^2 = alpha_0 + alpha_1 a_{t-1}^2 This si a conditional variance equation. So, if we consider a_t as a random variable, we can consider its distribution of mass. Specifically, by finding the moments of the distribution provided by a_t, we can get certain characteristics of our asset return series by finding properties of the volatility component. this is why we are intersted in the moments of the shocks. It so happens that the second moment of the shock gives us the conditional variance at time t.
30
why would we ever give a fuck about shit like the fourth moment for the ARCH model?
It tells us how we can expect the distribution of the tails to behave. This is important because we are essentially trying to model a setup where we know that returns are not perfectly normally distributed. returns have higher peak, slim mids, fatter tails. This is shit we can find from the fourth moment.
31