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.


roga11/MSTest documentation built on Feb. 25, 2025, 6:10 p.m.