robustGarch is an R package aiming to provide a method for modelling robust Garch processes (RG), addressing the issue of robustness toward additive outliers - instead of innovations outliers. This work is based on Muler and Yohai (2008) (MY).
The package can be installed as following:
devtools::install_github("EchoRLiu/robustGarch") library(robustGarch)
This is a basic example which shows you how to fit your daily return time series data into robust Garch(1,1) model.
data(gspc) fit <- robGarch(gspc, methods = "BM", fixed_pars = c(0.8, 3.0), optimizer="Rsolnp", stdErr_method = "numDeriv") summary(fit) plot(fit)
For more examples and explanation, please refer to the robustGarch-Vignette.
Any future development will be released in the github page. A few key features will be added to the package in September 2020:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4