Description Usage Arguments Value
Internal initialization function for normMixEm algorithm in this package. Modified based on the normalmix.initmixtools.
1 | normalmix_init(x, k = 5)
|
x |
A matrix of size n*p consisting of the data. |
k |
Number of components. Default as 5. |
A list of parameters for initialization including:
lambda - A vector of length k includes the probability parameters of k components.
mu - A k*p matrix includes the mean parameters of k Normals.
sigma - A k*p matrix includes the variance parameters of k Normals.
k - Integer. Number of components.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.