DESCRIPTIVES: Make Z score calculation honor SPLIT FILE. 20121126030509/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Nov 2012 07:04:50 +0000 (23:04 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Nov 2012 07:04:50 +0000 (23:04 -0800)
commit2c0ddcd27c6e5afa944f9eca6f5cf6e7f6e32f98
treec2ab9c81d60e8535eda44d58a0c9557094741896
parentf2aff95d14f40f128475cb39e47b7b3333ecc436
DESCRIPTIVES: Make Z score calculation honor SPLIT FILE.

Until now, DESCRIPTIVES has not supported SPLIT FILE in Z score
calculations.  That is, Z scores have been calculated on the basis of a
single group for the entire file, which doesn't make any sense.  This
commit properly implements Z score calculation on a per-split group basis.

Bug #16351.
src/language/stats/descriptives.c
tests/language/stats/descriptives.at