if output = TRUE write a output to an Excel (.csv).
Value
data.frame(time,x) and plot of process.
Details
The function returns a trajectory of the brownian bridge starting at x0 at time t0 and ending at y at time T.
It is defined as : $$Xt(t0,x0,T,y) = x0 + W(t-t0) - (t-t0/T-t0)*(W(T-t0)-y+x0)$$
This process is easily simulated using the simulated trajectory of the Wiener process W(t).
See Also
BBF simulation flow of brownian bridge Model, diffBridge Diffusion Bridge Models, BMN simulation brownian motion by the Normal Distribution , BMRW simulation brownian motion by a Random Walk, GBM simulation geometric brownian motion, ABM simulation arithmetic brownian motion, snssde Simulation Numerical Solution of SDE.