Learn R Programming

Sim.DiffProc (version 2.5)

BMinf: Brownian Motion Property

Description

Calculated the limit of standard brownian motion limit(W(t)/t,0,T).

Usage

BMinf(N,T)

Arguments

N
size of process.
T
final time.

Value

  • plot of limit(W(t)/t).

Details

Calculated the limit of standard brownian motion if the time tends towards the infinite,i.e the limit(W(t)/t,0,T) = 0 .

See Also

BMN simulation brownian motion by the Normal Distribution , BMRW simulation brownian motion by a Random Walk, BMIrt brownian motion property(invariance by reversal of time), BMscal brownian motion property (invariance by scaling), BMcov empirical covariance for brownian motion.

Examples

Run this code
BMinf(N=1000,T=10^5)

Run the code above in your browser using DataLab