Description Usage Arguments Value Examples
View source: R/bb.R View source: R/dataset_bb.R
Generate a dataset of independent simulated values of \int_0^1{B^2(t)}dt, where B is a standard Brownian bridge on [0,1].
Generate a dataset of independent simulated values of \int_0^1{B^2(t)}dt, where B is a standard Brownian bridge on [0,1].
1 2 3 | dataset_bb(NUM)
dataset_bb(NUM)
|
NUM |
Number of simulated values generated in the dataset. |
A vector with length equals to NUM.
A vector with length equals to NUM.
1 2 | dataset_bb(10)
dataset_bb(10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.