Skip to content

v0.8.1

Compare
Choose a tag to compare
@ethanmatlin ethanmatlin released this 28 Aug 20:51
1ceb403
  • Breaks out SMC and Model Constructor objects into SMC.jl and ModelConstructors.jl
  • MH can just take vector of Parameters, likelihood function, and data (like SMC but still exists only in DSGE.jl package)
  • DSGE.jl depends on SMC.jl and ModelConstructors.jl but for users who only need SMC or Model Constructor utilities, don't need to load DSGE.jl package anymore
  • Bug Fixes and cleanup