Calculates meu, sigma and prior based on the updated probability weight matrix.
maximisation_uv(data, weights, meu, sigma, prior, num_clusters, num_data)
(matrix): The input data.
(matrix): The probability weight matrix.
(vector): The vector of meu.
(vector): The vector of sigma (standard-deviations).
(vector): The vector of priors.
(numeric): The number of clusters.
(numeric): The total number of observations in the data.
Updated values for meu, sigma and prior.
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>.