ugarchbench {rugarch} | R Documentation |
Benchmark: The Benchmark Test Suite
Description
Function for running the rugarch benchmark suite.
Usage
ugarchbench( benchmark = c("commercial", "published") )
Arguments
benchmark |
The type of benchmark to run against (see details). |
Details
Currently, 2 benchmark suites are available. The “commercial” option runs the standard GARCH, apARCH and gjrGARCH against a commercial based product and reports the results. The data for this bechmarks is “AA” in the dji30ret dataset. The “published” option is based on the published benchmark of Bollerslev and Ghysels for the standard and exponential GARCH models on the dmbp data.
Author(s)
Alexios Ghalanos
Source
‘http://www.stanford.edu/~clint/bench/index.htm’
References
Brooks, C. 1997, GARCH Modelling in Finance: A review of the Software Options, Economic Journal, 107(443), 1271–1276.
Examples
## Not run:
ugarchbench( benchmark = "published" )
## End(Not run)
[Package rugarch version 1.5-1 Index]