Contributor
Leopoldo Catania

GAS package


Mentors
kboudt, Dave
Organization
R project for statistical computing

The GAS package for R aims to create an integrated computational environment to deal with Generalised Autoregressive Score (GAS) models. GAS models are particularly suited for univariate and multivariate time series and can be used to predict the evolution of several quantity of interest in economics and finance. Several research papers have demonstrated the superior ability of GAS models compared to alternative time series models. Most applications are in the fields of volatility modeling, systemic risk measurement, macroeconometrics, credit risk analysis and dependence modelling. The GAS package will offer the possibility to practitioners and academics to estimate GAS models using their data, perform predictions and simulations and obtain a graphical representation of the results. The data available at www.gasmodel.com will also be included for comparative and education purposes. The code will be written principally in C++ for computational purposes and then linked with R using the Rcpp, RcppArmadillo and RcppGSL packages. Code parallelisation will be included using the R parallel package and the OpenMP API. The package documentation will be written using the R roxygen2 package.