trajectory computes a trajectory of the deterministic skeleton of a Markov process.
In the case of a discrete-time system, the deterministic skeleton is a map and a trajectory is obtained by iterating the map.
In the case of a continuous-time system, the deterministic skeleton is a vector-field; trajectory integrates the vectorfield to obtain a trajectory.trajectory(object, params, times, ...)
## S3 method for class 'pomp':
trajectory(object, params, times, \dots)pomp.times=time(object,t0=TRUE).params is a distinct parameter vector.nvar x nreps x ntimes.
If x is the returned matrix, x[i,j,k] is the i-th component of the state vector at time times[k] given parameters params[,j].skeleton of the pomp object.
For specifications on supplying this, see pomp. What is the behavior if type="map" and times are non-integral?
pomp-class, pomp