gen.params.mjmcmc {FBMS} | R Documentation |
Generate a parameter list for MJMCMC (Mode Jumping MCMC)
Description
Generate a parameter list for MJMCMC (Mode Jumping MCMC)
Usage
gen.params.mjmcmc(data)
Arguments
data |
The dataset that will be used in the algorithm |
Value
A list of parameters to use when running the mjmcmc function.
Note that the $loglik item is an empty list, which is passed to the log likelihood function of the model, intended to store parameters that the estimator function should use.
Examples
gen.params.mjmcmc(matrix(rnorm(600), 100))
[Package FBMS version 1.0 Index]