Skip to content

Releases: SebKrantz/dfms

dfms version 0.2.2

09 Jun 12:27
4c8ddbe
Compare
Choose a tag to compare
  • Replaced Armadillo inv_sympd() by Armadillo inv() in C++ Kalman Filter to improve numerical robustness at a minor performance cost.

dfms version 0.2.1

10 Apr 13:05
da0bd13
Compare
Choose a tag to compare
  • Fixed print bug in summary.dfm: print method showed that model had AR(1) errors even though idio.ar1 = FALSE by default.

dfms version 0.2.0

30 Mar 13:04
2b5163a
Compare
Choose a tag to compare
  • Added argument idio.ar1 = TRUE allowing estimation of approximate DFM's with AR(1) observation errors.

  • Added a small theoretical vignette entitled 'Dynamic Factor Models: A Very Short Introduction'. This vignette lays a foundation for the present and future functionality of dfms. I plan to implement all features described in this vignette until summer 2023.

dfms version 0.1.4

15 Jan 00:01
98f2577
Compare
Choose a tag to compare
  • Fixed minor bug in summary.dfm occurring if only one factor was estimated (basically an issue with dropping matrix dimensions which lead the factor summary statistics to be displayed without names).

dfms version 0.1.3

12 Oct 16:28
07dc1c7
Compare
Choose a tag to compare

First official release of dfms on CRAN and GitHub.