SimBM: Simulation of multidimensional Brownian motion

View source: R/SimBM.R

SimBMR Documentation

Simulation of multidimensional Brownian motion

Description

This function is used to simulate multidimensional Brownian motion at points 0,1/n, ..., 1.

Usage

SimBM(n, d)

Arguments

n

Number of simulated

d

Dimension of BM

Value

W

Brownian motion

Examples

W =  SimBM(100,4)


GenOU documentation built on Aug. 28, 2025, 9:09 a.m.

Related to SimBM in GenOU...