rwiener returns a time series containing a simulated realization
of the Wiener process on the interval [0,end]
rwiener(end = 1, frequency = 1000)
Arguments
| end |
the time of the last observation. |
| frequency |
the number of observations per unit of time. |
Examples