Calculates the probabilistic weights for the univariate data.
expectation_uv(data, weights, meu, sigma, prior, num_clusters, tolerance)
(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 system epsilon value.
Updated probability weight matrix.