You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Ornstein-Uhlenbeck process is defined by the following SDE:
$dX_{t} = \theta(\mu-X_t)dt + \sigma(dW_t)$
where $\mu$ is the log term mean,
$\theta$ is the rate of mean inversion, $\sigma$ is the volatility, $dW_t$ is the Wiener process (or standard Brownian motion)
Solution to the above equation can be estimated by the Euler-Maruyama method :