-
The following question was sent to me by @CorderRM. It raises some interesting issues about particle MCMC, so I include it here despite the fact that some of the context is lacking (he asked that I not post the model or the data).
I replied: I'll first try to answer your questions, then to offer some advice based on my observations about your problem.
Now for some more general remarks. I realize there is a risk in offering unsolicited advice: I hope that you can accept it in the spirit in which it is offered.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
I really appreciate the completeness of your reply.
1. You ask about how to accelerate the code, suggesting that perhaps one can parallelize it...
R: Yes! Thank you for pointing it out. Just by removing the data.frame structure, the code is already much faster.
2. You ask how you can diagnose the performance of pmcmc...
R: I would like to understand this better. You say: "no more than roughly 1 log unit of Monte Carlo noise is permissible". Let's assume a hypothetical model that has just one parameter (p1) in which the best loglikelihood is found when p1=x. Dou you mean that the MCMC noise (proposal) for p1 should not exceed log(x)? Then, regarding the pmcmc, you say "simply ensure that y…