View source: R/clustMD_InternalFunctions.R
| E.step | R Documentation |
Internal function.
E.step(
N,
G,
D,
CnsIndx,
OrdIndx,
zlimits,
mu,
Sigma,
Y,
J,
K,
norms,
nom.ind.Z,
patt.indx,
pi.vec,
model,
perc.cut
)
N |
number of observations. |
G |
number of mixture components. |
D |
dimension of the latent data. |
CnsIndx |
the number of continuous variables. |
OrdIndx |
the sum of the number of continuous and ordinal (including binary) variables. |
zlimits |
the truncation points for the latent data. |
mu |
a D x G matrix of means. |
Sigma |
a D x D x G array of covariance parameters. |
Y |
an N x J data matrix. |
J |
the number of observed variables. |
K |
the number of levels for each variable. |
norms |
a matrix of standard normal deviates. |
nom.ind.Z |
the latent dimensions corresponding to each nominal variable. |
patt.indx |
a list of length equal to the number of observed response patterns. Each entry of the list details the observations for which that response pattern was observed. |
pi.vec |
mixing weights. |
model |
the covariance model fitted to the data. |
perc.cut |
threshold parameters. |
Output required for clustMD function.
clustMD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.