Skip to content

Releases: luisgruber/bayesianVARs

bayesianVARs 0.1.5

13 Nov 21:42
Compare
Choose a tag to compare
  • Bug fix which makes estimation possible of a VAR with factor stochastic volatility structure on the errors with the restriction that the loadings matrix has zeros above the diagonal. Thanks to Stefan Haan for reporting the bug.

bayesianVARs 0.1.4

06 Sep 15:24
Compare
Choose a tag to compare
  • For consistency with other functions, from now on prior_intercept in bvar() specifies standard deviations instead of variances.
  • Bug fix concerning 'additional check' valgrind. Seems to pass the check now. Thanks to Brian Ripley for reporting the bug.

bayesianVARs 0.1.3

26 Jun 07:43
Compare
Choose a tag to compare
  • bugfix concerning VAR with factor structure on errors with homoscedastic factors.

bayesianVARs 0.1.2

22 Jan 08:29
Compare
Choose a tag to compare
  • Added minimum version to factorstochvol in the Imports field of the DESCRIPTION file in order to avoid unnecessary building errors. Thanks to Sergey Fedorov for pointing this out.
  • vcov.bayesianVARs_bvar method now can be specified for specific time-points.
  • bugfix in cpp function which constructs variance-covariance matrices. If a Cholesky structure for the errors had been specified, exported functions such as vcov, predict and fitted were affected.

bayesianVARs 0.1.1

17 Jan 22:55
Compare
Choose a tag to compare
v0.1.1

(VoI-1) evaluates to unsigned integer if LPL_VoI is not supplied

bayesianVARs 0.1.0

14 Jan 17:40
Compare
Choose a tag to compare
  • Initial CRAN submission.