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
카테고리
Help CenterMATLAB Answers에서 Econometrics Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0