How can I specify the covariance structure for the clustering model with mbcFit?

2 vues

Réponse

You can use the 'covStruct' parameter to specify the covariance model. Options include various structures like 'EEE', 'EEV', 'VII', 'VVI', etc., which define constraints on the volume, shape, and orientation of the covariance matrices across clusters.
Did this answer help you?