Description Usage Arguments Details Value Author(s) References See Also
View source: R/linearAlgebra-sym_of_vechs.R
Symmetric matrix from its strict half-vectorization.
1 | sym_of_vechs(x, diags)
|
x |
Vector of length |
diags |
Vector. Diagonal elements. |
Generates an k \times k symmetric matrix from a \frac{1}{2}(k(k + 1)) - k vector. The k \times 1 vector of diagonal values should be supplied.
A matrix.
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 Symmetric Functions:
dcap()
,
mcap_cor()
,
mcap_diag()
,
mcap_sym()
,
pinv_of_dcap()
,
sym_of_vech()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.