GARCH Toolbox    

Parameter Estimation

The parameter estimation:

  1. Estimates the model parameters
  2. Examines the estimated GARCH model

Estimate the Model Parameters

The presence of heteroscedasticity, shown in the previous analysis, indicates that GARCH modeling is appropriate. Use the estimation function garchfit to estimate the model parameters. Assume the default GARCH model described in the section The Default Model. This only requires that you specify the return series of interest as an argument to the function garchfit.

Examine the Estimated GARCH Model

Now that the estimation is complete, you can display the parameter estimates and their standard errors using the function garchdisp,

If you substitute these estimates in the definition of the default model, Eq. (2-12) and Eq. (2-13), the estimation process implies that the constant conditional mean/GARCH(1,1) conditional variance model that best fits the observed data is

where G1 = GARCH(1) = 0.96283 and A1 = ARCH(1) = 0.03178. In addition, C = C = 0.00049183 and = K = 8.2736e-007.

Figure 2-10, GARCH(1,1) Log-Likelihood Contours for the XYZ Corporation shows the log-likelihood contours of the default GARCH(1,1) model fit to the returns of the XYZ Corporation. The contour data is generated by the GARCH Toolbox demonstration function garch11grid. This function evaluates the log-likelihood function on a grid in the G1-A1 plane, holding the parameters C and fixed at their maximum likelihood estimates of 0.00049183 and 8.2736e-007, respectively.

The contours confirm the printed garchfit results above. The maximum log-likelihood value, LLF = 5974.6, occurs at the coordinates G1 = GARCH(1) = 0.96283 and A1 = ARCH(1) = 0.03178.

The figure also reveals a highly negative correlation between the estimates of the G1 and A1 parameters of the GARCH(1,1) model. This implies that a small change in the estimate of the G1 parameter is nearly compensated for by a corresponding change of opposite sign in the A1 parameter.

Figure 2-10: GARCH(1,1) Log-Likelihood Contours for the XYZ Corporation


  Pre-Estimation Analysis Post-Estimation Analysis