📄 rbridge.rd
字号:
\name{rbridge}\alias{rbridge}\title{Simulation of Brownian Bridge}\usage{rbridge(end = 1, frequency = 1000)}\arguments{\item{end}{the time of the last observation.}\item{frequency}{the number of observations per unit of time.}}\description{\code{rwiener} returns a time series containing a simulated realizationof the Brownian bridge on the interval [0,\code{end}]. If W(t) is aWiener process, then the Brownian bridge is defined as W(t) - t W(1).}\seealso{rwiener}\examples{# simulate a Brownian bridge on [0,1] and plot itx <- rbridge()plot(x,type="l")}\keyword{distribution}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -