garchmodels
garchmodels copied to clipboard
The Tidymodels Extension for GARCH models
garchmodels
A parsnip backend for
GARCHmodels in thetidymodelsframework.
Tutorials
-
Getting Started with Garchmodels: A walkthrough of the tidy modeling approach with the package.
-
Tuning Univariate Garch Models: Learn how to tune parameters of univariate garch models.
Installation
CRAN version:
install.packages("garchmodels")
Development version:
# install.packages("devtools")
devtools::install_github("AlbertoAlmuinha/garchmodels")
Why Garchmodels?
Garchmodels unlocks univariate and multivariate GARCH models in one framework.
In a single framework you will be able to find what you need:
-
Univariate Methods:
garchmodelsconnects to therugarchpackage. -
Multivariate Methods:
garchmodelsconnects to therugarchandrmgarchpackages. Available methods include DCC-Garch (Dynamic Conditional Correlation Garch), Copula Garch and GO-Garch models.