Introduction to Statistical Thinking and Analysis
Introduction to Statistics
What Is Statistics?
Statistics is the science of collecting, analyzing, and interpreting data. It's a way to make sense of the world using numbers. Think about trying to find the most popular ice cream flavor in your town. You wouldn't just guess. You'd gather information, maybe by asking people what they like, and then use that data to find an answer. That's statistics in a nutshell.
There are two main branches of statistics: descriptive and inferential.
These two branches help us both describe what we know and make educated guesses about what we don't.
Describing vs. Inferring
Descriptive statistics is all about summarizing the data you have. If you survey 100 people about their favorite ice cream, descriptive statistics would involve calculating that 40% chose chocolate, 30% chose vanilla, and so on. It simply describes the group you studied. You're just stating the facts of your data.
Inferential statistics takes it a step further. It uses data from a small group to make an educated guess, or inference, about a much larger group. Using your 100-person survey, you might infer that chocolate is likely the most popular flavor in your entire town, not just among the people you asked. You're using your data to predict something about a bigger picture.
Populations and Samples
The concepts of descriptive and inferential statistics lead directly to two key terms: population and sample. These ideas are central to how statistical studies are designed.
Population
noun
The entire group that you want to draw conclusions about.
Sample
noun
A specific, smaller group of individuals that you will collect data from.
In our ice cream example, the population is every single person living in your town. The sample is the 100 people you actually surveyed. It's almost always impractical, or even impossible, to collect data from an entire population. That's why we take samples. The goal is to choose a sample that represents the larger population as accurately as possible.
This visual shows how a sample is a smaller selection taken from the much larger population. A good sample is a miniature version of the population.
Variables and Measurement
When we collect data, we're measuring variables. A variable is any characteristic or attribute that can be measured and can vary among individuals. In our survey, 'favorite ice cream flavor' is a variable. So is the 'age' of the people we survey.
Variables can be broadly classified into two types: qualitative and quantitative.
Qualitative (or Categorical) variables represent characteristics or qualities. They place individuals into groups. Examples include eye color (blue, green, brown), car brand (Ford, Toyota, Honda), or yes/no answers. Our 'favorite ice cream flavor' is a qualitative variable.
Quantitative variables represent amounts or counts and are expressed as numbers. Examples include height, temperature, or the number of pets you own. These can be further broken down into:
- Discrete: Variables that can only take on certain values (like whole numbers). You can have 2 or 3 pets, but not 2.5.
- Continuous: Variables that can take on any value within a range. Someone's height could be 175.3 cm.
Beyond these types, we can get even more specific about how we measure variables. This is known as the level of measurement.
| Level of Measurement | Description | Example |
|---|---|---|
| Nominal | Data is categorized without any order. | Eye Color (Blue, Brown, Green) |
| Ordinal | Data is categorized with a meaningful order, but the differences between ranks aren't equal. | Movie Rating (Good, Neutral, Bad) |
| Interval | Data is ordered, and the differences between values are meaningful and equal. There is no true zero. | Temperature in Celsius (The difference between 10° and 20° is the same as between 20° and 30°. 0° doesn't mean 'no heat'.) |
| Ratio | Data is ordered with equal intervals and has a true zero, meaning zero represents a total absence of the variable. | Height, Weight, Age (You can be 0 years old or have $0.) |
Each level builds on the last. Ordinal data has all the properties of nominal data, plus an order. Interval data has the properties of ordinal data, plus equal intervals. And ratio data has all the properties of interval data, plus a true zero. Knowing the level of measurement helps you decide which statistical analyses are appropriate.
A researcher surveys 500 students at a university and finds their average GPA is 3.2. She then concludes that the average GPA for all students at the university is likely around 3.2. This conclusion is an example of what?
Which of the following is an example of a discrete quantitative variable?
These fundamental concepts are the building blocks for all statistical analysis. By understanding them, you're ready to start exploring data more deeply.