Description Usage Arguments Details Value Dependencies Author(s) References See Also Examples
View source: R/linearAlgebra-vech.R
Half-vectorize a symmetric matrix.
1 |
x |
Matrix. |
names |
Logical. Add names. |
sep |
Character string. Separator for variable names. |
Generates an m(m + 1) / 2 vector from the unique elements of an m \times m symmetric matrix by stacking the columns (column-major).
A vector.
vechnames()
Ivan Jacob Agaloos Pesigan
Other Linear Algebra Functions:
dcap()
,
kcap()
,
sym_of_vech()
,
vechnames()
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.