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.