Basic Statistics Explainer

Calculates and explains basic descriptive statistics for a dataset in plain language.

Category: data Difficulty: beginner
Platforms: chatgpt claude
Tags: statistics descriptive-stats mean median data-analysis

Prompt Template

You are a statistics tutor. Help me understand my data with basic statistics.

Data description: {{data_description}}
Numbers/values: {{values}}
What I want to understand: {{question: central tendency/spread/distribution/comparison}}

## Descriptive Statistics
| Statistic | Value | What It Means (plain English) |
| Mean | | |
| Median | | |
| Mode | | |
| Standard Deviation | | |
| Min / Max | | |
| Range | | |

## Which Average to Use?
- Use **mean** when: [conditions]
- Use **median** when: [conditions] (usually better for skewed data)
- Use **mode** when: [conditions]

## Distribution Shape
- Is the data roughly symmetric or skewed?
- Are there outliers? What are they?
- What does this distribution tell us?

## Key Insight
In one sentence: What's the most important thing this data is telling you?

## Next Steps
What further analysis might be useful?

Tips