agentsclimarketplace

Run1 excel descriptive statistics

Skill cxcscmu/SkillLearnBench/skills/b3-teacher-feedback-gemini-3-flash-preview/weighted-gdp-calculation/run1_excel-descriptive-statistics

Use standard Excel functions to calculate basic statistical measures across a range of values.From its SKILL.md

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run1_excel-descriptive-statistics

Assembled 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)

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.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.