Import R-mclust-3.4.8 as wip/R-mclust.

The mclust provides functions for parameter estimation via the EM
algorithm for normal mixture models with a variety of covariance
structures, and functions for simulation from these models.
This commit is contained in:
Mike M. Volokhov 2011-04-02 19:09:30 +00:00 committed by Thomas Klausner
parent cd9887269f
commit efe878f04f
3 changed files with 25 additions and 0 deletions

3
R-mclust/DESCR Normal file
View File

@ -0,0 +1,3 @@
The mclust provides functions for parameter estimation via the EM
algorithm for normal mixture models with a variety of covariance
structures, and functions for simulation from these models.

17
R-mclust/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/04/02 19:09:30 bubuchka Exp $
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.stat.washington.edu/mclust/
COMMENT= Model-based clustering and normal mixture modeling
R_PKGNAME= mclust
R_PKGVER= 3.4.8
USE_LANGUAGES= fortran77
.include "../../math/R/Makefile.extension"
.include "../../math/blas/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

5
R-mclust/distinfo Normal file
View File

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2011/04/02 19:09:30 bubuchka Exp $
SHA1 (R/mclust_3.4.8.tar.gz) = b576b1a915417a9d73fd411ea56be6cd4b2d7e7b
RMD160 (R/mclust_3.4.8.tar.gz) = b2c2bded587eb5ccb4efbddbf6e14d60b6ad4f65
Size (R/mclust_3.4.8.tar.gz) = 226824 bytes