statist は、コンソールベースのメニュー形式による統計処理プログラムです。 gnuplot を使ってグラフ表示ができます。
作者: Dirk Melcher さん、
Bernhard Reiter さん
ホームページ:
http://www.usf.uni-osnabrueck.de/~breiter/tools/statist/
(ドイツ語ですが、
英語のページもあります)
バージョン: 1.0.1 (2001/11/15)
ライセンス: GPL
付属ドキュメントREADME (ドイツ語) を読む
ドキュメントはドイツ語のみですが、プログラムはビルド時に 英語/ドイツ語が選択できるようになっています。 ここでご紹介するのは英語でビルドしたものです。
新しいホームページ http://statist.wald.intevation.org/ では ver. 1.4.0 が公開されています。
statist はメニュー選択式で簡単に使えるようになっています。
例えば、
3 6 15 7 19 31 11 21 49 15 27 70
こんなふうにデータを記述したファイル test.dat
を用意して、
$ statist test.dat STATIST --- Version 1.0.1--- (C) Dirk Melcher 1997-1999 Published by Bernhard Reiter 1998-2001. STATIST comes with ABSOLUTELY NO WARRANTY; it is Free Software under GPL. Read the file COPYING for details. Hint: You can often answer "all" for the number of columns. Reading 3 columns ... Read data sets: Column a: 4 Column b: 4 Column c: 4 --- Please, continue with <RETURN> ... --- MAIN MENU: 0 = Quit 1 = Data management 2 = Regressions and correlations 3 = Tests 4 = Miscellaneous 5 = Data manipulation Your choice: 3 ================================================ TESTS: 0 = Main Menu 1 = t-test for comparison of two means of two sets 2 = t-test for comparison of pairwise ascertained data sets 3 = Test of normal distribution (KS-Lillefors-Test) 4 = Chi^2-fourfould-test 5 = Chi^2 two-items-test 6 = u-test (Test of independence of two data sets) 7 = H-test (Kruskal-Wallis) for k independent data sets 8 = Wilcoxon-Rank-test for pairwise ascertained data sets 9 = Chi^2-test of equal frequency 10 = Chi^2-test of correspondence between measured and theoretical frequency Your choice:
こんな感じです。
プロットの例をいくつか示します。
statist -h で起動すると使用法を表示します。
$ statist -h STATIST --- Version 1.0.1--- (C) Dirk Melcher 1997-1999 Published by Bernhard Reiter 1998-2001. STATIST comes with ABSOLUTELY NO WARRANTY; it is Free Software under GPL. Read the file COPYING for details. Hint: You can often answer "all" for the number of columns. Usage: statist <Options> data file Options: -h, -help, -? : print this help message and exit -silent : don't print menu etc. (for batch/script usage) -log : write results to log file `statist.log' -nofile : don't read a data file when starting the program -nobell : no beep at errors and warnings -thist : histogram as text graphic instead of gnuplot-graphic -noplot : no gnuplot-graphic -delrow : skip lines with missing values --bernhard : special output changes from Bernhard, i.e.: - table output at miscelaneous/standard deviation - if -noplot defined no text histogram at miscelaneous/standard deviation Missing values must be indecated by 'M'
データ欠損は M で表せますが、単純に無視されてその行以降の カラム間のデータの対応がずれてしまいますので注意してください。
PostScript 形式の ドイツ語のマニュアルは
/usr/share/doc/statist-1.0.1/doc/stat_man.ps
です。
LinuxMLD 5,6,7 用の RPM
statist-1.0.1-1_mlb1.i386.rpm (179,900 bytes)
をインストールします。
rpm コマンドでインストールするには、スーパーユーザになって
# rpm -i statist-1.0.1-1_mlb1.i386.rpm
とします。
MLD 5,6 では
Gnome の GUI でインストールすることもできます。
関連アプリケーション
その他の統計関係のアプリケーションに関しては、 XLISP-STAT、 R、 pasu のページを参照してください。