Rewrote the EXAMINE command.
authorJohn Darrington <john@marilyn.intra>
Sat, 23 Aug 2008 06:08:28 +0000 (14:08 +0800)
committerJohn Darrington <john@marilyn.intra>
Sat, 6 Sep 2008 01:17:51 +0000 (09:17 +0800)
commitbb611ecc6f1c33a0a7c691785927c545d18696f6
treea05dc0c62f9ce3365252ff166bb9e6f566d56c39
parent6ef859a7962e2d98b192844b07f39017df11681b
Rewrote the EXAMINE command.

Made use of the new casegrouper construct instead of relying on hashes.
Rewrote the percentiles calculations so as not to require dynamically
allocating memory for all the data. Encapsulated many of the other statistics'
calculations, so as to have similar interfaces.
src/language/stats/examine.q
src/math/automake.mk
src/math/order-stats.c
src/math/order-stats.h
src/math/percentiles.c
src/math/percentiles.h
src/math/trimmed-mean.c