garchmodels
A parsnip backend for
GARCH
models in thetidymodels
framework.
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:
garchmodels
connects to therugarch
package.Multivariate Methods:
garchmodels
connects to therugarch
andrmgarch
packages. Available methods include DCC-Garch (Dynamic Conditional Correlation Garch), Copula Garch and GO-Garch models.