Description Usage Arguments Value
View source: R/correlationMatrices.R
Returns a function that itself returns a p x p matrix with blocksize blocks. Note that the blocksize should fit the matrix, i.e., mod(p, blocksize) should be 0
1 | corrmat_block(p, rho, blocksize, ...)
|
p |
matrix size |
rho |
controls the correlation strength |
blocksize |
the size of the blocks. |
function that returns a block matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.