sim_BM | R Documentation |
Simulate Brownian motion
sim_BM(times, mu = 0, sigma = 1, z0 = 0)
times |
Times of observation |
mu |
Drift |
sigma |
Diffusion |
z0 |
Initial value for simulation (defaults to 0) |
Data frame with columns z (simulated process) and time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.