Description Usage Arguments Value Author(s) Examples
View source: R/simuBlockGaussian.R
simulate n samples from a gaussian multivariate law with 0 vector mean and block diagonal variance matrix with diagonal 1 and block of rho.
1  | simuBlockGaussian(n, nBlock, sizeBlock, rho)
 | 
n | 
 number of samples to simulate  | 
nBlock | 
 number of blocks  | 
sizeBlock | 
 size of blocks  | 
rho | 
 correlation within each block  | 
a matrix of size n *(nBlock*sizeBlock) containing the samples
Quentin Grimonprez
1  | X = simuBlockGaussian(50,12,5,0.7)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.