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.0605.tar.gz | 0000035055 34.2 KB | |
_link | 0000000241 241 Bytes | |
project.diff | 0000003284 3.21 KB |
Revision 12 (latest revision is 33)
Stephan Kulow (coolo)
accepted
request 177584
from
Stephan Kulow (coolo)
(revision 12)
- updated to 3.0605 - Add t/style-trailing-space.t . - Add t/cpan-changes.t . - Convert Changes to it. - Correct a misspelling of "weight" in lib/Statistics/Descriptive/Smoother/Weightedexponential.pm - Thanks to Wilhelm for the report. - Update the scripts/tag-release.pl file for Mercurial. - Use in_between to compare decimal numbers - Smoothing tests were failing because of rounding problems - Thanks to Andreas J. König for reporting it and to Fabio Ponciroli for fixing it. - Correct a typo: - https://rt.cpan.org/Ticket/Display.html?id=77145 - Thanks to Salvatore Bonaccorso and the Debian Perl Group for the report. - No longer using Test::Exception in the tests. - It was used by the tests and not specified in test_requires/build_requires. - Thanks to hsk@fli-leibniz.de for the report. - Add the smoothing functionality. - Add the following public methods: add_data_with_samples(), set_smoother(), get_smoothed_data() to the main module. - Add the lib/Statistics/Descriptive/Smoother.pm and lib/Statistics/Descriptive/Smoother/Exponential.pm lib/Statistics/Descriptive/Smoother/Weightedexponential.pm modules. - Thanks to Fabio Ponciroli - Add the scripts/bump-version-number.pl to facilitate bumping the version number.
Comments 0