Description Details Author(s) References See Also Examples
Simulation, estimation and inference for the geopolitical volatility (GEOVOL) model of Engle and Campos-Martins (2020) <doi:10.2139/ssrn.3685213>, where GEOVOL is modelled as a latent multiplicative volatility factor with heterogeneous factor loadings. Estimation is carried out as a maximization-maximization procedure, where GEOVOL and the GEOVOL loadings are estimated iteratively until convergence.
Package: | GEOVOL |
Type: | Package |
Version: | 1.0 |
Date: | 2021-07-08 |
License: | GPL>=2 |
Susana Campos-Martins, https://sites.google.com/site/susanacamposmartins/
Maintainer: Susana Campos-Martins
Engle, R.F. and Campos-Martins, S. (2020) Measuring and hedging geopolitical risk. Available at https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3685213.
1 2 3 4 5 6 7 8 9 10 11 | set.seed(123)
## Simulate from a GEOVOL model (default):
eSim <- geovolSim(n = 1500, m = 30)
## Test for GEOVOL:
geovolTest(e = eSim^2-1)
## Estimate a GEOVOL model:
eEst <- geovol(e = eSim)
eEst
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.