Description Usage Arguments Value See Also
Implements the conditional-maximization step 2 of the ECM algorithm for regularized copula-based mixture model.
1 |
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 last iteration of the ECM algorithm. Columns are associated with a mixture component and rows are associated with observations. |
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 |
lambda |
A numeric value indicating the value of the tuning parameter for regularization. |
trace |
A logical value indicating if an update regarding the step's progress should be displayed. |
A list with the following elements
mvdcA 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 copula paramter and the same estimates as were parsed for the estimates of the marginal parameters.
penaltyThe shrinkage penalty to apply to the log-likelihood of the model, resulting from the estimates of the copula parameters and the value of lambda
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.