Run1 excel descriptive statistics
Use standard Excel functions to calculate basic statistical measures across a range of values.From its SKILL.md
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.
SKILL.md
0.6 KB, 140 tokens by cl100k_base, 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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.