powered by
rwiener returns a time series containing a simulated realization of the Wiener process on the interval [0,end]
rwiener
end
rwiener(end = 1, frequency = 1000)
the time of the last observation.
the number of observations per unit of time.
# simulate a Wiener process on [0,1] and plot it x <- rwiener() plot(x,type="l")
Run the code above in your browser using DataLab