Skip to content

Commit 821e315

Browse files
committed
Add conclusion and outlook section.
1 parent 3c724f8 commit 821e315

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

vignettes/introduction.Rmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,14 @@ If performance is not critical, I also refer the user to the [*nowcasting*](<htt
189189

190190
*dfms* also exports a matrix inverse and pseudo-inverse from the Armadillo C++ library through the functions `ainv()` and `apinv()`. These are often faster than `solve()`, and somewhat more robust in near-singularity cases.
191191

192+
## Conclusion and Outlook
193+
194+
*dfms* provides a simple but robust and powerful implementation of dynamic factors models in R. For more information about the model consult the [theoretical vignette](https://raw.githubusercontent.com/SebKrantz/dfms/main/vignettes/dynamic_factor_models_paper.pdf).
195+
196+
Other implementations more geared to economic nowcasting applications are provided in R packages [*nowcasting*](<https://github.com/nmecsys/nowcasting>) and [*nowcastDFM*](<https://github.com/dhopp1/nowcastDFM>). More general forms of autoregressive state space models can be fit using [*MARSS*](<https://CRAN.R-project.org/package=MARSS>). For large-scale nowcasting models, the [`DynamicFactorMQ`](https://www.statsmodels.org/dev/generated/statsmodels.tsa.statespace.dynamic_factor_mq.DynamicFactorMQ.html) class in the *statsmodels* Python library provides a robust and performant implementation.
197+
198+
In the future, a simple `news()` function following Banbura and Modugno (2014) may be added to *dfms* to evaluate the impact of new observations on model predictions. In general, my time on this package is very limited, but the original Matlab codes of Banbura and Modugno (2014) are [in the repo](https://github.com/SebKrantz/dfms/tree/main/misc/BM2014). Thus, impatient users are also very welcome to do advances and submit PRs.
199+
192200
## References
193201

194202
Doz, C., Giannone, D., & Reichlin, L. (2011). A two-step estimator for large approximate dynamic factor models based on Kalman filtering. *Journal of Econometrics, 164*(1), 188-205.

0 commit comments

Comments
 (0)