Description Usage Arguments Value See Also
Implements the conditional-maximization step 1 of the ECM algorithm for regularized copula-based mixture model.
1 2 3 4 5 6 7 8 9 10 |
x |
A numeric matrix or data frame of observations. Rows correspond to observations and columns correspond to variables. |
K |
The number of mixture components. |
z |
A numeric matrix representing the current value of the posterior probabilities of membership of the observations after the expectation step of the ECM algorithm. Columns are associated with a mixture component and rows are associated with observations. The current value of the probabilities should be computed via |
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 |
trace |
A logical value indicating if an update regarding the step's progress should be displayed. |
restrictions |
A logical value indicating if the variance of each Beta marginal should be restricted |
variance_tolerance |
The lower bound for the variance of each Beta marginal, if |
A list of objects of class mvdc
. Each element of the list corresponds to a mixture component and contains the updated estimates for the component distribution's marginal paramters and the same estimates as were parsed for the estimates of the copula parameter.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.