proposals: MCMC proposal distributions

Description Usage Arguments Value Author(s) See Also

Description

Functions to construct proposal distributions for use with MCMC methods.

Usage

1
2

Arguments

rw.sd

named numeric vector; random-walk SDs for a multivariate normal random-walk proposal with diagonal variance-covariance matrix.

rw.var

square numeric matrix with row- and column-names. Specifies the variance-covariance matrix for a multivariate normal random-walk proposal distribution.

Value

Functions taking a single argument. Given a parameter vector, each returns a single draw from the corresponding proposal distribution.

Author(s)

Aaron A. King kingaa at umich dot edu

See Also

pmcmc, abc


pomp documentation built on May 2, 2019, 4:09 p.m.

Related to proposals in pomp...