covar_vech {MSTest} | R Documentation |
Covariance vech function
Description
This function returns the half-vectorization of an input matrix as a column vector.
Usage
covar_vech(mat)
Arguments
mat |
A ( |
Value
A (n+1)*n/2
column vector.
[Package MSTest version 0.1.5 Index]