powered by
`brown_motion` Creates at J x N matrix, containing N independent Brownian motion sample paths in each of the columns.
brown_motion(N, J)
A J x N matrix containing Brownian motion functional data in the columns.
the number of independent Brownian motion sample paths to compute.
the number of steps observed for each sample path (the resolution of the data).
b <- brown_motion(250, 50)
Run the code above in your browser using DataLab