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>
Sat, 2 Apr 2022 01:48:55 +0000 (18:48 -0700)
commit0c446408109faa319a17d802bf8a0972b824305a
tree070ed04922cc6181749c05b14594134249c90cd2
parent1bb28b0cb5e25b5e3a5cf50ae8864f886fa1d221
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