Converts a list of return values of multiple calls to lmn_prior()
or lmn_post()
to a single list of MNIW parameters, which can then serve as vectorized arguments to the functions in mniw.
list2mniw(x)
A list with the following elements:
Lambda
The mean matrices as an array of size p x p x n
.
Omega
The between-row precision matrices, as an array of size p x p x
.
Psi
The between-column scale matrices, as an array of size q x q x n
.
nu
The degrees-of-freedom parameters, as a vector of length n
.
List of n
MNIW parameter lists.