Skip to content

Releases: FRBNY-DSGE/SMC.jl

v0.1.15

21 Jun 18:58
Compare
Choose a tag to compare

New Features:

  • Option to use different likelihood functions with tempered updates
  • Option to make near zero diagonals for proposal densities exactly zero to avoid errors

v0.1.14

19 Mar 22:18
Compare
Choose a tag to compare

Miscellaneous:

  • Implement add_parameters_to_cloud to help construct
    a bridge distribution for a new model by using an estimation of a previous
    model, which uses only a subset of the new model's parameters (under some mild assumptions).
  • Resolved logpost and logprior confusion in the source code

v0.1.13

26 Jan 18:00
63aa612
Compare
Choose a tag to compare
  • Moved get_fixed_para_inds and get_free_para_inds to ModelConstructors.jl
  • Update syntax for HDF5 deprecations

v0.1.12

05 Jan 21:23
Compare
Choose a tag to compare

SMC v0.1.12

New Features:

  • Better print statements during estimation
  • Parallel multinomial sampling

Bug Fixes:

  • Estimation of regime switching parameters works correctly

Diff since v0.1.11

Merged pull requests:

  • CompatHelper: bump compat for "HDF5" to "0.14" (#9) (@github-actions[bot])
  • CompatHelper: bump compat for "DataFrames" to "0.22" (#10) (@github-actions[bot])
  • CompatHelper: bump compat for "Distributions" to "0.24" (#11) (@github-actions[bot])
  • CompatHelper: bump compat for "JLD2" to "0.3" (#12) (@github-actions[bot])

v0.1.11

21 Jul 15:12
Compare
Choose a tag to compare

Estimate regime switching parameters.

v0.1.10

08 May 18:44
Compare
Choose a tag to compare

See release notes

v0.1.9

08 May 02:34
Compare
Choose a tag to compare
Add particle tests for real

v0.1.8

12 Mar 19:58
v0.1.8
Compare
Choose a tag to compare
See github.com/FRBNY-DSGE/SMC.jl/releases/tag/v0.1.8 for release notes

v0.1.7

04 Mar 23:44
Compare
Choose a tag to compare

v0.1.7 (2020-03-04)

Diff since v0.1.6

Expanding bridging functionality, minor bug fixes.

v0.1.6

12 Feb 00:28
Compare
Choose a tag to compare

v0.1.6 (2020-02-11)

Diff since v0.1.4

Critical bug fix in catching domain errors in the mutation step.