emeasure | R Documentation |
Return the expected value of the observed variables, given values of the latent states and the parameters.
## S4 method for signature 'pomp'
emeasure(
object,
x = states(object),
times = time(object),
params = coef(object),
...
)
object |
an object of class ‘pomp’, or of a class that extends ‘pomp’.
This will typically be the output of |
x |
an array containing states of the unobserved process.
The dimensions of |
times |
a numeric vector (length |
params |
a |
... |
additional arguments are ignored. |
emeasure
returns a rank-3 array of dimensions
nobs
x nrep
x ntimes
,
where nobs
is the number of observed variables.
Specification of the measurement-model expectation: emeasure_spec
More on pomp workhorse functions:
dinit()
,
dmeasure()
,
dprior()
,
dprocess()
,
flow()
,
partrans()
,
pomp-package
,
rinit()
,
rmeasure()
,
rprior()
,
rprocess()
,
skeleton()
,
vmeasure()
,
workhorses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.