We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The results appear to be for a single chain of length 20000:
In the context file, this seems to be confirmed:
The text was updated successfully, but these errors were encountered: