Bbridge | R Documentation |
This function simulates a realisation of the Brownian bridge over the
time interval [0,t_end]
which has the initial value x_start
and terminates
at x_end
with N
time steps.
Bbridge(x_end, t_end, x_start = 0, N = 1000, plot = FALSE)
x_end |
Value of the process at the terminating time point. |
t_end |
Terminal time point. |
x_start |
Value of the process at the initial time point. |
N |
Number of time steps on the interval |
plot |
Logical: If |
A data frame where the first column is t
and second
column is simulated values of the realisation of Brownian bridge.
Bianchi, S., Frezza, M., Pianese, A., Palazzo, A.M. (2022). Modelling H-Volatility with Fractional Brownian Bridge. In: Corazza, M., Perna, C., Pizzi, C., Sibillo, M. (eds) Mathematical and Statistical Methods for Actuarial Sciences and Finance. MAF 2022. Springer, Cham. \Sexpr[results=rd]{tools:::Rd_expr_doi("doi:10.1007/978-3-030-99638-3_16")}.
Bm
, FBm
, FBbridge
, FGn
, GHBMP
Bbridge(x_end=2,t_end=1,plot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.