Statistics Notes

Math 121 - Spring 2026

Jump to: Math 121 homepage, Week 1, Week 2, Week 3, Week 4, Week 5, Week 6, Week 7, Week 8, Week 9, Week 10, Week 11, Week 12, Week 13, Week 14

Week 1 Notes

Day Section Topic
Mon, Jan 12 1.2 Data tables, variables, and individuals
Wed, Jan 14 2.1.3 Histograms & skew
Fri, Jan 16 2.1.5 Boxplots

Mon, Jan 12

Today we covered data tables, individuals, and variables. We also talked about the difference between categorical and quantitative variables.

  1. We looked at a case of a nurse who was accused of killing patients at the hospital where she worked for 18 months. One piece of evidence against her was that 40 patients died during the shifts when she worked, but only 34 died during shifts when she wasn’t working. If this evidence came from a date table, what would be the most natural individuals (rows) & variables (columns) for that table?
  1. In the data table in the example above, who or what are the individuals? What are the variables and which are quantitative and which are categorical?

  2. If we want to compare states to see which are safer, why is it better to compare the rates instead of the total fatalities?

  3. What is wrong with this student’s answer to the previous question?

Rates are better because they are more precise and easier to understand.

I like this incorrect answer because it is a perfect example of bullshit. This student doesn’t know the answer so they are trying to write something that sounds good and earns partial credit. Try to avoid writing bullshit. If you catch yourself writing B.S. on one of my quizzes or tests, then you can be sure that you a missing a really simple idea and you should see if you can figure out what it is.

Wed, Jan 14

We talked briefly about making bar charts for categorical data.

  1. Exercise 2.21

Then we introduced stem & leaf plots (stemplots) and histograms for quantitative data. We started by making a stemplot and a histogram for the weights of the students in the class. We also talked about how to tell if data is skewed left or skewed right.

  1. Can you think of a distribution that is skewed left?

  2. Why isn’t this bar graph from the book a histogram?

Then we did this workshop:

We finished by reviewing the mean and the median.

Median versus Average

The median of NN numbers is located at position N+12\dfrac{N+1}{2}.

The median is not affected by skew, but the average is pulled in the direction of the skew. So the average will be bigger than the median when the data is skewed right, and smaller when the data is skewed left.

Fri, Jan 16

We introduced the five number summary and box-and-whisker plots (boxplots). We also talked about the interquartile range (IQR) and how to use the 1.5×IQR1.5 \times \text{IQR} rule to determine if data is an outlier.

We started with this simple example:

  1. An 8 man crew team actually includes 9 men, the 8 rowers and one coxswain. Suppose the weights (in pounds) of the 9 men on a team are as follows:

     120  180  185  200  210  210  215  215  215

    Find the 5-number summary and draw a box-and-whisker plot for this data. Is the coxswain who weighs 120 lbs. an outlier?


Week 2 Notes

Day Section Topic
Mon, Jan 19 Martin Luther King day - no class
Wed, Jan 21 2.1.4 Standard deviation
Fri, Jan 23 4.1 Normal distribution

Wed, Jan 21

Today we talked about robust statistics such as the median and IQR that are not affected by outliers and skew. We also introduced the standard deviation. We did this one example of a standard deviation calculation by hand, but you won’t ever have to do that again in this class.

  1. 11 students just completed a nursing program. Here is the number of years it took each student to complete the program. Find the standard deviation of these numbers.

     3  3  3  3  4  4  4  4  5  5  6

From now on we will just use software to find standard deviation. In a spreadsheet (Excel or Google Sheets) you can use the =STDEV() function.

  1. Which of the following data sets has the largest standard deviation?

    1. 1000, 998, 1005
    2. 8, 10, 15, 20, 22, 27
    3. 30, 60, 90

We finished by looking at some examples of histograms that have a shape that looks roughly like a bell. This is a very common pattern in nature that is called the normal distribution.

The normal distribution is a mathematical model for data with a histogram that is shaped like a bell. The model has the following features:

  1. It is symmetric (left & right tails are same size)
  2. The mean (μ\mu) is the same as the median.
  3. It has two inflection points (the two steepest points on the curve)
  4. The distance from the mean to either inflection point is the standard deviation (σ\sigma).
  5. The two numbers μ\mu and σ\sigma completely describe the model.

The normal distribution is a theoretical model that doesn’t have to perfectly match the data to be useful. We use Greek letters μ\mu and σ\sigma for the theoretical mean and standard deviation of the normal distribution to distinguish them from the sample mean x\bar{x} and standard deviation ss of our data which probably won’t follow the theoretical model perfectly.

Fri, Jan 23

We talked about z-values and the 68-95-99.7 rule.

We also did these exercises before the workshop.

  1. In 2020, Farmville got 61 inches of rain total (making 2020 the second wettest year on record). How many standard deviations is this above average?

  2. The average high temperature in Anchorage, AK in January is 21 degrees Fahrenheit, with standard deviation 10. The average high temperature in Honolulu, HI in January is 80°F with σ = 8°F. In which city would it be more unusual to have a high temperature of 57°F in January?


Week 3 Notes

Day Section Topic
Mon, Jan 26 4.1.5 No class (snow day)
Wed, Jan 28 4.1.4 Normal distribution computations
Fri, Jan 30 2.1, 8.1 Scatterplots and correlation

Wed, Jan 27

We introduced how to find percentages on a normal distribution for locations that aren’t exactly one, two, or three standard deviations away from the mean. I strongly recommend downloading the Probability Distributions app (android version, iOS version) for your phone.

We talked about how to use the app to solve the following types of problem:

  1. (Percent below) SAT verbal scores are roughly normally distributed with mean μ = 500, and σ = 100. Estimate the percentile of a student with a 560 verbal score.

  2. (Percent above) What percent of students get above a 560 verbal score on the SATs?

  3. (Percent between) What percent of men are between 6 and 6 and a half feet tall?

  4. (Percent to locations) What is the height of a man in the 25th percentile?

We also talked about the shorthand notation P(72<X<78)P(72 < X < 78) which literally means “the probability that the outcome X is between 72 and 78”. Then we did this workshop.

Fri, Jan 30

We introduced scatterplots and correlation coefficients with these examples:

  1. What would the correlation between husband and wife ages be in a country where every man married a woman exactly 10 years older? What if every man married a woman exactly half his age?

Important concept: correlation does not change if you change the units or apply a simple linear transformation to the axes. Correlation just measures the strength of the linear trend in the scatterplot.

Another thing to know about the correlation coefficient is that it only measures the strength of a linear trend. The correlation coefficient is not as useful when a scatterplot has a clearly visible nonlinear trend.

After we finished that, we talked about explanatory & response variables (see section 1.2.4 in the book).

  1. An article in the journal Pediatrics found an association between the amount of acetaminophen (Tylenol) taken by pregnant mothers and ADHD symptoms in their children later in life. What are the variables? Which is explanatory and which is response?

  2. Does your favorite team have a home field advantage? If you wanted to answer this question, you could track the following two variables for each game your team plays: Did your team win or lose, and was it a home game or away. Which of these variables is explanatory and which is response?


Week 4 Notes

Day Section Topic
Mon, Feb 2 8.2 Least squares regression introduction
Wed, Feb 4 8.2 Least squares regression practice
Fri, Feb 6 1.3 Sampling: populations and samples

Mon, Feb 2

We talked about least squares regression. The least squares regression line has these features:

  1. Slope m=Rsysxm = R \frac{s_y}{s_x}
  2. Point (x,y)(\bar{x}, \bar{y})
  3. y-Intercept b=ymxb = \bar{y} - m \bar{x}

You won’t have to calculate the correlation RR or the standard deviations sys_y and sxs_x, but you might have to use them to find the formula for a regression line.

We looked at these examples:

Keep in mind that regression lines have two important applications.

It is important to be able to describe the units of the slope.

  1. What are the units of the slope of the regression line for predicting BAC from the number of beers someone drinks?

  2. What are the units of the slope for predicting someone’s weight from their height?

We also introduced the following concepts.

The coefficient of determination R2R^2 represents the proportion of the variability of the yy-values that follows the trend line. The remaining 1R21-R^2 represents the proportion of the variability that is above and below the trend line.

Regression to the mean. Extreme xx-values tend to have less extreme predicted yy-values in a least squares regression model.

Wed, Feb 4

Before the workshop, we started with this warm-up exercise.

  1. A sample of 20 college students looked at the relationship between foot print length (cm) and height (in). The sample had the following statistics: x=28.5 cm,y=67.75 in,sx=3.45 cm,sy=5.0 in,R=0.71\bar{x} = 28.5 \text{ cm}, ~\bar{y} = 67.75 \text{ in}, ~ s_x = 3.45 \text{ cm}, ~ s_y = 5.0 \text{ in}, ~ R = 0.71

    1. Find the slope of the regression line to predict height (yy) based on footprint length (xx). Include the units and briefly explain what it means.
    2. If a footprint was 30 cm long, how tall would you predict the subject was?

Fri, Feb 6

We talked about the difference between samples and populations. The central problem of statistics is to use sample statistics to answer questions about population parameters.

We looked at an example of sampling from the Gettysburg address, and we talked about the central problem of statistics: How can you answer questions about the population using samples?

The reason this is hard is because sample statistics usually don’t match the true population parameter. There are two reasons why:

We looked at this case study:

Important Concepts

  1. Bigger samples have less random error.

  2. Bigger samples don’t reduce bias.

  3. The only sure way to avoid bias is a simple random sample.


Week 5 Notes

Day Section Topic
Mon, Feb 9 1.3 Bias versus random error
Wed, Feb 11 Review
Fri, Feb 13 Midterm 1

Mon, Feb 9

We did this workshop.


Week 6 Notes

Day Section Topic
Mon, Feb 16 1.4 Randomized controlled experiments
Wed, Feb 18 3.1 Defining probability
Fri, Feb 20 3.1 Multiplication and addition rules

Mon, Feb 16

One of the hardest problems in statistics is to prove causation. Here is a diagram that illustrates the problem.

The explanatory variable might be the cause of a change in the response variable. But we have to watch out for other variables that aren’t part of the study called lurking variables. When researchers take a variable into account in a study, we say it is controlled.

We say that correlation is not causation because you can’t assume that there is a cause and effect relationship between two variables just because they are strongly associated. The association might be caused by lurking variables or the causal relationship might go in the opposite direction of what you expect.

Experiments versus Observational Studies

An experiment is a study where individuals are put into different treatment groups. An experiment is randomized if the individuals are randomly assigned to the treatment groups. An observational study is one where the researchers do not place the individuals into different treatment groups.

Proving Cause and Effect

We looked at these examples.

  1. A study tried determine whether cellphones cause brain cancer. The researchers interviewed 469 brain cancer patients about their cellphone use between 1994 and 1998. They also interviewed 469 other hospital patients (without brain cancer) who had the same ages, genders, and races as the brain cancer patients.

    1. What was the explanatory variable?
    2. What was the response variable?
    3. Which variables were controlled?
    4. Was this an experiment or an observational study?
    5. Are there any possible lurking variables?
  2. In 1954, the polio vaccine trials were one of the largest randomized controlled experiments ever conducted. Here were the results.

    1. What was the explanatory variable?
    2. What was the response variable?
    3. This was an experiment because it had a treatment variable. What was that?
    4. Which variables were controlled?
    5. Why don’t we have to worry about lurking variables?

We talked about why the polio vaccine trials were double blind and what that means.

Here is one more example we didn’t have time for:

  1. Do magnetic bracelets work to help with arthritis pain?

    1. What is the explanatory variable?
    2. What is the response variable?
    3. How hard would it be to design a randomized controlled experiment to answer the question above?

We finished by talking about anecdotal evidence.

Wed, Feb 18

Today we introduced probability models which always have two parts:

  1. A list of possible outcomes called a sample space.
  2. A probability function P(E)P(E) that gives the probability for any subset EE of the sample space.

A subset of the sample space is called an event. We already intuitively know lots of probability models, for example we described the following probability models:

  1. Flip a coin.

  2. Roll a six-sided die.

  3. If you roll a six-sided die, what is P(result at least 5)?P(\text{result at least 5})?

  4. The proportion of people in the US with each of the four blood types is shown in the table below.

    Type O A B AB
    Proportion 0.45 0.40 0.11 ?

    What is P(Type AB)?P(\text{Type AB})?

Fri, Feb 20

Today we talked about the multiplication and addition rules for probability. We also talked about independent events and conditional probability. We started with these examples.

  1. If you roll two six-sided dice, the results are independent. What is the probability that both dice land on a six?
  1. Suppose you shuffle a deck of 52 playing cards and then draw two cards from the top. Find
    1. P(First card is an ace)P(\text{First card is an ace})
    2. P(Second card is an ace | first is an ace)P(\text{Second card is an ace } | \text{ first is an ace})
    3. P(Second card is an ace | first is not an ace)P(\text{Second card is an ace } | \text{ first is not an ace})

Then we did this workshop:


Week 7 Notes

Day Section Topic
Mon, Feb 23 3.4 Weighted averages & expected value
Wed, Feb 25 3.4 Random variables
Fri, Feb 27 7.1 Sampling distributions

Mon, Feb 23

Today we talked about weighted averages. To find a weighted average:

  1. Multiply each number by its weight.
  2. Add the results.

We did this workshop.

Before that, we did some examples.

  1. Calculate the final grade of a student who gets an 80 quiz average, 72 midterm average, 95 project average, and an 89 on the final exam.

  2. Eleven nursing students graduated from a nursing program. Four students completed the program in 3 years, four took 4 years, two took 5 years, and one student took 6 years to graduate. Express the average time to complete the program as a weighted average.

The expected value (also known as the theoretical average) is the weighted average of the outcomes in a probability model, using the probabilities as the weights.

  1. In roulette there is a wheel with 38 slots. There are 18 red slot, 18 black slots and 2 green slots. When you spin the wheel, you can bet that the ball will land on a black slot. If you bet $1, and the ball lands on black, then you win $2, otherwise you win nothing. What is the expected value for this bet?

The Law of Large Numbers. When you repeat a random experiment many times, the sample mean x\bar{x} tends to get closer to the theoretical average μ\mu.

Wed, Feb 25

We started with this warm-up problem.

  1. Last time we calculated the expected value if you play roulette and bet $1 on a color like black. If you bet $1 on a number, like 7, then you only have a 1/38 chance of winning, but you get $36 if you win. Find the expected value for this bet.

After that we introduced the binomial distribution which is the distribution of the possible number of successes if you do N independent random trials that each have a probability p of a success.

  1. Suppose you play 100 games of roulette and bet on 7 every time. Use the binomial distribution app to find the probability that you win more money than you lose.

  2. What about playing 100 games and betting on black every time? Which is a better strategy?

The binomial distribution is an example of a discrete distribution which means that there are only finitely many possible outcomes between any two values. The normal distribution is an example of a continuous distribution which can have an infinite range of possible outcomes between two values.

Every probability distribution can be described by three things:

We usually won’t calculate the theoretical standard deviation of a probability model by hand. But, there are nice formulas for the theoretical mean and standard deviation of a binomial distribution.

Binomial distribution. The total number of successes in NN independent trials with a fixed probability pp of a success on each trial has a binomial distribution with

  1. Theoretical mean. μ=Np\mu = N p
  2. Theoretical standard deviation. σ=Np(1p)\sigma = \sqrt{N p (1-p)}

If both Np10Np \ge 10 and N(1p)10N(1-p) \ge 10 (i.e., there are at least 10 possible outcomes above and below μ\mu), then the binomial distribution is approximately normal.

We finished by talking about the trade-off between risk (σ\sigma) versus expected returns (μ\mu) when investing.

Fri, Feb 27

Suppose we are trying to study a large population with mean μ\mu and standard deviation σ\sigma. If we take a random sample, the sample mean x\bar{x} is a random variable and its probability distribution is called the sampling distribution of x\bar{x}. Assuming that the population is large and our sample is a simple random sample, the sampling distribution always has the following features:

Sampling Distribution of x\bar{x}.

  1. Shape: gets more normal as the sample size NN gets larger.
  2. Center: the theoretical average of x\bar{x} is the true population mean μ\mu.
  3. Spread: the theoretical standard deviation of x\bar{x} gets smaller as NN gets bigger. In fact: σx=σN.\sigma_{\bar{x}} = \frac{\sigma}{\sqrt{N}}.

Examples of sampling distributions.

  1. Every week in the Fall there are about 15 NFL games. In each game, there are about 13 kickoffs, on average. So we can estimate that there might be about 200 kickoffs in one week of NFL games. Those 200 kickoffs would be a reasonably random sample of all NFL kickoffs. Describe the sampling distribution of the average kickoff distance.

  2. The average American weighs μ=170\mu = 170 lbs. with a standard deviation of σ=40\sigma = 40 lbs. If an airplane is designed to seat 22 passengers, what is the probability that the combined weight of the passengers would be greater than 4,000 lbs? Hint: This is the same as finding P(x>181.8)P(\bar{x} > 181.8)


Week 8 Notes

Day Section Topic
Mon, Mar 2 5.1 Sampling distributions for proportions
Wed, Mar 4 5.2 Confidence intervals for a proportion
Fri, Mar 6 5.2 Confidence intervals for a proportion - con’d

Mon, Mar 2

We started with this warm-up problem which is a review of the things we talked about last week.

  1. Annual rainfall totals in Farmville are approximately normal with mean 44 inches and standard deviation 7 inches.

    1. How likely is a year with more than 50 inches of rain?

    2. How likely is a whole decade with average annual rainfall over 50 inches?

Then we talked about sample proportions which are denoted p̂\hat{p} and can be found using the formula p̂= number of "successes" sample size .\hat{p} = \frac{\text{ number of "successes" }}{\text{ sample size }}. In a SRS from a large population, p̂\hat{p} is random with a sampling distribution that has the following features.

Sampling Distribution of p̂\hat{p}.

  1. Shape: gets more normal as the sample size NN gets larger.
  2. Center: the theoretical average of p̂\hat{p} is the true population proportion pp.
  3. Spread: the theoretical standard deviation of p̂\hat{p} gets smaller as NN gets bigger. σp̂=p(1p)N.\sigma_{\hat{p}} = \sqrt{\frac{p(1-p)}{N}}.

We did the following exercises in class.

  1. This semester, 7 out of 25 students in my statistics class were born in VA. Is 725\frac{7}{25} a statistic or a parameter? Should you denote it as pp or p̂\hat{p}?

  2. In the United States about 7.2% of people have type O-negative blood, so they are universal donors. Is 7.2% a parameter (pp) or a statistic (p̂\hat{p})?

  3. If a hospital has N=900N = 900 patients, describe the sampling distribution for the proportion of patients who are universal donors.

  4. Find the probability that P(p̂universal donor>8%)P(\hat{p}_{\text{universal donor}} > 8\%).

  1. About one third of American households have a pet cat. If you randomly select N=50N = 50 households, describe the sampling distribution for the proportion that have a pet cat.

  2. According to a 2006 study of 80,000 households, 31.6% have a pet cat. Is 31.6% a statistic or a parameter? Would it be better to use the symbol p̂\hat{p} or pp to represent it?

Wed, Mar 4

Today we talked about confidence intervals for proportions. These are based on a simple idea: there is a 95% chance that the sample proportion p̂\hat{p} is no more than 2 standard deviations away from the true population proportion pp.

Confidence Interval for a Proportion. To estimate a population proportion, use

p̂±z*p̂(1p̂)N.\hat{p} \pm z^* \sqrt{\dfrac{\hat{p} ( 1 - \hat{p} )}{N} }.

Works best if there are at least 15 “successes” and 15 “failures” in the sample.

The variable z*z^* is called the critical z-value is determined by the desired confidence level. Here are some common choices.

Confidence Level 90% 95% 99% 99.9%
Critical z-value (z*z^*) 1.645 1.96 2.576 3.291

In order to trust a confidence interval, you need these two assumptions to hold:

  1. No Bias. The data should come from a simple random sample to avoid bias.

  2. Normality. The sample size must be large enough for p̂\hat{p} to be normally distributed. A rule of thumb (the success-failure condition) is that you should have at least 15 “successes” and 15 “failures” in the sample.

We did the following examples in class.

  1. In our class 7 out of 25 students were born in VA. Use the 95% confidence interval formula to estimate the percent of all HSC students that were born in VA.

  2. In 2004 the General Social Survey found 304 out 977 Americans always felt rushed. Find the 90% confidence interval for the proportion of Americans who always feel rushed.

  3. What are we 90% sure is true about the confidence interval we found? Only one of the following is the correct answer. Which is it?

    1. 90% of Americans are in the interval.
    2. 90% of future samples will have results in the interval.
    3. 90% sure that the population proportion is in the interval.
    4. 90% sure that the sample proportion is in the interval.

A confidence interval has two parts: a best guess estimate (or point estimate) before the plus/minus symbol, and a margin of error after the ±\pm symbol.

  1. (Subsection 5.2.4 from OpenIntro Stats) In 2014 an American Doctor who had been working in Africa was diagnosed with Ebola. He was flown back to New York city to be treated. This was controversial at the time because Ebola is a very contagious and dangerous disease. A Marist poll of 1042 NY adults found that 82% would support a mandatory 3-week quarantine for anyone who has had contact with an Ebola patient. What is the margin of error for this poll?

Fri, Mar 6

Last time we introduced confidence intervals for proportions. Today we did some more examples related to confidence intervals.

  1. A 2017 Gallop survey of 1,011 American adults found that 38% believe that God created man in his present form. Find a 95% confidence interval to estimate the percent of all Americans who share this belief.

  2. About one third of American households have a pet cat. How large of a sample would be need if you wanted to make a 95% confidence interval with a margin of error less than 1% for the percent of households with a pet cat?

  3. One of our first examples of sampling was the Literary Digest magazine poll from the 1936 presidential election. They had a huge sample with 2.4 million responses. In that sample, 62% supported Alfred Landon (R) over FDR (D). What is the margin of error for a 99% confidence interval with this data?

  4. How is it possible that the margin of error could be so small if the poll was so wrong?


Week 9 Notes

Day Section Topic
Mon, Mar 16 5.3 Hypothesis testing for a proportion
Wed, Mar 18 Review
Fri, Mar 20 Midterm 2

Week 10 Notes

Day Section Topic
Mon, Mar 23 6.1 Inference for a single proportion
Wed, Mar 25 5.3.3 Decision errors
Fri, Mar 27 6.2 Difference of two proportions (hypothesis tests)

Week 11 Notes

Day Section Topic
Mon, Mar 30 6.2.3 Difference of two proportions (confidence intervals)
Wed, Apr 1 7.1 Introducing the t-distribution
Fri, Apr 3 7.1.4 One sample t-confidence intervals

Week 12 Notes

Day Section Topic
Mon, Apr 6 7.2 Paired data
Wed, Apr 8 7.3 Difference of two means
Fri, Apr 10 7.3 Difference of two means - con’d

Week 13 Notes

Day Section Topic
Mon, Apr 13 7.4 Statistical power
Wed, Apr 15 Review
Fri, Apr 17 Midterm 3

Week 14 Notes

Day Section Topic
Mon, Apr 20 6.3 Chi-squared statistic
Wed, Apr 22 6.4 Testing association with chi-squared
Fri, Apr 24 Choosing the right technique
Mon, Apr 27 Last day, recap & review