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.


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