powered by
This function generates covariance matrices based on the simulation studies described in Bauer (2024).
bdsvd.cov.sim(p = p, b, design = design)
A covariance matrix according to the chosen simulation design.
Number of variables.
Number of blocks. Only required for simulation design "c" and "d".
Simulation design "a", "b", "c", or "d".
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")
Run the code above in your browser using DataLab