Description Usage Arguments Value See Also
Implements the expectation step of the ECM algorithm for regularized copula-based mixture model.
1 | e_step(x, K, mixing_probs, mvdc, margins)
|
x |
A numeric matrix or data frame of observations. Rows correspond to observations and columns correspond to variables. |
K |
The number of mixture components. |
mixing_probs |
A numeric vector indicating the mixing proportions of the mixture model. |
mvdc |
A list of objects of class |
margins |
A character vector specifying the marginal distributions of the components in the mixture. The vector must have a length equal to the number of columns in |
A numeric matrix representing the posterior probabilities of membership of the observations after performing a single expectation step of the ECM algorithm. Columns are associated with a mixture component and rows are associated with observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.