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:
parent
11bc637de8
commit
84c36f68b6
18
math/p5-Statistics-Descriptive/Makefile
Normal file
18
math/p5-Statistics-Descriptive/Makefile
Normal 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>
|
5
math/p5-Statistics-Descriptive/distinfo
Normal file
5
math/p5-Statistics-Descriptive/distinfo
Normal 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
|
6
math/p5-Statistics-Descriptive/pkg/DESCR
Normal file
6
math/p5-Statistics-Descriptive/pkg/DESCR
Normal 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.
|
4
math/p5-Statistics-Descriptive/pkg/PLIST
Normal file
4
math/p5-Statistics-Descriptive/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user