powered by
Simulates a Geometric Brownian Motion process
simGBM( nsims = 1, S0 = 10, drift = 0, sigma = 0.2, T2M = 1, dt = 1/12, vec = TRUE )
A tibble of simulated values
number of simulations. Defaults to 1
Spot price at t=0
Drift term in percentage
Standard deviation
Maturity in years
Time step in period e.g. 1/250 = 1 business day.
Vectorized implementation. Defaults to TRUE
Philippe Cote
simGBM(nsims = 2, S0 = 10, drift = 0, sigma = 0.2, T2M = 1, dt = 1 / 12, vec = TRUE)
Run the code above in your browser using DataLab