Part 1: Getting Started

Welcome. You're about to learn the most useful subject in college.

I know that's a bold claim. Your chemistry professor probably said the same thing. So did your English professor. But here's the difference: statistics is the one subject that shows up in every other subject. Biologists use it to test whether a drug works. Psychologists use it to measure human behavior. Business majors use it to forecast sales. Political scientists use it to analyze polls. Even English majors, whether they know it or not, encounter statistical arguments every time they read a news article citing a "new study."

And here's the part nobody mentions in the course catalog: you already do statistics. Every day. When you check the weather app and decide whether to bring an umbrella, you're making a decision under uncertainty. When you read a restaurant's rating and wonder whether 4.2 stars from 12 reviews means anything, you're thinking about sample size. When a friend tells you their cousin's neighbor cured a cold with essential oils and you think "that's just one person," you're applying inferential reasoning.

You're already a statistician. You're just not a very precise one yet. That's what this part of the book is for.

Chapter 1 starts with the big picture: why statistics matters, what it actually is (spoiler: it's not just formulas), and how statistical thinking connects to the AI-driven world you live in every day. We'll meet four people whose stories will follow us through the entire book — a public health epidemiologist, a marketing analyst, a criminal justice researcher, and a sports analytics intern — and you'll see how they all rely on the same core ideas you're about to learn.

Chapter 2 gives you the vocabulary. Before you can analyze data, you need to talk about it precisely. You'll learn to classify variables, distinguish populations from samples, and read a data dictionary like a pro. This chapter might feel like learning the names of tools before you use them, but trust me — getting this language right now prevents a hundred confusions later.

Chapter 3 puts tools in your hands. You'll set up Python and Jupyter notebooks, load a real dataset, and run your first lines of analysis code. If you've never written a line of code before, don't worry — we start from zero and go step by step.

Chapter 4 asks a question that too few introductory courses take seriously: where does data come from? You'll learn the difference between experiments and observational studies, discover why random sampling matters, and start building the critical thinking habit of asking "how was this data collected?" before trusting any conclusion drawn from it.

By the end of Part 1, you'll have the vocabulary, the tools, and the mindset. You'll be ready to start exploring real data — which is exactly what comes next.

Let's get started.

Chapters in This Part