updateAMCMC {lgcp} | R Documentation |
updateAMCMC function
Description
A generic to be used for the purpose of user-defined adaptive MCMC schemes, updateAMCMC tells the MALA algorithm how to update the value of h. See lgcp vignette, codevignette("lgcp"), for further details on writing adaptive MCMC schemes.
Usage
updateAMCMC(obj, ...)
Arguments
obj |
an object |
... |
additional arguments |
Value
method updateAMCMC
See Also
updateAMCMC.constanth, updateAMCMC.andrieuthomsh
[Package lgcp version 2.0 Index]