Learn R Programming

FBMS (version 1.0)

gen.params.mjmcmc: Generate a parameter list for MJMCMC (Mode Jumping MCMC)

Description

Generate a parameter list for MJMCMC (Mode Jumping MCMC)

Usage

gen.params.mjmcmc(data)

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.

Arguments

data

The dataset that will be used in the algorithm

Examples

Run this code
gen.params.mjmcmc(matrix(rnorm(600), 100))


Run the code above in your browser using DataLab