simGBM | R Documentation |
Simulates a Geometric Brownian Motion process
simGBM(
nsims = 1,
S0 = 10,
drift = 0,
sigma = 0.2,
T2M = 1,
dt = 1/12,
vec = TRUE
)
nsims |
Number of simulations. Defaults to 1. |
S0 |
Spot price at t=0. |
drift |
Drift term in percentage. |
sigma |
Standard deviation. |
T2M |
Maturity in years. |
dt |
Time step in period e.g. 1/250 = 1 business day. |
vec |
Vectorized implementation. Defaults to TRUE. |
A tibble of simulated values. tibble
Philippe Cote
simGBM(nsims = 2, S0 = 10, drift = 0, sigma = 0.2, T2M = 1, dt = 1 / 12, vec = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.