Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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.

2012-03-08 21:34
3.0400

Alguns métodos agora retornam undef() se não existem dados. Percentil agora não morre se não houver nenhum elemento na coleção.
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.

2010-10-17 16:41
3.0201

Assimetria e curtose foram adicionados. O registro das alterações e revisões, foi removida do arquivo da tarde.. Alguma documentação foi adicionada, esclarecendo o valor de retorno 0 percentual, como ele retorna undef () para representar-inf. Um script foi adicionado à marca de versão usando 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.

2009-07-21 20:12
3.0100

O método de quantis foi adicionado.
Tags: Stable, CPAN
The quantile method was added.

2009-05-31 04:36
3.0000

Muitos limpeza de código e refatoração foram feitos. Algumas afirmações de ensaio foram adicionados.
Tags: Code cleanup, Refactoring, CPAN
Many code cleanups and refactoring were done. Some test assertions were added.

2009-05-14 19:13
2.9

Esta versão adicionou uma solução para um caso onde a variância resultou em um pequeno número negativo devido a erros de arredondamento. Uma seção LICENÇA foi acrescentada à documentação, juntamente com um diretório de exemplos com um script de exemplo.
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.

Project Resources