Statistics-Descriptive is a Perl module to perform Statistical Analysis on numeric data. It can retrieve such things as the mean (or average), the median, the standard deviation, a histogram/frequency analysis, etc.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Certaines méthodes retournent maintenant undef() s'il n'y a pas de données. Percentile maintenant n'est pas mourir s'il n'y a pas d'éléments dans la collection.
Tags:
Bug fixes
Some methods now return undef() if there are no data. Percentile now doesn't die if there are no elements in the collection.
Asymétrie et d'aplatissement ont été ajoutés. Le journal des modifications et des révisions a été retiré du fichier h.. Certains documents a été ajouté, en précisant la valeur de retour 0e percentile, car il renvoie undef () pour représenter-inf. Un script a été ajouté à la tag un communiqué de l'aide de Subversion.
Tags:
Stable, Feature Enhancements, Documentation
Skewness and kurtosis were added. The log of changes and revisions was removed from the .pm file. Some documentation was added, clarifying the 0th percentile return value, as it returns undef() to represent -inf. A script was added to tag a release using Subversion.
Ce communiqué a ajouté une solution de contournement pour le cas où la variance donné lieu à un nombre négatif en raison de petites erreurs d'arrondi. Une section de licences a été ajouté à la documentation et les exemples, un répertoire avec un exemple de script.
Tags:
Stable, CPAN
This release added a workaround to a case where the variance resulted in a small negative number due to rounding errors. A LICENSE section was added to the documentation along with an examples directory with a sample script.