covar_unvech: Covariance vech to matrix

View source: R/RcppExports.R

covar_unvechR Documentation

Covariance vech to matrix

Description

This function undoes the half-vectorization of a covariance matrix.

Usage

covar_unvech(sig, n)

Arguments

sig

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

n

Integer determining shape of the original matrix.

Value

A (n x n) covariance matrix.


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