vech {ADtools}R Documentation

Half-vectorisation

Description

Half-vectorisation

Usage

vech(x)

Arguments

x

A matrix.

Examples

A <- randn(3, 3)
vech(A)


[Package ADtools version 0.5.5 Index]