ConvergenceConcepts (version 1.2.1)

generate: Generation of sample paths

Description

This function generates the sample paths of a sequence of random variables.

Usage

generate(randomgen,nmax=1000,M=500,argsgen=NULL)

Arguments

nmax

number of points in each sample path.

M

number of sample paths to be generated.

randomgen

a function that generates the Xn-X values.

argsgen

a list of arguments to randomgen.

Value

data

matrix containing in each row a sample path of Xn-X values.

References

Lafaye de Micheaux, P. (plafaye@club.fr), Liquet, B. "Understanding Convergence Concepts: a Visual-Minded and Graphical Simulation-Based Approach", The American Statistician, 63:2, 173--178, (2009).

See Also

check.convergence, criterion, investigate, law.plot2d, law.plot3d, p.as.plot, visualize.crit, visualize.sp

Examples

Run this code
# NOT RUN {
myrbinom<-function(n,alpha){rbinom(n,1,1/(1:n))*((1:n)**alpha)}
data <- generate(randomgen=myrbinom,argsgen=list(alpha=0.5))$data
# }

Run the code above in your browser using DataLab