πŸ“Š Learn Statistics

A beginner-friendly guide to understanding core statistical concepts and how they are used.

πŸ“Œ What is Statistics?

Statistics is the science of collecting, analyzing, interpreting, and presenting data. It helps us make informed decisions in fields like science, business, psychology, and more.

πŸ“ˆ Measures of Central Tendency

Mean (Average)

Definition: Add all values and divide by how many there are.

Example: (10 + 20 + 30) / 3 = 20

Median

Definition: The middle value when data is sorted.

Example: [3, 5, 7] β†’ Median = 5

Mode

Definition: The value(s) that appear most often.

Example: [2, 2, 3, 4] β†’ Mode = 2

πŸ“Š Measures of Spread

Range

Definition: Highest value minus lowest value.

Example: [2, 5, 9] β†’ 9 - 2 = 7

Variance (σ²)

Definition: The average of squared differences from the mean.

Formula: σ² = Ξ£(x - ΞΌ)Β² / N

Standard Deviation (Οƒ)

Definition: The square root of the variance. Shows how spread out data is.

πŸ“ Z-Scores & The Normal Distribution

Z-Score

Definition: How many standard deviations a value is from the mean.

Formula: z = (x - ΞΌ) / Οƒ

Example: z = (85 - 70) / 10 = 1.5

Z-Table (Partial)

Z Area (Left) Percentile
0.00.500050%
1.00.841384.13%
1.50.933293.32%
2.00.977297.72%
3.00.998799.87%

πŸ“ Distribution Shape

Skewness

Definition: Measures if the data is symmetrical or skewed.

Kurtosis

Definition: Measures how heavy or light the tails of a distribution are.

πŸ“‰ Correlation & Relationships

Correlation (r)

Definition: Measures the linear relationship between two variables.

Range: -1 to +1

Example: r = 0.9 β†’ strong positive correlation

πŸ§ͺ Hypothesis Testing

What is Hypothesis Testing?

It’s a method to test a claim (hypothesis) about a population using sample data.

P-Value

Definition: Probability of getting your result (or more extreme) if Hβ‚€ is true.

Rule: If p < 0.05 β†’ reject Hβ‚€

πŸ“Š Confidence Intervals

Definition: A range likely to contain the true population parameter.

Example: "We are 95% confident the mean is between 48 and 52."

πŸ“š Further Learning & Tools