Description Usage Arguments Value See Also
View source: R/initialize.ECM.R
Identifies optimal starting values for ECM using the results of MBHAC applied to the data. The data undergoes transformations to enhance separation amongst groups prior to performing MBHAC.
1 2 3 4 5 6 7 8 9 |
x |
A numeric matrix or data frame of observations. Rows correspond to observations and columns correspond to variables. |
K |
The number of mixture componets. |
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 x. Each element must be equal to "norm", "beta" or "gamma". |
transform |
A logical value indicating whether or not starting values should be obtained using the transformations SPH, PCS, PCR and SVD. The default is |
hc_pairs |
The results from MBHAC obtained from the function call |
classification |
A numeric vector representing a partitioning of the data |
trace |
A logical value indicating if an update regarding the initialization procedure's progress should be displayed. |
mixing_probsA numeric vector indicating the starting values of the mixing proportions.
mvdcA list of objects of class mvdc
. Each element of the list corresponds to a mixture component and contains the starting values for the component distribution's marginal and copula parameters.
transformationA character string indicating the transformation applied prior to performing MBHAC.
loglikThe log-likelihood corresponding of the model given the starting values of the parameters and the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.