Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!decius.ultra.net!info.cs.uofs.edu!www.nntp.primenet.com!globalcenter1!news.primenet.com!nntp.primenet.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!news-peer.sprintlink.net!news-sea-19.sprintlink.net!news-in-west.sprintlink.net!news.sprintlink.net!Sprint!199.2.96.62!news.rain.net!news.teleport.com!not-for-mail
From: [email protected] (Colin Kuskie)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: Statistics::Descriptive v2.0
Followup-To: comp.lang.perl.modules
Date: 3 Sep 1997 21:14:05 GMT
Organization: Lattice Semiconductor Corp.
Lines: 34
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:16 comp.lang.perl.modules:662

I have uploaded version 2.0 of Statistics::Descriptive to CPAN (with
much help from Herr Koenig :)  Here are the details from the README
file:

-------------------------------------------------------------------------
This is a complete rewrite of the OO interface to
Statistics::Descriptive.  A full description of the new interface can
be found in the POD documentation inside the module, here are the
highlights:

*  None of the underlying methods of calculation have been changed.

*  There are two separate, distinct classes in the module, Sparse and
  Full.  Full inherits from Sparse and extends it with storage of the
  data and additional methods that depend on analyzing the data based
  on user input (in general).  It should be easy to inherit from
  either of the classes.

*  Minimum and maximum methods are now calculated as part of the
  Sparse class, resulting in a faster access to that data.

*  The indices to the maxima and minima are also available.

*  Methods were added to manually sort the data and prevent
  subsequent sorting of the data, sort_data and presorted,
  respectively.  This should speed up some of the analysis by not
  repeatedly sorting the data.

Please send any bugs, comments, complaints or suggestions to me,
[email protected]

Enjoy!