mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
* DSL stats functions [WIP] * refactor * move percentile computation to bifs module; iterate * mode and antimode * percentile iterate * percentile sketching * neaten * unit-test iterate * unify old & new min & max functions * unit-test cases * code-dedupe between mode and antimode * make mode/antimode ties deterministic via first-found-wins rule * online help strings for new stats DSL functions * artifacts from `make dev` * help info on how min/max now recurse into collections * artifacts from `make dev` * typofix |
||
|---|---|---|
| .. | ||
| doc.go | ||
| join_bucket.go | ||
| join_bucket_keeper.go | ||
| percentile_keeper.go | ||
| README.md | ||
| stats1_accumulators.go | ||
| stats2_accumulators.go | ||
| top_keeper.go | ||
| window_keeper.go | ||
| window_keeper_test.go | ||
These are data structures used by various verbs including join,stats1, and `top.