univ_proposal: MCMC proposal function

Description Usage Arguments Value

View source: R/inference.R

Description

Proposal function for MCMC random walk, taking random steps of a given size. Random walk may be on a linear or log scale

Usage

1
univ_proposal(values, lower_bounds, upper_bounds, steps, index)

Arguments

values

a vector of the parameters to be explored

lower_bounds

a vector of the low allowable bounds for the proposal

upper_bounds

a vector of the upper allowable bounds for the proposal

steps

a vector of step sizes for the proposal

index

numeric value for the index of the parameter to be moved from the param table and vector

Value

the parameter vector after step


jameshay218/antibodyKinetics documentation built on Nov. 8, 2019, 11 a.m.