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>
Sun, 13 Mar 2022 23:56:02 +0000 (16:56 -0700)
commita03c3e402280d7aff95aeb19398a9207807507c9
tree5794bc449c1b2c52a6bf15d414b9fc094c374c2d
parenta822e094bd5fcc22752804ecb5c9267a1268b9ba
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