View source: R/MixtureFitting.R
smm_split_component | R Documentation |
Splits a component of Student's t-distribution mixture. Implemented according to Eqns. 30–36 of Chen et al. (2004).
smm_split_component( p, alpha = 0.5, beta = 0.5, u = 0.5 )
p |
vector of Student's t mixture parameters. Structure of p vector is p = c( A1, A2, ..., An, mu1, mu2, ..., mun, k1, k2, ..., kn, ni1, ni2, ..., nin ), where n is number of mixture components, Ai is the proportion of i-th component, mui is the center of i-th component, ki is the concentration of i-th component and nii is the degrees of freedom of i-th component. |
Vector of parameters for resulting two-component mixture, whose structure is the same as of input parameter's p.
Andrius Merkys
Chen, S.-B. & Luo, B. Robust t-mixture modelling with SMEM algorithm Proceedings of 2004 International Conference on Machine Learning and Cybernetics (IEEE Cat. No.04EX826), Institute of Electrical & Electronics Engineers (IEEE), 2004, 6, 3689–3694
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.