R/RcppExports.R
evaluate_d_measure_LNA.Rd
Evaluate the log-density of a possibly time-verying measurement process by calling measurement process density functions via external Xptr.
evaluate_d_measure_LNA(
emitmat,
obsmat,
censusmat,
measproc_indmat,
parameters,
param_inds,
const_inds,
tcovar_inds,
param_update_inds,
census_indices,
param_vec,
d_meas_ptr
)
matrix of emission probabilities
matrix containing the data
matrix containing the state of the latent process at observation times
logical matrix indicating which compartments are observed at every observation time
matrix containing the LNA parameters, constants and time-varying coariates.
indices for the model parameters.
indices for the constants.
indices for the time-varying covariates.
logical vector indicating when model parameters should be updated.
vector of indices when the LNA path has been censused.
vector for keeping the current lna parameters
external pointer to measurement process density function