rGbmSingle | R Documentation |
Simulate an univariate series following Geometric Brownian Motion (GBM).
rGbmSingle(len, start = 100, mu = 0.01, sigma = 0.02)
len |
the length |
start |
the start position |
mu |
the |
sigma |
the |
a simulated univariate GBM series
rGbmSingle(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.