arch

3
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: 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:

Upload: aftab20

Post on 21-Jul-2016

217 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Arch

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:

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:

The probability density can then be determined by substituting in the ut expression. The log-likelihood function will then be given by:

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)

Page 2: 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:

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:

Where is the conditional variance of the error term. The ARCH effect is then modelled by:

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:

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 information criteria. Collect the statistic from this regression.

3) Compute the statistic T* , 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.