Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

VechM

Matrix constructed from output of the Vech Command. In other words, restore the original symmetric matrix from its half-stacking vector.


Description

Restores the symmetric matrix from the Vech command

Usage

VechM(vec)

Arguments

vec

A vector representing the half-stacking of a symmetric matrix

Details

This command re-construct a symmetric matrix from output of the Vech command

Value

A symmetric matrix

Author(s)

Ruey S. Tsay

References

Tsay (2014, Appendix A)

See Also

Vech

Examples

v1=c(2,1,3)
m1=VechM(v1)
m1

MTS

All-Purpose Toolkit for Analyzing Multivariate Time Series (MTS) and Estimating Multivariate Volatility Models

v1.0
Artistic License 2.0
Authors
Ruey S. Tsay and David Wood
Initial release
2018-10-8

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.