Description Usage Arguments Value Author(s) References See Also Examples
TLE implements a general framework for robust fitting of finite mixture models. Parameter estimation is performed using the EM algorithm.
Currently two model drivers are inluded: flexmix.Density (flexmix.Enstimate) for gaussian, poisson and binomial regression models and FLXmclust.Density (FLXmclust.Estimate) for model based clustering.
1 2 |
formula |
An object of class formula. |
family |
The family to be used. |
data |
Data frame containing the x and y variables with an optional attribute |
kStar |
k*- size of the initial random subsample |
kTrim |
Trimming parameter: size of the C-steps random subsample |
nit |
Number of iterations |
msglvl |
Level of messages |
result |
Restart/continuation information |
cit |
Number of iterations in refinement step |
test |
Expected true loglikelihood of the model; procedure will be stopped if reached. |
nc |
Number of components. |
Density |
Density function of type - function(data,solution,model,family,...) |
Estimate |
Specific estimation procedure interface: function(data,ind,model,family,...) |
... |
Arguments to be passed to methods |
Returns an object of class TLE
.
P. Neytchev, P. Filzmoser, R. Patnaik, A. Eisl and R. Boubela, <P.Filzmoser@tuwien.ac.at> http://www.statistik.tuwien.ac.at/public/filz/
N. Neykov, P. Filzmoser, R. Dimova, and P. Neytchev. Robust fitting of mixtures using the trimmed likelihood estimator. Computational Statistics and Data Analysis, Vol. 17(3), pp. 299-308, 2007.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.