vec_rmeasure: Vector of simulated measurements

vec_rmeasureR 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 spatPomp object

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


spatPomp documentation built on Aug. 10, 2023, 1:10 a.m.