diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 22:36:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 22:36:56 +0000 |
commit | d6c5aa4870a6624477f228f5ea55613af5c81be9 (patch) | |
tree | f5fa1d8c38a14989391ab02f93a99d76509bdd5a /math/p5-Statistics-Descriptive/DESCR | |
parent | fac77fc576546eb562de51720e5278176ac6eb3d (diff) | |
download | pkgsrc-d6c5aa4870a6624477f228f5ea55613af5c81be9.tar.gz |
Update to 3.0202:
3.0202 July 23, 2011
- 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().
3.0201 October 14, 2010
- 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.
Diffstat (limited to 'math/p5-Statistics-Descriptive/DESCR')
-rw-r--r-- | math/p5-Statistics-Descriptive/DESCR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Statistics-Descriptive/DESCR b/math/p5-Statistics-Descriptive/DESCR index 2f76ccb0f9e..7b126726f2a 100644 --- a/math/p5-Statistics-Descriptive/DESCR +++ b/math/p5-Statistics-Descriptive/DESCR @@ -1,2 +1,2 @@ -Statistics::Descriptive is a perl module of basic descriptive statistical +Statistics::Descriptive is a perl module of basic descriptive statistical functions (mean, median, mode, sum, variance, standard_deviation, etc.) |