array_to_trig_mat: Convert an array of covariance matrices to short lower...

View source: R/utils.R

array_to_trig_matR Documentation

Convert an array of covariance matrices to short lower triangular format

Description

Convert an array of covariance matrices to short lower triangular format

Usage

array_to_trig_mat(x, transposed = TRUE)

Arguments

x

an array, of dimensions D \times D \times k, each column j \in \{1, \ldots, k \} describing the covariance matrix associated to component j

transposed

boolean, should we transpose the returned matrix

See Also

trig_mat_to_array(), which is the reciprocal operation


bastienchassagnol/RGMMBench documentation built on Oct. 26, 2023, 5:58 p.m.