Learn R Programming

garchmodels

A parsnip backend for GARCH models in the tidymodels framework.

Tutorials

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 the rugarch package.

  • Multivariate Methods: garchmodels connects to the rugarch and rmgarch packages. Available methods include DCC-Garch (Dynamic Conditional Correlation Garch), Copula Garch and GO-Garch models.

Copy Link

Version

Install

install.packages('garchmodels')

Monthly Downloads

8

Version

0.1.1

License

MIT + file LICENSE

Maintainer

Alberto Almuic3<b1>a

Last Published

April 12th, 2021

Functions in garchmodels (0.1.1)

gogarch_rmgarch_multi_fit_impl

Low-Level GARCH function for translating modeltime to forecast
delete_attr

Delete Dimension Attribute
dcc_rmgarch_multi_fit_impl

Low-Level GARCH function for translating modeltime to forecast
garch_reg

General Interface for GARCH Models
cgarch_rmgarch_multi_fit_impl

Low-Level GARCH function for translating modeltime to forecast
dcc_rmgarch_multi_predict_impl

Bridge prediction function for GARCH models
garch_multivariate_reg

General Interface for Multivariate GARCH Models
garch_params

Tuning Parameters for Univariate Garch Models
%>%

Pipe operator
gogarch_rmgarch_multi_predict_impl

Bridge prediction function for GARCH models
rugarch_multi_fit_impl

Low-Level GARCH function for translating modeltime to forecast
rX_longer

IBM, Google and BP's daily returns in long format
rugarch_fit_impl

FIT - GARCH -----
rIBM

The IBM's Daily Returns
rugarch_multi_predict_impl

Bridge prediction function for GARCH models
tidyeval

Tidy eval helpers
rugarch_predict_impl

Bridge prediction function for GARCH models
new_modelgarch_bridge

Constructor for creating garchmodels models