Description Usage Arguments Value See Also
Evaluates the deterministic skeleton at a point or points in state space, given parameters.
In the case of a discrete-time system, the skeleton is a map.
In the case of a continuous-time system, the skeleton is a vectorfield.
NB: skeleton just evaluates the deterministic skeleton;
it does not iterate or integrate (see trajectory for this).
1 2  | 
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.  | 
skeleton returns an array of dimensions nvar x nrep x ntimes.
If f is the returned matrix, f[i,j,k] is the i-th component of the deterministic skeleton at time times[k] given the state x[,j,k] and parameters params[,j].
Specification of the deterministic skeleton: skeleton_spec
Other pomp workhorses: dmeasure,
dprior, dprocess,
partrans, rinit,
rmeasure, rprior,
rprocess, workhorses
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.