Description Usage Arguments Value
View source: R/dcem_em_utils.R
Calculates meu, sigma and prior based on the updated probability weight matrix.
| 1 | maximisation_mv(data, weights, meu, sigma, prior, num_clusters, num_data)
 | 
| data | (matrix): The input data. | 
| weights | (matrix): The probability weight matrix. | 
| meu | (matrix): The matrix of meu. | 
| sigma | (list): The list of sigma (co-variance matrices). | 
| prior | (vector): The vector of priors. | 
| num_clusters | (numeric): The number of clusters. | 
| num_data | (numeric): The total number of observations in the data. | 
Updated values for meu, sigma and prior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.