Added Boxplots to the EXAMINE subcommand repertoire
[pspp-builds.git] / src / ChangeLog
index 8ccbc7ccfa78c4fc2fb5afe0cd907d1cea5a6a93..544f91a436535eadc86f13a7a4ff677c235e2091 100644 (file)
@@ -1,3 +1,26 @@
+Fri Dec 31 16:47:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
+
+       * examine.q box-whisker.c chart.h Implemented boxplots in EXAMINE
+
+       * percentiles.c Fixed some bugs when calculating percentiles when
+       there's a small number of cases.
+
+Wed Dec 29 08:18:08 WST 2004 John Darrington <john@darrington.wattle.id.au>
+
+       * percentiles.[ch] Added. Calculates percentiles and Tukey hinges
+
+       * examine.q factor_stats.[ch]  Added calculation of percentiles
+
+Fri Dec 24 15:09:11 WST 2004 John Darrington <john@darrington.wattle.id.au>
+
+       * t-test.q Fixed bug #11227 Made t-test work when the independent
+       variable is alpha
+
+Sat Dec 11 11:43:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
+
+       * factor_stats.c Fixed calculation of trimmed mean under various
+       special conditions.
+
 Sat Dec  4 17:14:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
 
        * histogram.c chart.[ch] factor_stats.c frequencies.q