Closed
Description
The extra::stats
module is a nice start but could use some improvements. I have a wip branch I mean to land on this. It has (or should have, when done):
- Actual test vectors generated from
R
, which I trust a bit. - Docs.
- Support for percentiles (and helpers for quartiles, 5- and 7-value summaries, IQRs)
- Code for ASCII-art box-and-whisker plots
- A
Summary
structure distinct from the sample input
This is prelude work for #6810