bdsvd.cov.sim | R Documentation |
This function generates covariance matrices based on the simulation studies described in Bauer (2024).
bdsvd.cov.sim(p = p, b, design = design)
p |
Number of variables. |
b |
Number of blocks. Only required for simulation design "c" and "d". |
design |
Simulation design "a", "b", "c", or "d". |
A covariance matrix according to the chosen simulation design.
Bauer, J.O. (2024). High-dimensional block diagonal covariance structure detection using singular vectors, J. Comput. Graph. Stat.
#The covariance matrix for simulation design (a) is given by
Sigma <- bdsvd.cov.sim(p = 500, b = 500, design = "a")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.