summaryrefslogtreecommitdiff
path: root/AK/Statistics.h
AgeCommit message (Collapse)Author
2021-11-06AK: Add min and max functions to StatisticsMusab Kılıç
2021-08-31AK: Add Statistics helperTobias Christiansen
This patch adds a helper to AK which allows for basic statistical analysis of values. The median algorithm is very naive and slow, but it works.