Page 1 of 1

does dynare invloves gibbs sampling or metropolis hastings?

PostPosted: Tue May 23, 2017 2:18 pm
by Jesse
Dear Johannes,
First thank you very much for your help and guidance last time, I am grateful.
I have a question about Bayesian estimation algorithm in Dynare.
Does Dynare only use single block metropolis hastings algorithm but not Gibbs sampling algorithm in Dynare?
Does Dynare sample estimate state space parameters first and then samples structural parameters?
Thank you very much and look forward to hearing from you.
Best,
Jesse

Re: does dynare invloves gibbs sampling or metropolis hastin

PostPosted: Thu May 25, 2017 5:33 pm
by jpfeifer
Dynare (in version 4.5, i.e. the current unstable version) has 3 posterior sampling algorithms:
1. The standard single block Random Walk Metropolis-Hastings algorithm
2. The Tailored Random Block Metropolis-Hastings algorithm of Chib/Ramamurthy
3. The Slice sampler.
The manual provides details under
Code: Select all
posterior_sampling_method



I don't understand the part regarding
Does Dynare sample estimate state space parameters first and then samples structural parameters?

There is no reason to sample state space parameters. You sample the structural parameters, solve the model given these parameters and get the model solution in state-space form. Essentially, the structural parameters provide cross-equation restrictions for the state space parameters.