sim.logOU_Discrete | R Documentation |
Simulate from 1-D discretized exponential Ornstein Uhlenbeck process See Bender (SIFIN 2011). Only works in one dimension
sim.logOU_Discrete(x0, model, dt = model$dt)
x0 |
is the starting values (matrix of size N x model$dim) |
model |
a list containing all the other parameters, including volatility |
dt |
is the step size in time. Defaults to |
Requires
model$rho
– similar to mean-reversion rate, should be close to 1
model$mu
– mean-reversion level
model$sigma
– volatility
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.