| generate {ConvergenceConcepts} | R Documentation | 
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  | 
Value
| data | matrix containing in each row a sample path of Xn-X values. | 
Author(s)
P. Lafaye de Micheaux and B. Liquet
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
myrbinom<-function(n,alpha){rbinom(n,1,1/(1:n))*((1:n)**alpha)}
data <- generate(randomgen=myrbinom,argsgen=list(alpha=0.5))$data
[Package ConvergenceConcepts version 1.2.3 Index]