nsteps
steps in dim
dimensions.
brownianTrack(nsteps = 100, dim = 3, mean = 0, sd = 1)
nsteps
steps in
dim
dimensions is returned.## The Hurst exponent of a 1D Brownian track should be near 0.5
hurstExponent( brownianTrack( 100, 1 ) )
mean
and standard deviation sd
is
added to the previous cell position.