Multivariate normal Metropolis-Hastings update
mvnmh_update(
param_blocks,
ind,
iter,
parmat,
dat,
path,
pathmat_prop,
tparam,
census_times,
flow_matrix,
stoich_matrix,
censusmat,
emitmat,
param_vec,
param_inds,
const_inds,
tcovar_inds,
initdist_inds,
param_update_inds,
census_indices,
event_inds,
measproc_indmat,
forcing_inds,
forcing_tcov_inds,
forcings_out,
forcing_transfers,
proc_pointer,
set_pars_pointer,
d_meas_pointer,
do_prevalence,
step_size,
svd_d = NULL,
svd_U = NULL,
svd_V = NULL
)
list of parameter blocks
index of parameter block to be updated
MCMC iteration
data matrix
path list
matrix for proposed paths
list of time-varying parameters
flow matrix
stoichiometry matrix
census matrix
emission matrix
parameter vector for use in emission distribution
indices of initial compartment counts
indices where the path should be censused
event indices
measurement process indices
forcing indices
time varying covariate forcings
matrix with outflow from forcings
transfer matrix
C++ pointer for latent process
C++ pointer for emission distribution
should prevalence be computed
initial step size for ODE solvers
SVD objects for LNA, NULL if using the ODE approx
matrix with current parameters
matrix with proposed parameters
vector of census times
update the model parameters, path, and likelihood