ダウンロードリスト

プロジェクト概要

記述統計は数値データの統計分析を実行する Perl モジュールです。平均 (平均) のようなものを取得することができます、中央値、標準偏差、ヒストグラム/周波数解析など。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2012-03-08 21:34
3.0400

データがない場合は、いくつかのメソッドは今 undef() を返します。コレクションに要素がない場合、パーセン タイルは今死ぬことはないです。
タグ: 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

歪度と尖度が追加されました。変更とリビジョンのログが。pmファイルから削除されました。それはundefを()を表す- infを返すように一部のマニュアルは、0番目のパーセンタイルの戻り値を明確にし、追加されました。スクリプトはSubversionを使用して、リリースをタグに追加されました。
タグ: 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

分位メソッドが追加されました。
タグ: Stable, CPAN
The quantile method was added.

2009-05-31 04:36
3.0000

多くのコードのクリーンアップとリファクタリング行われた。いくつかのテストアサーションが追加されました。
タグ: Code cleanup, Refactoring, CPAN
Many code cleanups and refactoring were done. Some test assertions were added.

2009-05-14 19:13
2.9

このリリースでは、ケースには差異は小さな負の数の丸め誤差に起因する結果、この問題を回避しました。ライセンスのセクションでは、サンプルスクリプトを使用し、examplesディレクトリと一緒にドキュメントに追加されました。
タグ: 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.

プロジェクトリソース