1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: libstatistics-descriptive-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Uploaders: Carlo Segre <segre@iit.edu>
Standards-Version: 3.6.1
Build-Depends-Indep: debhelper (>= 3.0)
Package: libstatistics-descriptive-perl
Architecture: all
Depends: ${perl:Depends}
Description: Perl5 module of 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.
|