Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-06 | AK: Add min and max functions to Statistics | Musab Kılıç | |
2021-08-31 | AK: Add Statistics helper | Tobias 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. |