Statistics Fundamentals: Understanding Data

Learn the core concepts of statistics including mean, standard deviation, distributions, and when to use each measure.

8 min read read

Why Statistics Matter

Statistics is the science of collecting, analyzing, and interpreting data. In today's data-driven world, basic statistical literacy helps you evaluate research claims, understand polls, make business decisions, and think critically about the information you encounter daily.

Measures of Central Tendency

Mean (average), median (middle value), and mode (most common value) each describe the 'center' of your data differently. The mean is most common but sensitive to outliers. The median is more robust for skewed data. The mode is best for categorical data.

Example: In a company where most employees earn $50,000-$80,000 but the CEO earns $5 million, the mean salary is misleadingly high. The median gives a better picture of typical employee compensation.

Standard Deviation and Variance

Standard deviation measures how spread out your data is from the mean. A small standard deviation means values cluster tightly around the average. A large one means they're widely dispersed.

In a normal distribution, about 68% of values fall within 1 standard deviation of the mean, 95% within 2, and 99.7% within 3. This '68-95-99.7 rule' is one of the most useful concepts in statistics.

Population vs Sample Statistics

When you measure every member of a group, you have population statistics. When you measure a subset, you have sample statistics. Sample statistics use slightly different formulas (dividing by n-1 instead of n) to provide unbiased estimates of the population.

Questions people ask

When should I use mean vs median?
Use mean for symmetric distributions without outliers. Use median for skewed data or when outliers are present. Income, home prices, and wealth data typically use median because they're right-skewed.