RobMxtDEst estimates mixtures of distribution for interval-valued data using robust methods.
# S4 method for IData
RobMxtDEst(Idt, grouping, Mxt=c("Hom","Het"), CovEstMet=c("Pooled","Globdev"),
CovCase=1:4, SelCrit=c("BIC","AIC"), Robcontrol=RobEstControl(),
l1medpar=NULL, …)
An IData object representing interval-valued entities.
Factor indicating the group to which each observation belongs to.
Indicates the type of mixing distributions to be considered. Current alternatives are “Hom” (homocedastic) and “Het” (hetereocedasic).
Method used to estimate the common covariance matrix. Alternatives are “Pooled” (default) for a pooled average of the the robust within-groups covariance estimates, and “Globdev” for a global estimate based on all deviations from the groups multivariate l_1 medians. See Todorov and Filzmoser (2009) for details..
Configuration of the variance-covariance matrix: a set of integers between 1 and 4.
The model selection criterion.
A control object (S4) of class RobEstControl-class
containing estimation options - same as these provided in the function specification. If the control object is supplied, the parameters from it will be used. If parameters are passed also in the invocation statement, they will override the corresponding elements of the control object.
List of named arguments to be passed to the function pcaPP::l1median
(in package pcaPP) used to find the multivariate l_1 medians. Possible components are ‘MaxStep’, ‘ItTol’ and ‘trace’ (see the documentation of pcaPP::l1median
for details).
If kept at NULL (default) the defaults of pcaPP::l1median
will be used.
Other named arguments.
An object of class IdtMxNDRE, containing the estimation results.
Brito, P., Duarte Silva, A. P. (2012), Modelling Interval Data with Normal and Skew-Normal Distributions. Journal of Applied Statistics 39(1), 3--20.
Duarte Silva, A.P., Filzmoser, P. and Brito, P. (2017), Outlier detection in interval data. Advances in Data Analysis and Classification, 1--38.
Todorov V. and Filzmoser P. (2009), An Object Oriented Framework for Robust Multivariate Analysis. Journal of Statistical Software 32(3), 1--47.
'>IdtMxNDRE
, RobEstControl
.