dataset_bb: Integrals of Squared Brownian Bridge

Description Usage Arguments Value Examples

View source: R/bb.R View source: R/dataset_bb.R

Description

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].

Usage

1
2
3

Arguments

NUM

Number of simulated values generated in the dataset.

Value

A vector with length equals to NUM.

A vector with length equals to NUM.

Examples

1
2

STFTS documentation built on Aug. 19, 2021, 9:06 a.m.

Related to dataset_bb in STFTS...