Skip to content
Snippets Groups Projects
Unverified Commit d1906e31 authored by Raoul Jean Pierre Bonnal's avatar Raoul Jean Pierre Bonnal Committed by Ben Woodcroft
Browse files

gnu: Add r-tclust.


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

Signed-off-by: default avatarBen Woodcroft <donttrustben@gmail.com>
parent 5a200a24
No related branches found
No related tags found
No related merge requests found
...@@ -4772,3 +4772,27 @@ (define-public r-sn ...@@ -4772,3 +4772,27 @@ (define-public r-sn
methods for data fitting and diagnostics, in the univariate and the methods for data fitting and diagnostics, in the univariate and the
multivariate case.") multivariate case.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public r-tclust
(package
(name "r-tclust")
(version "1.2-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "tclust" version))
(sha256
(base32
"0a1b7yp4l9wf6ic5czizyl2cnxrc1virj0icr8i6m1vv23jd8jfp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-mclust" ,r-mclust)
("r-mvtnorm" ,r-mvtnorm)
("r-sn" ,r-sn)))
(home-page "http://cran.r-project.org/web/packages/tclust")
(synopsis "Robust trimmed clustering")
(description
"This package implements different robust clustering
algorithms (@code{tclust}) based on trimming and including some graphical
diagnostic tools (@code{ctlcurves} and @code{DiscrFact}).")
(license license:gpl3)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment