Summarizing non- and semi-parametric multivariate mixture model fits
summary.npEM.Rdsummary method for class npEM.
Arguments
- object,x
an object of class
npEMsuch as a result of a call tonpEM- digits
Significant digits for printing values
- ...
further arguments passed to or from other methods.
Details
summary.npEM prints means and variances of each block for
each component. These quantities might not be part of the model, but they
are estimated nonparametrically based on the posterior probabilities and the
data.
Value
The function summary.npEM returns a list of type summary.npEM
with the following components:
- n
The number of observations
- m
The number of mixture components
- B
The number of blocks
- blockid
The block ID (from 1 through B) for each of the coordinates of the multivariate observations. The
blockidcomponent is of length \(r\), the dimension of each observation.- means
A \(B\times m\) matrix giving the estimated mean of each block in each component.
- variances
Same as
meansbut giving the estimated variances instead.