summaryrefslogtreecommitdiff
path: root/AK/Statistics.h
AgeCommit message (Expand)Author
2023-02-03AK: Add thresholds to `quickselect_inline` and `Statistics::Median`Staubfinger
2023-02-03AK: Use `AK:quickselect_inline` to compute `AK::Statistics::median`Staubfinger
2023-01-07AK: Make `Statistics::median` return a mean for an even number of valuesStaubfinger
2022-12-09Everywhere: Use C++ concepts instead of requires clausesMoustafa Raafat
2021-11-06AK: Add min and max functions to StatisticsMusab Kılıç
2021-08-31AK: Add Statistics helperTobias Christiansen