Module of basic descriptive statistical functions
http://search.cpan.org/dist/Statistics-Descriptive/
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.
Authors:
--------
Shlomi Fish
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / perl-Statis...escriptive
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Statistics-Descriptive && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Statistics-Descriptive-3.0202.tar.gz | 0000023450 22.9 KB | |
_link | 0000000242 242 Bytes | |
perl-Statistics-Descriptive.changes | 0000000979 979 Bytes | |
project.diff | 0000001234 1.21 KB |
Revision 7 (latest revision is 33)
Stephan Kulow (coolo)
committed
(revision 7)
- update to 3.0202 - Moved tag-release.pl to scripts/tag-release.pl (though we now use Mercurial instead of Subversion.) - Add t/mode.t to test the ->mode() method. - Documented ->mode() better. - Optimized ->mode(). - Add some documentation clarifying the 0th percentile return, as it returns undef() for representing -inf: - Fix https://rt.cpan.org/Ticket/Display.html?id=62055 - Thanks to Dave Breimann for reporting it. - Add the tag-release.pl to tag a release using Subversion.
Comments 0