sigma_mv {DCEM} | R Documentation |
Initializes the co-variance matrices as the identity matrices.
sigma_mv(num_sigma, numcol)
num_sigma |
(numeric): Number of covariance matrices. |
numcol |
(numeric): The number of columns in the dataset. |
A list of identity matrices. The number of entries in the list is equal to the input parameter (num_cov).