GARCH Toolbox | ![]() ![]() |
Using the Specification Structure for Estimation, Simulation, and Forecasting
The three functions, garchfit
, garchpred
, and garchsim
, comprise the core analysis and modeling routines of the GARCH Toolbox. These three functions operate on the GARCH specification structure. Table 2-1, GARCH Specification Structure Use describes each function's use of the GARCH specification structure.
Function |
Description |
Use of GARCH Specification Structure |
|
Estimates the parameters of a conditional mean specification of ARMAX form and a conditional variance specification of GARCH form. |
Input . Optionally accepts a GARCH specification structure as input. If the structure contains the model orders but no coefficient vectors ( |
|
Provides minimum-mean-square-error (MMSE) forecasts of the conditional mean and standard deviation of a return series, for a specified number of periods into the future. |
Input. Requires a GARCH specification structure that contains the coefficient vectors for the model for which |
|
Uses Monte Carlo methods to simulates sample paths for return series, innovations, and conditional standard deviation processes. |
Input. Requires a GARCH specification structure that contains the coefficient vectors for the model for which |
![]() | Accessing Specification Structures | Simulation | ![]() |