math: Make 'accumulate' a feature of order statistics, not all stats.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 30 Jan 2022 00:56:18 +0000 (16:56 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 1 Jun 2022 17:32:27 +0000 (10:32 -0700)
commitb9f712f8911170fcc049c6d7d83b6887185de4dd
tree000a7712c2383f5c813ec41c4ff59332e8b1197c
parent2a76184b55a8c229adc0b31d3436d29076de0ef8
math: Make 'accumulate' a feature of order statistics, not all stats.
src/math/box-whisker.c
src/math/histogram.c
src/math/np.c
src/math/order-stats.c
src/math/order-stats.h
src/math/percentiles.c
src/math/shapiro-wilk.c
src/math/statistic.h
src/math/trimmed-mean.c