Package: ktaucenters
Type: Package
Title: Robust Clustering Procedures
Version: 0.1.0
Author: Juan Domingo Gonzalez [cre, aut],
  Victor J. Yohai [aut],
  Ruben H. Zamar [aut]
Authors@R: c(person("Juan Domingo", "Gonzalez", email = "juanrst@hotmail.com", role = c("cre","aut")),
             person("Victor J.", "Yohai", email = "victoryohai@gmail.com", role = "aut"),
             person("Ruben H.", "Zamar", email = "ruben@stat.ubc.ca", role = "aut")
    ) 
Maintainer: Juan Domingo Gonzalez <juanrst@hotmail.com>
Description: A clustering algorithm similar to K-Means is implemented, it has two main advantages, 
    namely (a) The estimator is resistant to outliers, that means that results of estimator are still correct when
    there are atypical values in the sample and (b) The estimator is efficient, roughly speaking, 
    if there are no outliers in the sample, results will be similar than those obtained by a classic algorithm (K-Means).
    Clustering procedure is carried out by minimizing the overall robust scale so-called tau scale.
    (see Gonzalez, Yohai and Zamar (2019) <arxiv:1906.08198>).  
License: GPL (>= 2)
Encoding: UTF-8
Depends: R (>= 2.10), MASS, methods, dplyr, dbscan, stats, GSE
LazyData: true
RoxygenNote: 6.1.1
Suggests: jpeg, tclust, knitr
NeedsCompilation: no
Packaged: 2019-08-02 16:37:50 UTC; juan
Repository: CRAN
Date/Publication: 2019-08-03 08:20:02 UTC
Built: R 4.1.0; ; 2021-05-27 11:54:18 UTC; unix
