Description Usage Arguments Value
View source: R/geometric_Ornstein_Uhlenbeck.R
Simulates a geometric Ornstein-Uhlenbeck stochastic realization The geometric Ornstein-Uhlenbeck process, like its classic version, models mean-reverting processes.
1 | geometric_Ornstein_Uhlenbeck(T, dt, mu, sigma, tau, Y0)
|
T |
total time |
dt |
time step |
mu |
mean |
sigma |
standard deviation of the stochastic term, over 1 time unit |
tau |
reverting time constant |
Y0 |
initial value |
The time and the process realization vectors
1 - The time vector t.
2 - Tbe process realization Y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.