IdtMclust-class | R Documentation |
IdtMclust contains the results of fitting mixtures of Gaussian distributions to interval data represented by objects of class IData
.
call
:The matched call that created the IdtMclust object
data
:The IData data object
NObs
:Number of entities under analysis (cases)
NIVar
:Number of interval variables
SelCrit
:The model selection criterion; currently, AIC and BIC are implemented
Hmcdt
:Indicates whether the optimal model corresponds to a homoscedastic (TRUE) or a hetereocedasic (FALSE) setup
BestG:
The optimal number of mixture components.
BestC:
The configuration case of the variance-covariance matrix in the optimal model
logLiks
:The logarithms of the likelihood function for the different models tried
logLik
:The logarithm of the likelihood function for the optimal model
AICs
:The values of the AIC criterion for the different models tried
aic
:The value of the AIC criterion for the he optimal model
BICs
:The values of the BIC criterion for the different models tried
bic
:The value of the BIC criterion for the he optimal model
parameters
A list with the following components:
A vector whose kth component is the mixing proportion for the kth component of the mixture model.
The mean for each component. If there is more than one component, this is a matrix whose kth column is the mean of the kth component of the mixture model.
A three-dimensional array with the covariance estimates. If Hmcdt is FALSE (heteroscedastic setups) the third dimension levels run through the BestG mixture components, with one different covariance matrix for each level. Otherwise (homoscedastic setups), there is only one covariance matrix and the size of the third dimension equals one.
z:
A matrix whose [i,k]th entry is the probability that observation i in the test data belongs to the kth class.
classification:
The classification corresponding to z
, i.e. map(z)
.
allres:
A list with the detailed results for all models fitted.
signature(object = "IdtMclust")
: show S4 method for the IdtMclust-class
signature(object = "IdtMclust")
: summary S4 method for the IdtMclust-class
signature(x = "IdtMclust")
: retrieves the value of the parameter estimates for the obtained partition
signature(x = "IdtMclust")
: retrieves the value of the estimated mixing proportions for the obtained partition
signature(x = "IdtMclust")
: retrieves the value of the component means for the obtained partition
signature(x = "IdtMclust")
: retrieves the value of the estimated covariance matrices for the obtained partition
signature(x = "IdtMclust")
: retrieves the value of the estimated correlation matrices
signature(x = "IdtMclust")
: retrieves the individual class assignments for the obtained partition
signature(x = "IdtMclust")
: retrieves a string specifying the criterion used to find the best model and partition
signature(x = "IdtMclust")
: returns TRUE if an homecedastic model has been assumed, and FALSE otherwise
signature(x = "IdtMclust")
: returns the number of components selectd
signature(x = "IdtMclust")
: retruns the covariance configuration selected
signature(x = "IdtMclust")
: retrieves the estimates of the individual posterir probabilities for the obtained partition
signature(x = "IdtMclust")
: returns the value of the BIC criterion
signature(x = "IdtMclust")
: returns the value of the AIC criterion
signature(x = "IdtMclust")
: returns the value of the log-likelihood
Pedro Duarte Silva <psilva@porto.ucp.pt>
Paula Brito <mpbrito.fep.up.pt>
Brito, P., Duarte Silva, A. P. (2012), Modelling Interval Data with Normal and Skew-Normal Distributions. Journal of Applied Statistics 39(1), 3–20.
Brito, P., Duarte Silva, A. P. and Dias, J. G. (2015), Probabilistic Clustering of Interval Data. Intelligent Data Analysis 19(2), 293–313.
Idtmclust
, plotInfCrt
, pcoordplot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.