FREQUENCIES: Fix percentiles and median calculation for multiple variables.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 1 Jan 2022 19:01:00 +0000 (11:01 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 1 Jan 2022 19:03:26 +0000 (11:03 -0800)
The calculations here were using the same space each time for
calculating percentiles and median, but different areas are needed.  This
commit fixes the problem.

Bug #60728.
Thanks to elias tsolis for reporting the problem.


No differences found