Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mh_nblocks not having effect #69

Open
mcreel opened this issue May 27, 2024 · 0 comments
Open

mh_nblocks not having effect #69

mcreel opened this issue May 27, 2024 · 0 comments

Comments

@mcreel
Copy link

mcreel commented May 27, 2024

On dynare.jl v0.9.12 and Julia 1.11.0beta1, mh_nblocks appears not to have any effect:

Using mh_nblocks=4, as follows:

estimation(order=1, datafile='dsgedata.csv', mh_replic=20000, mh_nblocks=4, mh_jscale=2.) ;

The results appear to be for a single chain of length 20000:

Acceptance rate chain 1: 0.26595

Chains MCMC chain (20000×8×1 Array{Float64, 3}):

Iterations        = 1:1:20000
Number of chains  = 1
Samples per chain = 20000

In the context file, this seems to be confirmed:

julia> (context.results.model_results[1]).estimation.posterior_mcmc_chains_nbr
1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant