import p5-Statistics-Descriptive 2.6

This module provides basic functions used in descriptive statistics. It
has an object oriented design and supports two different types of data
storage and calculation objects: sparse and full. With the sparse
method, none of the data is stored and only a few statistical measures
are available. Using the full method, the entire data set is retained
and additional functions are available.
This commit is contained in:
jasper 2008-09-24 13:43:37 +00:00
parent 11bc637de8
commit 84c36f68b6
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/24 13:43:37 jasper Exp $
COMMENT = basic descriptive statistical functions
DISTNAME = Statistics-Descriptive-2.6
CATEGORIES = math
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Statistics-Descriptive-2.6.tar.gz) = BWArcCitoDk7UDrO550mFg==
RMD160 (Statistics-Descriptive-2.6.tar.gz) = i8bdSl0/gUo8kPFwHMolaLi+B9Q=
SHA1 (Statistics-Descriptive-2.6.tar.gz) = HZbCQOGcalZnVRN8/iqx5/PD9so=
SHA256 (Statistics-Descriptive-2.6.tar.gz) = UZ0Dkyxd7ck8tuzbbE0j3D9gdgpbVsKOIsQaaxslXb4=
SIZE (Statistics-Descriptive-2.6.tar.gz) = 11252

View File

@ -0,0 +1,6 @@
This module provides basic functions used in descriptive statistics. It
has an object oriented design and supports two different types of data
storage and calculation objects: sparse and full. With the sparse
method, none of the data is stored and only a few statistical measures
are available. Using the full method, the entire data set is retained
and additional functions are available.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/09/24 13:43:37 jasper Exp $
${P5SITE}/Statistics/
${P5SITE}/Statistics/Descriptive.pm
@man man/man3p/Statistics::Descriptive.3p