update_q

update_q(
  block.list.all,
  t,
  nt,
  aqq.Init = NULL,
  bqq.Init = NULL,
  MCMC_dat = NULL,
  block.list.all.pre = NULL
)

Arguments

block.list.all

each block within the `block.list` lists.

t

time point.

nt

total length of time steps.

aqq.Init

the initial values of aqq, the default is NULL.

bqq.Init

the initial values of bqq, the default is NULL.

MCMC_dat

data frame of MCMC samples, the default it NULL.

block.list.all.pre

pre-existed block.list.all object for passing the aqq and bqq to the current SDA run, the default is NULL.

Value

It returns the `block.list.all` object with initialized/updated Q filled in.

Author

Dongchen Zhang