Simulation of Wiener Process
rwiener.Rdrwiener returns a time series containing a simulated realization
of the Wiener process on the interval [0,end]
Examples
# simulate a Wiener process on [0,1] and plot it
x <- rwiener()
plot(x,type="l")
rwiener.Rdrwiener returns a time series containing a simulated realization
of the Wiener process on the interval [0,end]
# simulate a Wiener process on [0,1] and plot it
x <- rwiener()
plot(x,type="l")