MultipleBubbles (version 0.1.0)

DGP: Random walk.

Description

Generate a random walk with drift 1/n.

Usage

DGP(n, niter)

Arguments

n

sample size. Number of rows in the generated matrix.

niter

number of columns in the generated matrix.

Examples

Run this code
# NOT RUN {
DGP(n = 100, niter = 10)
# }

Run the code above in your browser using DataLab