Skip to content

Commit d44bfed

Browse files
committedMay 12, 2020
Update README.md
1 parent 0e8f05f commit d44bfed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Downloads](https://cranlogs.r-pkg.org/badges/mfGARCH)](https://cranlogs.r-pkg.org/badges/mfGARCH)
66
# mfGARCH - mixed-frequency GARCH models
77

8-
An R package for estimating GARCH-MIDAS (MIxed-DAta-Sampling) models (Engle, Ghysels and Sohn, 2013, [doi:10.1162/REST_a_00300](https://doi.org/10.1162/REST_a_00300)) and related statistical inference, accompanying the paper "Two are better than one: volatility forecasting using multiplicative component GARCH models" by Conrad and Kleen (2018, [doi:10.2139/ssrn.2752354](https://doi.org/10.2139/ssrn.2752354)). The GARCH-MIDAS model decomposes the conditional variance of (daily) stock returns into a short- and long-term component, where the latter may depend on an exogenous covariate sampled at a lower frequency.
8+
An R package for estimating GARCH-MIDAS (MIxed-DAta-Sampling) models (Engle, Ghysels and Sohn, 2013, [doi:10.1162/REST_a_00300](https://doi.org/10.1162/REST_a_00300)) and related statistical inference, accompanying the paper "Two are better than one: volatility forecasting using multiplicative component GARCH models" by Conrad and Kleen (2020, [doi:10.1002/jae.2742](https://doi.org/10.1002/jae.2742)). The GARCH-MIDAS model decomposes the conditional variance of (daily) stock returns into a short- and long-term component, where the latter may depend on an exogenous covariate sampled at a lower frequency.
99

1010
## Highlights
1111
- A comprehensive toolbox for estimating and forecasting using GARCH-MIDAS models
@@ -14,12 +14,11 @@ An R package for estimating GARCH-MIDAS (MIxed-DAta-Sampling) models (Engle, Ghy
1414

1515
Please cite as
1616

17-
> Conrad, Christian and Kleen, Onno (2018). Two Are Better Than One: Volatility Forecasting Using Multiplicative Component GARCH-MIDAS Models. Available at SSRN: https://doi.org/10.2139/ssrn.2752354.
17+
> Conrad, Christian and Kleen, Onno (2020). Two are better than one: Volatility forecasting using multiplicative component GARCH-MIDAS models. Journal of Applied Econometrics 35: 19-45.
1818
1919
and
2020

21-
> Kleen, Onno (2018). mfGARCH: Mixed-Frequency GARCH Models. R package
22-
version 0.1.8.
21+
> Kleen, Onno (2020). mfGARCH: Mixed-Frequency GARCH Models. R package version 0.2.0.
2322
2423
## Installation
2524
CRAN:

0 commit comments

Comments
 (0)
Please sign in to comment.