I have successfully implemented PMCMC estimation in NIMBLE for models with multiple parameters but a single latent state.
I am now planning to extend this approach to state-space models with multiple latent states, which may also include multiple observation variables. However, I have encountered several issues. For example, when compiling the model and building the MCMC, I receive the following error:
Interestingly, if I run a standard full Bayesian MCMC with multiple parameters and multiple latent states, it works without problems. I suspect the issue arises when I use a sampler like:
Could you help me identify the cause of this problem? Ideally, it would be extremely helpful if you could provide an example of implementing PMCMC for a state-space model with multiple parameters and multiple latent states in NIMBLE.
Finally, do I need to define custom NIMBLE functions to implement PMCMC for such models, or can this be accomplished using the existing built-in functions and samplers?
Thank you very much for your time and guidance.
Kind regards
Joe
--
You received this message because you are subscribed to the Google Groups "nimble-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nimble-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/nimble-users/87eaec4e-da37-4bd6-ae5d-9bf08e20fb19n%40googlegroups.com.