sim_OU | R Documentation |
Simulate Ornstein-Uhlenbeck process
sim_OU(
times,
mu = 0,
beta = 1,
sigma = 1,
tau = NULL,
kappa = NULL,
z0 = mu[1]
)
times |
Times of observation |
mu |
Centre of attraction |
beta |
Reversion parameter |
sigma |
Diffusion parameter |
tau |
Time scale of autocorrelation parameter |
kappa |
Long-term variance parameter |
z0 |
Initial value for simulation (defaults to mu) |
Data frame with columns z (simulated process) and time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.