Description Usage Arguments Value Examples
Create a duplication matrix for duplicating entries of a vector. This is
particularly useful for converting a vector vech(M) to a vector vec(M),
where M is a symmetric matrix. See vec() and vech() and the example
below.
1  | 
K | 
 An integer scalar. The number of variables of the VAR(p) system.  | 
A (K^2 x [K^2 + K]/2) selection matrix containing ones and zeros.
When multiplied with a vector, it will select entries of that vector to be
duplicated.
1 2 3 4 5 6 7 8  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.