sim_dist {RaJIVE} | R Documentation |
Simulation of single data block from distribution
sim_dist(num, n, p)
num |
Integer. Type of distribution. 1 for normal, 2 for uniform, 3 for exponential |
n |
Integer. Number of data points. |
p |
Integers. Number of variables in block. |