Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/linearAlgebra-vechs.R
Apply a strict half-vectorization, that is, eliminate the diagonal and upper diagonal elements of a k \times k matrix.
1 |
x |
Matrix. |
names |
Logical. Add names. |
sep |
Character string. Separator for variable names. |
The strict half-vectorization of a k \times k matrix \mathbf{A}, given by \mathrm{vechs} ≤ft( \mathbf{A} \right) , is the \frac{1}{2} k ≤ft( k + 1 \right) - k \times 1 vector obtained from the vectorization of \mathbf{A}, given by \mathrm{vec} ≤ft( \mathbf{A} \right) , where that all diagonal and upper diagonal elements of \mathbf{A} are eliminated.
A vector.
Ivan Jacob Agaloos Pesigan
Magnus, J. R., & Neudecker, H. (2019). Matrix differential calculus with applications in statistics and econometrics. Wiley. https://doi.org/10.1002/9781119541219
Other Vectorization Functions:
diag_of_vech()
,
vec_mean()
,
vechnames()
,
vechsnames()
,
vech()
,
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.