Description Usage Arguments Value
Takes current parameter estimates and likelihoods, and computes E step weights. Also updates CEM temperature Tau, if applicable
1 |
wts |
matrix of dimension k by n, current E step weights. Used as template matrix to update |
l |
matrix of dimension k by n, log-likelihood summed over all genes, for each k clusters and n subjects |
pi |
vector of k mixture proportions |
CEM |
logical, FALSE for EM and TRUE for CEM |
Tau |
numeric, current temperature of CEM. Tau=1 for EM |
list containing updated wts: matrix of E step weights, keep: logical matrix of whether a sample is included in cluster baseline calculation, Tau: numeric: resultant CEM temperature (after annealing), CEM: logical: whether CEM is continued to be run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.