# NOT RUN {
## 100 simulations of 1 year of monthly price paths:
Simulated <- GOU_simulate(n = 100,
t = 1,
reversion_rate = 1,
sigma = 0.2,
equilibrium = 100,
risk_premium = 0.05,
S0 = 100,
dt = 1/12)
# }
Run the code above in your browser using DataLab