GARCH Tool

版本 1.0.0.0 (42.9 KB) 作者: Phil Goddard
User Interface for fitting and evaluating a generic GARCH model using the Econometrics Toolbox.
2.2K 次下载
更新时间 2011/11/10

查看许可证

User interface used to fit and evaluate generic GARCH models (AR, MA, ARMA, GARCH) to loaded data.

The data may be loaded from,
- an Excel file that contains a time series, with dates down the first column and data down the second column. The first row of the spreadsheet is assumed to be column headers.
- a MATLAB Workspace variable. The variable must be a structure with a field called dates that is a vector of date numbers such as those generated by the datenum function, and a field called data which must be a numeric vector the same length as the dates. Any other fields in the structure are ignored.

Once data is loaded the UI allows the user to,
- process the raw input data by selecting (sub-)ranges, convert to returns, and differencing the data up to twice.
- view the Auto Correlation and Partial Auto Correlation of the selected data.
- View the Box-Jenkins Stationarity test for 0-12 lags
- Specify and fit an ARCH/GARCH model.

Once a model is specified and fit to the data the UI allows the user to,
- view the fitted model parameters
- view the Ljung-Box Q test on the standardized innovations and the standardized innovations squared
- view the autocorrelation of the standardized innovations and the standardized innovations squared
- plot predictions out into the future
- plot simulations out into the future

At any stage the raw data, processed data, the model, the prediction and the simulation data may be exported to the MATLAB Workspace. (If a model has not yet been fitted and/or a forecast not generated then those fields will be empty in the exported data set.)

There is limited documentation and those unfamiliar with GARCH modeling should refer to some of the examples within the Econometrics Toolbox documentation.

引用格式

Phil Goddard (2024). GARCH Tool (https://www.mathworks.com/matlabcentral/fileexchange/33718-garch-tool), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0