https://github.com/cran/GAS
Raw File
Tip revision: df32a78c24621e1aa7e93cfa3fabc19485733ada authored by Leopoldo Catania on 25 January 2019, 13:40:03 UTC
version 0.3.0
Tip revision: df32a78
README.md
# GAS
Generalized Autoregressive Score Models in R

`GAS` ([Catania et al., 2018a](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. (2019)](http://doi.org/10.18637/jss.v088.i06) and [Ardia et al. (2018b)](https://journal.r-project.org/archive/2018/RJ-2018-064/index.html).

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

The latest development version of `GAS` is available at [https://github.com/LeopoldoCatania/GAS](https://github.com/LeopoldoCatania/GAS).

Please cite `GAS` in publications:

Catania, L., Boudt, K., Ardia, D. (2018a).  
_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. (2019).  
Generalized autoregressive score models in R: The GAS package.  
Journal of Statistical Software.      
[http://doi.org/10.18637/jss.v088.i06](http://doi.org/10.18637/jss.v088.i06)    


Ardia, D., Boudt, K., Catania, L. (2018b).  
Downside Risk Evaluation with the R Package GAS.     
The R Journal.   
[https://journal.r-project.org/archive/2018/RJ-2018-064/index.html](https://journal.r-project.org/archive/2018/RJ-2018-064/index.html)    
back to top