covar_vech: Covariance vech function

View source: R/RcppExports.R

covar_vechR 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 (n x n) covariance matrix.

Value

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


MSTest documentation built on Oct. 31, 2024, 1:06 a.m.