Learn R Programming

MSTest (version 0.1.5)

covar_vech: Covariance vech function

Description

This function returns the half-vectorization of an input matrix as a column vector.

Usage

covar_vech(mat)

Value

A (n+1)*n/2 column vector.

Arguments

mat

A (n x n) covariance matrix.