DGP {MultipleBubbles}R Documentation

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

DGP(n = 100, niter = 10)

[Package MultipleBubbles version 0.2.0 Index]