Download List

프로젝트 설명

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

일부 메서드는 이제 데이터가 없는 경우 undef()를 반환 합니다. 컬렉션에 요소가 없는 경우에 지금 백분위 죽을 하지 않습니다.
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

Skewness과 kurtosis이 추가되었습니다. 변경 사항과 개정의 로그는. 오후 파일에서 제거되었습니다. 그것은 undef를 ()로 나타냅니다 - inf를 반환하는 일부 문서는, 0번째 퍼센트 반환 값을 명확히, 추가되었습니다. 스크립트는 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

quantile 메서드가 추가되었습니다.
Tags: Stable, CPAN
The quantile method was added.

2009-05-31 04:36
3.0000

많은 코드 정리 및 리팩토링 완료했다. 몇 가지 테스트 주장이 추가되었습니다.
Tags: Code cleanup, Refactoring, CPAN
Many code cleanups and refactoring were done. Some test assertions were added.

2009-05-14 19:13
2.9

이 릴리스의 경우 어디에 변화의 작은 음수 반올림 오류로 인한 결과 해결했다. 라이센스 섹션에서 예제 스크립트와 예제 디렉토리와 함께 설명서가 추가되었습니다.
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