block_diag_gen {varband} | R Documentation |
Generate a model with block-diagonal structure
block_diag_gen(p)
p |
the dimension of L |
a p-by-p lower triangular matrix with block-diagonal structure from p/4-th row to 3p/4-th row
set.seed(123)
true_L_block_diag <- block_diag_gen(p = 50)