Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/linearAlgebra-dcap.R
Creates a duplication matrix.
1 | dcap(k)
|
k |
Positive integer.
Dimension of the |
The duplication matrix \mathbf{D}_{k} is the k^2 \times \frac{1}{2} k ≤ft( k + 1 \right) matrix for a given k \times k symmetric matrix \mathbf{A} where
\mathbf{D}_{k} \mathrm{vech} ≤ft( \mathbf{A} \right) = \mathrm{vec} ≤ft( \mathbf{A} \right) \quad ≤ft( \mathbf{A} = \mathbf{A}^{\prime} \right)
\mathrm{vec} ≤ft( \cdot \right) is the vectorization of a matrix, and \mathrm{vech} ≤ft( \cdot \right) is the half-vectorization of a matrix.
A matrix.
Ivan Jacob Agaloos Pesigan
Magnus, J. R., & Neudecker, H. (1980). The elimination matrix: Some lemmas and applications. SIAM Journal on Algebraic Discrete Methods, 1(4), 422–449. https://doi.org/10.1137/0601049
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:
mcap_cor()
,
mcap_diag()
,
mcap_sym()
,
pinv_of_dcap()
,
sym_of_vechs()
,
sym_of_vech()
1 | dcap(3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.