Description Usage Arguments Value
Simulate a geometric Brownian motion sample path using a numerical stochastic integrator.
1  | sde_gbm(x0, tt, param, n = 1000, method = "em")
 | 
x0 | 
 initial value  | 
tt | 
 time horizon  | 
param | 
 vector of mean drift and volatility  | 
n | 
 number of time sub-intervals  | 
method | 
 "em" or "rk2"  | 
data.frame numeric
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.