powered by
Generate independent Brownian bridges. If BM is specified then bridges are constructed from a given Brownian Motion BM $$Y_t(u) = BM_t(u) - u BM_t(1)$$ for each \(t\) and \(u \in [0,1]\). Otherwise n Brownian bridges are generated indipendently.
BM
n
rbb(n = NULL, d = 100, BM = NULL)
number of observations to generate
dimension (sampling at d points)
brownian motion to use
n x d matrix with independent n observations
rbm
# NOT RUN { bm = rbm(100) plot(bm) # }
Run the code above in your browser using DataLab