lorenz | R Documentation |
Generate a spatPomp object representing a U
-dimensional stochastic Lorenz '96 process with
N
measurements made at times t_n = n * delta_obs
, simulated using an Euler method
with time increment delta_t
.
lorenz(
U = 5,
N = 100,
delta_t = 0.01,
delta_obs = 0.5,
regular_params = c(F = 8, sigma = 1, tau = 1)
)
U |
A length-one numeric signifying the number of spatial units for the process. |
N |
A length-one numeric signifying the number of observations. |
delta_t |
A length-one numeric giving the Euler time step for the numerical solution. |
delta_obs |
A length-one numeric giving the time between observations. |
regular_params |
A named numeric vector containing the values of the |
An object of class ‘spatPomp’ representing a simulation from a U
-dimensional
Lorenz 96 model
Edward L. Ionides
96
\ionides2021
Other spatPomp model generators:
bm()
,
bm2()
,
gbm()
,
he10()
,
measles()
# Complete examples are provided in the package tests
## Not run:
l <- lorenz(U=5, N=100, delta_t=0.01, delta_obs=1)
# See all the model specifications of the object
spy(l)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.