Description Usage Arguments Value See Also
This function implements PMMH by calling a Metropolis-Hastings algorithm on the extended space.
1 2 3 4 5 | ParticleMarginalMH(initial.nlss, y, n.particles, n.mcmc,
kernel.rnd = random.walk,
kernel.logpdf = function(from, to) 0,
prior.logpdf = function(nlss) 0,
.progress = progress_text, ...)
|
initial.nlss |
NLSS whose parameters value will serve as starting point |
y |
Observations |
n.particles |
Number of particles |
n.mcmc |
Number of MCMC iterations |
kernel.rnd |
Sampling from proposal kernel on the
parameter space, default to |
kernel.logpdf |
Evaluate the log-pdf of the proposal kernel |
prior.logpdf |
Evaluate the log-pdf of the prior distribution |
.progress |
Progress bar to use, from plyr package, default to progress_text |
... |
Extra parameters to pass to the SISR filter,
see function |
A list with the same components as MH
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.