https://github.com/cran/GAS
Raw File
Tip revision: 7b10d86b8bc63dea5270da1cdba5a8a80c2971cf authored by Leopoldo Catania on 29 March 2017, 15:04:47 UTC
version 0.1.8
Tip revision: 7b10d86
README.md
# GAS
Generalized Autoregressive Score Models in R

[![CRAN](http://www.r-pkg.org/badges/version/GAS)](https://cran.r-project.org/package=GAS) 
[![Downloads](http://cranlogs.r-pkg.org/badges/GAS?color=brightgreen)](http://www.r-pkg.org/pkg/GAS)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/GAS?color=brightgreen)](http://www.r-pkg.org/pkg/GAS)
[![Pending Pull-Requests](http://githubbadges.herokuapp.com/LeopoldoCatania/GAS/pulls.svg?style=flat)](https://github.com/LeopoldoCatania/GAS/pulls)
[![Github Issues](http://githubbadges.herokuapp.com/LeopoldoCatania/GAS/issues.svg)](https://github.com/LeopoldoCatania/GAS/issues)

`GAS` ([Catania et al., 2016](https://CRAN.R-project.org/package=GAS)) implements the Generalized Autoregressive 
Score (GAS) framework in R. The GAS package provides 
functions to simulate univariate and multivariate GAS processes,
estimate the GAS parameters and to make time series forecasts. Full description of the algorithm
and numerous applications are available in [Ardia et al. (2016a)](https://ssrn.com/abstract=2825380) and [Ardia et al. (2016b)](https://ssrn.com/abstract=2871444).

The latest stable version of `GAS` is available at 'https://CRAN.R-project.org/package=GAS'.

The latest development version of `GAS` is available at 'https://github.com/LeopoldoCatania/GAS'.

Please cite `GAS` in publications:

Catania, L., Boudt, K., Ardia, D. (2016).  
_GAS: Generalized Autoregressive Score Models_.  
R package.  
[https://CRAN.R-project.org/package=GAS](https://CRAN.R-project.org/package=GAS)  

Ardia, D., Boudt, K., Catania, L. (2016a).  
Generalized autoregressive score models in R: The GAS package.  
Working paper.      
[https://ssrn.com/abstract=2825380](https://ssrn.com/abstract=2825380)    


Ardia, D., Boudt, K., Catania, L. (2016b).  
Value-at-Risk prediction in R with the GAS package.     
Working paper.    
[https://ssrn.com/abstract=2871444](https://ssrn.com/abstract=2871444)    
back to top