Autoregressive Conditional Heteroskedasticity (ARCH)

advertisement
Maximum Likelihood Estimation
Maximum Likelihood estimation produces the same estimates as OLS, in a large
sample, so in general the results can be considered in the same way as those produced
by OLS. For example suppose there is a random variable with an unknown mean and
variance, which follows the normal distribution, where the probability density
function of the normal distribution is:
1 / 2(
1
f ( x) 
e
x

)2
 2
Where μ is the unknown mean of the random variable x and σ is its standard
deviation. This can then be used to produce the usual normal distribution with a peak
at μ, this can then be used to determine the probability density for different values of
x, given its mean value. Given a particular value for the mean, by calculating the
probability density for specific values such as x = 4 and x = 6, it is then possible to
calculate the likelihood function, which is simply the joint probability density for the
two observations. By varying the value for μ, it is possible to obtain a number of
likelihood functions corresponding to these values of μ. These can then be plotted, we
will chose μ to maximise this function. This can also be generalised to more than 2
observations, although for simplicity we tend to use the log likelihood or log of the
likelihood function.
Simple Regression Model
Given the following simple model, assuming the error term is normally distributed
with zero mean and standard deviation of σ, we can produce:
y t     xt  u t
u t  y t     xt
f (u ) 
u
1 / 2( ) 2
1
 2
e

The probability density can then be determined by substituting in the ut expression.
The log-likelihood function will then be given by:
log L  n log(
1
 2
)
1
2
2
[( y1    x1 ) 2  ...  ( y n    xn ) 2 ]
Then the values of α and β that maximise this function are the same as those obtained
by OLS. The estimate of σ is slightly different.
You do not need to be able to derive the above, this is simply background
information for the estimation of the ARCH models.
Autoregressive Conditional Heteroskedasticity (ARCH)
The ARCH effect is concerned with a relationship within the heteroskedasticity,
often termed serial correlation of the heteroskedasticity. It often becomes apparent
when there is bunching in the variance or volatility of a particular variable, producing
a pattern which is determined by some factor. Given that the volatility of financial
assets is used to represent their risk, it can be argued that the ARCH effect is
measuring the risk of an asset. Given the following model:
Yt   0  1 X t  ut
ut ~ N (0, 0  1ut21 )
This suggests the error term is normally distributed with zero mean and conditional
variance depending on the squared error term lagged one time period. The conditional
variance is the variance given the values of the error term lagged once, twice etc:
 t2  var(ut \ ut 1 , ut 2 ....)  E (ut2 \ ut 1 , ut 2 )
Where  t is the conditional variance of the error term. The ARCH effect is then
modelled by:
2
 t2   0  1ut21
This is an ARCH(1) model as it contains only a single lag on the squared error term,
however it is possible to extend this to any number of lags, if there are q lags it is
termed an ARCH(q) model.
Testing for ARCH Effects
The test for an ARCH effect was devised originally by Engle (1982) and is similar to
the Lagrange Multiplier (LM) test for autocorrelation.
1) Run the regression of the model using Ordinary Least Squares (OLS) and
collect the residuals. Square the residuals.
2) Run the following secondary regression:
ut2   0  1ut21   2ut22 .....   3ut2 p  vt
Where u is the residual from the initial regression and p lags are included in
this secondary regression. The appropriate number of lags can either be
determined by the span of the data (i.e. 4 for quarterly data) or by an
2
information criteria. Collect the R statistic from this regression.
2
3) Compute the statistic T* R , where T is the number of observations. It follows
a chi-squared distribution with p degrees of freedom. The null hypothesis is
that there is no ARCH effect present.
Download