rwiener: Simulation of Wiener Process

Description Usage Arguments Examples

Description

rwiener returns a time series containing a simulated realization of the Wiener process on the interval [0,end]

Usage

1
rwiener(end = 1, frequency = 1000)

Arguments

end

the time of the last observation.

frequency

the number of observations per unit of time.

Examples

1
2
3
4
# simulate a Wiener process on [0,1] and plot it

x <- rwiener()
plot(x,type="l")

molnplus/DasProjekt-e1071 documentation built on May 23, 2019, 6:06 a.m.