From: John Darrington Date: Thu, 4 Sep 2008 11:57:06 +0000 (+0800) Subject: Complete re-implementation of the EXAMINE command. X-Git-Tag: sav-api~870^2~78 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2acfe799af1fd4504ee1278e0b8864ace451688a;hp=2acfe799af1fd4504ee1278e0b8864ace451688a;p=pspp Complete re-implementation of the EXAMINE command. The implementation now avoids storing large amounts of data on the heap. Instead it uses the casereader functionality and the casegrouper structure instead of hashes to store group data. Added documentation for the /ID subcommand which was missing. Better encapsulated the calculation of boxplot data, extreme values, histograms, NP plots and percentiles and others. Made the start of a common base interface for statistic calculations. Also updated the frequencies code to fit new interfaces. Added a test for bug #23852 ---