"Fossies" - the Fresh Open Source Software Archive 
Member "statist-1.4.2/README" (21 Dec 2009, 11465 Bytes) of package /linux/privat/old/statist-1.4.2.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 statist version 1.4.2
2 $Date: 2009/12/21 17:38:15 $
3
4 Website: http://statist.wald.intevation.org/
5
6 Copyright (C) 1997-1999 Dirk Melcher <Dirk.Melcher@usf.Uni-Osnabrueck.DE>
7 Copyright (C) 1998-2009 Bernhard Reiter <bernhard@intevation.de>
8 Copyright (C) 2005-2009 Jakson Aquino <jalvesaq@gmail.com>
9
10
11 LICENSE
12 =======
13
14 Statist is distributed under the GNU/GPL license. Please read the file
15 COPYING for details.
16
17
18 INSTALLATION
19 =============
20
21 Please, follow the steps below to install statist:
22
23 - Go to statist directory and type "make".
24 - As root, type "make install".
25
26 This is the default installation, which will copy the binary file "statist",
27 the message catalogs, the man page, and the pdf files to /usr/local/. If you
28 want these files into other places, please, edit the file Makefile.inc. See
29 the directory "po" to know what language catalogs are available.
30
31
32 If you don't have root privileges:
33 ----------------------------------
34
35 You can adjust the "PREFIX" in the Makefile.inc to your home directory:
36 /home/mylogin, but note that the directory ~/bin must be in your path.
37
38
39 GNUPLOT:
40 --------
41
42 Statist depends on gnuplot to create its graphics. You can download it
43 from:
44
45 http://www.gnuplot.info/
46
47 Gettext support on DOS/Windows:
48 -------------------------------
49
50 To run Statist in a language other than English your system needs gettext
51 support. On Windows, you have to install the libintl. Don't forget of
52 setting the Windows path to include the GnuWin32\bin directory. It also
53 works if, instead of editing autoexec.bat, you simply copy the files
54 libiconv2.dll and libintl3.dll to a directory that already is in the path,
55 like C:\Windows. You can get libintl for Windows from:
56
57 http://gnuwin32.sourceforge.net/packages/libintl.htm
58
59 Statist will seek the message catalogs in STATIST/locale, where STATIST is
60 the directory where the binary statist is. Gettext uses the Windows regional
61 configurations to choose the language to display. Because Statist is a DOS
62 application and GnuPlot is a Windows one, they use different charset
63 encodings. The result is that if you use the original .gmo files that comes
64 within the Statist tarball you will not have the accents correctly displayed
65 on the DOS window, although the graphics are OK. You should first use iconv
66 to convert the po files to the correct charset (cp850), and, then, convert
67 the strings that will be used in the gnuplot commands back to iso-8859-1.
68
69
70
71 If your system don't have gettext support:
72 ------------------------------------------
73
74 Edit the file src/Makefile, uncommenting the line:
75
76 EXTRACFLAGS += -DNO_GETTEXT
77
78
79 Installation on DOS/Windows:
80 ----------------------------
81
82 * If you have problems while trying to compile Statist under DOS/Windows,
83 you can try to uncomment the options '-DNO_VALUES_H' and
84 '-DNO_IOCTIL_H'. See below some comments on specific variants of gcc:
85
86 * DJGPP (2.03):
87
88 You probably will not be able to compile with gettext support.
89
90 * MinGW (or Dev-C++, which includes MinGW):
91
92 See above what to do if you do not have gettext support. You will need
93 to edit the src/Makefile, and uncomment the compiler option '-DMSDOS''.
94 To compile with gettext support, uncomment the options `-lintl3',
95 `-L"C:/GnuWin32/bin"' and `L"C:/GnuWin32/bin"'. If compiling with
96 Dev-C++, you will also need to uncomment the options
97 `-L"C:/DEV-CPP/lib"' and `-I"C:/DEV-CPP/include"'.
98
99 * CygWin (98-4.10):
100
101 To compile with gettext support, uncomment the option '-lintl'.
102
103
104 If you want to run the simple checks on the tests directory:
105 ------------------------------------------------------------
106
107 You need to have the c unit test framework "check" by Arien Malec in at
108 least version 0.8.0 installed (http://check.sf.net/). Check tests/Makefile
109 if you do not have it in your standard paths. Then say "make check" either
110 in the top level directory or in the src directory.
111
112
113 DOCUMENTATION
114 ==============
115
116 If you got the Statist tarball, the documentations is ready for reading in
117 the doc subdirectory. But if you got statist from cvs you have to compile
118 the LaTeX documents into dvi, pdf, or html files. Go to the doc directory
119 and do "make".
120
121
122 GRAPHICAL USER INTERFACE
123 ========================
124
125 The current version of statist has no graphical user interface. However,
126 there is one (no longer maintained) for 1.0.1, by Andreas Beyer:
127
128 http://www.usf.uos.de/projects/StatistX
129
130
131 =================================================
132 The following documentation is written in German,
133 and may be partly outdated:
134 =================================================
135
136 Die Voreinstellung ist, dass statist mit Internationalisierung per gettext
137 gebaut wird. Bitte dazu die obige Englische Anleitung befolgen.
138
139 Ohne gettext Unterstützung:
140 Für Unix einfach in das "Makefile" im "src" Verzeichnis schauen und
141 "make LANG=LANG_DE" für die deutschsprachige Version dort sagen.
142 Das resultierende ausführbare Programm "statist" dann in den eigenen
143 Pfad kopieren oder direkt ausführen.
144
145
146 Wenn mit -DMSDOS übersetzt wird,
147 kann die Position der temporären Dateien gewählt werden indem z.B.
148 -DMSDOS_FIXED_TMP_FILE="c:\\temp\\stat%i.tmp" als Übersetzungoption
149 im makefile hinzugefügt wird. Die Voreinstellung ist: "c:\\tmp\\stat%i.tmp"
150
151 Achtung: Die Dokumentation in doc/ ist nicht auf dem neuesten Stand, obwohl
152 der meiste Inhalt noch nützlich sein sollte.
153
154
155 Was bringt v1.0 ?
156 =================
157
158 Statist ist nun seid Jahren im wissenschaftlichen Betrieb
159 an der Uni-Osnabrück im Einsatz. Weiterer Leistungsumfang ist erstmal
160 nicht geplant. Deshalb war es Zeit eine stabile 1.0 Version herauszubringen.
161
162 Wie in der Wissenschaft üblich, sollten die Funktionen vor Einsatz trotzdem
163 einmal selbst überprüft werden.
164
165
166 Dirk Melcher, der eigentliche Autor von statist, hatte seit v0.11
167 wenig Zeit fuer statist für sein Programm.
168 Seine alte Webseite:
169 http://www.usf.Uni-Osnabrueck.DE/archive/~dmelcher/statist.html
170 (Die alten DOS Binaries dort können noch interessant sein.)
171
172 Die letzte Version von Dirk war v0.11.
173 Danach habe ich die Version v0.11.b010 erhausgegeben, welche meine
174 Fehlerverbesserungen und Erweiterungen enthielt.
175 Dirk ließ mir am 13.2.1998 seine neuesten Quellen zukommen.
176 Sie wurden in v0.12 eingearbeitet.
177
178 Einzelheiten siehe "CHANGES".
179
180 Wichtigste Änderungen auf statist-1.0.1:
181 * Speicherverwaltung überarbeitet,
182 es gibt keine harte Limitierung mehr.
183
184 Wichtigste Änderungen auf statist-1.0:
185 * Es gibt eine Perzentil Berechnung von Andreas Beyer.
186 * Im "Verschiedenes" Menu können gnuplot Befehle nach
187 Auswahl einer anderen Nummer (nämlich der "9") eingegeben werden.
188
189 Wichtigste Änderungen auf statist-0.16:
190 * Andreas Beyer hat Statist mit englischen Texten versorgt!
191
192 Wichtigste Änderungen auf statist-0.15:
193 * Statist kann nun auch als Biliothek gebaut werden,
194 um von Andreas Beyer direkt in sein StatistX (ein GUI, siehe
195 statist Webseite) einbaubar zu sein.
196 * Dirk Melcher hat die Berechung des Konfidenzintevalls
197 beim Wilcoxon Test korrigiert.
198 * Carsten Schulze hat die Fehlermeldung beim Einlesen von
199 unverdaubaren Werten verbessert (0.14.1).
200 * Wenn für MSDOS übersetzt wird kann die Position des temporären
201 Files nun gesetzt werden.
202
203 Wichtigste Änderungen auf statist-0.14:
204 * Wenn die Namen der Spalten im Datenfile angegeben werden sollen,
205 ist schon länger der String "#%" anstatt "#!" zu verwenden.
206 Dies ist nun in stat_man dokumentiert, eine Warnung wird zusätzlich
207 ausgegeben, falls statist "#!" entdeckte.
208 * In der Dokumentation wurden weitere Dinge aktualisiert.
209
210 Wichtigste Änderungen auf statist-0.13:
211 *Die automatische Klassenwahl beim Plotten des Histogrammes
212 funktioniert wieder. Es werden keine leeren Klassen zugelassen.
213
214 Wichtigste Änderungen auf statist-0.12:
215
216 *Fehlende Daten müssen nun mit "M" gekennzeichnet werden.
217 *Neue Option "-delrow"; Zeilen mit fehlenden Daten werden überlesen.
218 * Fehler mit exakten Spaltennamen, die den Anfang eines anderen
219 Spaltennamen darstellen ist behoben.
220 *Fehler, der bei mehrmaligem Exportieren als Textdatei
221 (Menü Datenverwaltung) auftreten konnte, ist behoben.
222 *Verbesserungen bei multipler linearer Regression (ungetestet)
223
224 Wichtigste Änderungen auf statist-0.11:
225 Fehler beseitigt:
226 * Bei Histogrammen stürzt statist nicht mehr ab,
227 wenn Werte nicht in dem angegebenen Min, Max liegen.
228 * Beim Löschen von Ausreißern wird die Spalte richtig erzeugt.
229
230 Erweiterungen:
231 * exp() und ln() Transformation hinzugefügt
232
233 Verbesserungen:
234 * Histogramme von diskreten und reellen Werten werden nun
235 unterschiedlich behandelt. Das angegebene Intervall wird für
236 reelle Werte in gleichgroße Teilintervall aufgeteilt. Vorher
237 ragten die beiden Klassen am Rand zur Hälfte über das Minimun
238 und Maximum hinaus.
239 * Beim Histogrammplot wird in der Gnuplotvariable "linetype"
240 der Linientyp festgelegt und beim Gnuplot "plot" Befehle
241 verwendet. Wenn gnuplot 3.6b verwendet wird, kann damit
242 ein anderer Linientyp eingestellt werden.
243 (Beispielgnuplotbefehle: >linetype=2
244 >replot )
245 * Wenn statist mit Option "--bernhard" gestartet wird,
246 gibt es eine Tabellenausgabe bei Menüpunkt 1/4 und
247 kein Texthistogramm, wenn zusätzlich "-noplot" gegeben ist.
248 Das ist nützlich für einen Batchbetrieb, da dort jede
249 Verteilungseigenschaft in einer eigenen Spalte steht.
250
251
252
253 Was kann statist?
254 ================
255 (größtenteils aus http://www.usf.Uni-Osnabrueck.DE/~dmelcher/statist.html)
256
257 STATIST: Ein Statistik Programm für zahlreiche Standardprobleme
258
259 statist ist ein kleines handliches Statistikprogramm, welches
260 zahlreiche statistische Standardaufgaben lösen kann. Zugunsten von
261 Portabilität und Übersichtlichkeit verfügt es über eine rein
262 textbasierte Benutzerschnittstelle. Das Programm soll eine Lücke
263 schließen: Für viele einfachere statistische Anwendungen ist es
264 mühselig, ein großes Programmpaket wie SAS, SPSS oder S-Plus zu
265 starten. Hier soll statist durch seine schnelle, simple Bedienbarkeit
266 und Flexibilität einspringen.
267
268 statist läuft unter DOS (286er Real-Mode und 386 aufwärts protected
269 Mode) und auf UNIX-Systemen (SUN 4.x, Sun-Solaris, Linux, *BSD).
270 Da das Programm in ANSI-C entwickelt wurde, sollte jedoch eine Portierung
271 auf andere Systeme problemlos möglich sein.
272
273 Hier eine Liste der wichtigsten Anwendungen , welche statist
274 beherrscht:
275 * Standardabweichung, Mittelwert, Median u.a.
276 * (multiple) lineare Regression
277 * Rang-Korrelationskoeffizient nach SPEARMAN
278 * Partielle lineare Korrelation
279 * Polynomregression
280 * t-Test zum Vergleich zweier Mittelwerte aus Stichproben
281 * t-Test zum Vergleich zweier Mittelwerte bei paarweiser Anordnung
282 der Stichproben
283 * Test auf Normalverteilung (KOLMOGOROFF-SMIRNOFF-LILLIEFORS)
284 * Chi-Quadrat Vierfelder- und Mehrfelder-Test
285 * U-Test von MANN und WHITNEY
286 * Zweistichprobentest von WILCOXON
287 * Test von KRUSKAL und WALLIS auf k unabhängige Stichproben
288 * Probitanalyse
289 * Kreuz-Validierung linearer Modelle
290
291