gnu: Add r-trimcluster.

* gnu/packages/statistics.scm (r-trimcluster): New variable.

Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
master
Raoul Jean Pierre Bonnal 2017-03-11 10:04:33 +10:00 committed by Ben Woodcroft
parent c0cab38e03
commit 5da4f84f1f
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 20 additions and 0 deletions

View File

@ -4325,3 +4325,23 @@ can be efficiently implemented directly in the R language.")
"This packages allows to analyze data with robust methods such as
regression methodology including model selections and multivariate statistics.")
(license license:gpl2+)))
(define-public r-trimcluster
(package
(name "r-trimcluster")
(version "0.1-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "trimcluster" version))
(sha256
(base32
"0lsgbg93hm0w1rdb813ry0ks2l0jfpyqzqkf3h3bj6fch0avcbv2"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/trimcluster")
(synopsis "Cluster analysis with trimming")
(description
"The trimmed k-means clustering method by Cuesta-Albertos, Gordaliza and
Matran (1997). This optimizes the k-means criterion under trimming a portion
of the points.")
(license license:gpl2+)))