trig_mat_to_array | R Documentation |
Shift from the lower triangular matrices k \times \frac{p(p+1)}{2}
to large array, of dimension
p \times p \times k
trig_mat_to_array(x, transposed = TRUE, ...)
x |
a covariance matrix, formatted as |
transposed |
if transposed, the input is of dimension |
... |
additional parameters to pass to function |
a large array, of dimension p \times p \times k
: one array of covariance matrix,
on the third dimension, for each component
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.