powered by
Generate \(n\) independent Brownian motions
rbm(n, d = 100)
number of observations to generate
dimension (sampling at d points)
n x d matrix with independent n observations
rbb
# NOT RUN { bm = rbm(100) plot(bm) # }
Run the code above in your browser using DataLab