vec_rmeasure {spatPomp} | R Documentation |
Vector of simulated measurements
Description
Simulate from the unit measurement model density function for each unit
Usage
## S4 method for signature 'spatPomp'
vec_rmeasure(object, x, times, params, ...)
Arguments
object |
a |
x |
numeric; state at which measurements are simulated |
times |
numeric; time at which measurements are simulated |
params |
numeric; parameter set at which measurements are simulated |
... |
additional parameters will be ignored |
Value
An array of dimension length(unit_names(object))
by dim(x)[2]
by dim(x)[3]
representing each unit's simulated measurement assessed for each replicate in x
for each observation time.
Author(s)
Kidus Asfaw
[Package spatPomp version 0.35.0 Index]