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.0607.tar.gz | 0000045614 44.5 KB | |
_link | 0000000241 241 Bytes | |
project.diff | 0000002433 2.38 KB |
Revision 14 (latest revision is 33)
Stephan Kulow (coolo)
committed
(revision 14)
- updated to 3.0607 - Fix the List::MoreUtils prereqs. - http://www.cpantesters.org/cpan/report/365b752c-8adf-11e3-bd14-e3bee4621ba3 - Thanks to Chris Williams (BINGOS) for the CPAN Testers Report. - Implement the median_absolute_deviation method. - https://bitbucket.org/shlomif/perl-statistics-descriptive/pull-request/5/median-absolute-deviation-method/diff - Thanks to Kang-min Liu. - Minimal version of perl set to 5.6.0 (CPANTS). - Add standalone LICENSE file (CPANTS).
Comments 0