gbm | R Documentation |
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.
gbm(U = 5, N = 100, delta_t = 0.1, IVP_values = 1, delta_obs = 1)
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 |
IVP_values |
initial value parameters for the latent states |
delta_obs |
observations occur every |
An object of class ‘spatPomp’ representing a simulation from a U
-dimensional
geometric Brownian motion
Kidus Asfaw
Other spatPomp model generators:
bm()
,
bm2()
,
he10()
,
lorenz()
,
measles()
# Complete examples are provided in the package tests
## Not run:
g <- gbm(U=4, N=20)
# See all the model specifications of the object
spy(g)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.