1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libstatistics-descriptive-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@debian.org>, Russ Allbery <rra@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Statistics-Descriptive/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libstatistics-descriptive-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libstatistics-descriptive-perl/
Package: libstatistics-descriptive-perl
Architecture: all
Depends: ${perl:Depends}
Description: Perl module for basic descriptive statistical functions
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.
|