Generate a spatPomp object representing a U-dimensional
geometric Brownian motion with spatial correlation decaying geometrically with
distance around a circle. The model is defined in continuous time, but
an Euler approximation is used for this numerical implementation.
An object of class ‘spatPomp’ representing a simulation from a U-dimensional
geometric Brownian motion
Arguments
U
A length-one numeric signifying dimension of the process.
N
A length-one numeric signifying the number of time steps to evolve the process.
delta_t
process simulations are performed every delta_t time units
IVP_values
initial value parameters for the latent states
delta_obs
observations occur every delta_obs time units
Author
Kidus Asfaw
References
Asfaw, K. T. (2021). Simulation-based Inference for Partially Observed Markov Process Models with Spatial Coupling. University of Michigan Doctoral dissertation. tools:::Rd_expr_doi("10.7302/2751")
See Also
Other spatPomp model generators:
bm(),
bm2(),
he10(),
lorenz(),
measles()