Run1 excel descriptive statistics
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill run1_excel-descriptive-statisticsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Use standard Excel functions to calculate basic statistical measures across a range of values.
SKILL.md
0.6 KB, as published. Nobody here has run it
For a range of data (e.g., H35:H40), use the following functions:
- Minimum:
=MIN(range) - Maximum:
=MAX(range) - Median:
=MEDIAN(range) - Simple Mean (Average):
=AVERAGE(range) - Percentiles:
- 25th Percentile:
=PERCENTILE.INC(range, 0.25) - 75th Percentile:
=PERCENTILE.INC(range, 0.75)
- 25th Percentile:
Note: Ensure the range includes only the numerical data for the specific countries/years requested.