Description Usage Arguments Details Author(s) See Also Examples
View source: R/linearAlgebra-vech.R
Apply a half-vectorization, that is, eliminate the upper diagonal elements of a k \times k matrix.
1 |
x |
Matrix. |
names |
Logical. Add names. |
sep |
Character string. Separator for variable names. |
The half-vectorization of a k \times k matrix \mathbf{A}, given by \mathrm{vech} ≤ft( \mathbf{A} \right) , is the \frac{1}{2} k ≤ft( k + 1 \right) \times 1 vector obtained from the vectorization of \mathbf{A}, given by \mathrm{vec} ≤ft( \mathbf{A} \right) , where that all upper diagonal elements of \mathbf{A} are eliminated.
Ivan Jacob Agaloos Pesigan
Other Vectorization Functions:
diag_of_vech()
,
vec_mean()
,
vechnames()
,
vechsnames()
,
vechs()
,
vec()
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.