Calculates the probabilistic weights for the multivariate data.
expectation_mv(data, weights, meu, sigma, prior, num_clusters, tolerance)
(matrix): The input data.
(matrix): The probability weight matrix.
(matrix): The matrix of meu.
(list): The list of sigma (co-variance matrices).
(vector): The vector of priors.
(numeric): The number of clusters.
(numeric): The system epsilon value.
Updated probability weight matrix.
Using data to build a better EM: EM* for big data.
Hasan Kurban, Mark Jenne, Mehmet M. Dalkilic (2016) <https://doi.org/10.1007/s41060-017-0062-1>.