Study Guide for Exam 2

Exam Format

This will be a closed-book, closed-notes exam. You will need a calculator. A calculator that performs arithmetic operations, reciprocals, square roots, powers and logarithms (base 10) is sufficient. Graphing calculators are permitted.

The exam will consist of 6 problems, 5 of which will be open-ended and 1 of which will be multiple choice. All open-ended problems will be multi-part.

Advice for Preparing for the Exam

This is a mathematics exam. As such, you will be expected to do mathematics. A common misconception made by students is that, in preparing for a mathematics exam, it suffices to make sure you can understand the solution to a given problem with the solution in front of you. The exam, however, tests your ability to solve the problem yourself from scratch. Thus, you should practice solving problems from scratch in preparation for the exam. The homework and quizzes are part of this practice, but only completing those once will likely not lead to a strong performance on the exam.

With the ultimate goal of solving problems yourself from scratch in mind, a possible study check list is below:

  1. Make sure you can correctly answer all of the Anki cards I provided, and any additional Anki cards you made. If you are still unclear on the material on any of the Anki cards, see me.
  2. Exam questions will be modeled off of in-class examples, homework problems, and quiz problems. As such, go through homework and quiz problems, especially those you found difficult or that were marked as incorrect / incomplete, and make sure you can solve them from scratch, without the solution in front of you.
  3. Review the compilation of learning objectives below, and make sure you can perform each action below without your notes or book. If there is a particular learning objective you are unclear on, email or see me.
  4. Cramming (studying right before the exam) combined with massed practice (solving lots of problems all at once) is an ineffective study strategy. Instead, distribute your study sessions over the remaining time until the exam. Study for at most 60 to 90 minutes at a time, and take breaks, whether legitimate breaks (go for a walk, hang out with friends, etc.), or a transition to studying for another course. The sooner before the exam you start studying, the better.

To do well on the exam, you should be able to do the following:

Chapter 3: Discrete Random Variables

Section 3.2: Probability Distributions for Discrete Random Variables

  1. State the experiment that is modeled by a discrete uniform random variable.
  2. State the probability mass function and cumulative distribution function for a discrete uniform random variable with a given range.
  3. Use R to simulate a discrete uniform random variable.
  4. State the experiment that is modelled by a Bernoulli random variable.
  5. State the probability mass function and cumulative distribution function for a Bernoulli random variable.
  6. Use R to simulate a Bernoulli variable.
  7. State the experiment that is modelled by a geometric random variable.
  8. State the probability mass function and cumulative distribution function for a geometric random variable.
  9. Use R to simulate a geometric variable.
  10. Describe how a probability histogram represents a probability mass function, and construct a probability histogram given a probability mass function and vice versa.
  11. Relate probability histograms to the other histograms we have learned in class: frequency, relative frequency, and density histograms.

Section 3.3: Expected Values of Discrete Random Variables

  1. Define the expected value of a discrete random variable \(X\), and compute \(X\)’s expected value given its probability mass function.
  2. Give a frequency interpretation of the expected value of a random variable \(X\).
  3. Recognize the convention of using Greek letters for parameters of a random variable, and their Roman counterpart for statistics of a sample. For example, \(\sigma\) for the standard deviation of a random variable and and \(s\) for the standard deviation of a sample.
  4. Compute the expected value of a random variable \(Y = g(X)\) defined through a function \(g\) of a random variable \(X\) with a known probability mass function.
  5. Simplify expectations of the form \(E[a X + b]\) and
    \(E\left[\sum\limits_{j = 1}^{n} g_{j}(X)\right]\) directly, without resorting to the definition of expectation.
  6. Define the variance of a discrete random variable \(X\), and compute \(X\)’s variance given its probability mass function.
  7. Define the standard deviation of a random variable.
  8. Use the ‘variance shortcut’ to compute the variance of a random variable.
  9. Simplify variances (standard deviations) of the form \(\text{Var}(a X + b)\) (\(\sigma_{a X + b}\)) directly, without resorting to the definition of variance (standard deviation).

Section 3.5: The Binomial Probability Distribution

  1. Identify the 4 characteristics of a binomial experiment, and determine whether a given experiment has those characteristics.
  2. Determine the sample space for a given binomial experiment.
  3. State in what way a binomial random variable acts as a function from the sample space of a binomial experiment. That is, what does the binomial random variable output for a given outcome in the sample space?
  4. State the probability mass function for a binomial random variable with parameters \(n\) and \(p\).
  5. Identify the parameters of a binomial random variable for a given binomial experiment.
  6. Use the formula for the probability mass function of a binomial random variable to compute \(P(X = x; n, p)\) directly.
  7. Use probability mass function and cumulative distribution function tables for binomial random variables to compute \(P(X = x; n, p), P(X \leq x; n, p), P(X > x; n, p),\) etc.
  8. Use R to compute binomial probabilities.
  9. State the mean and variance of a binomial random variable, and compute the mean and variance from a given binomial experiment.

Chapter 4: Continuous Random Variables

Section 4.1: Probability Density Functions and Cumulative Distribution Functions

  1. Give examples of quantities that could be modeled using a continuous random variable.
  2. Recognize and explain the correspondence between density histograms for data and probability density functions for random variables.
  3. Given a probability density function \(f\) for a continuous random variable \(X\) and a query region \([a, b]\), determine \(P(X \in [a, b]) = P(a \leq X \leq b)\) using \(f\).
  4. State the two sufficient conditions for a function \(f\) to be a valid probability density function, and identify when a given function \(f\) does or does not satisfy these conditions.
  5. Given that a probability density function is proportional to a known function, i.e. \(f(x) = c g(x)\), determine the constant \(c\) that makes \(f\) a probability density function.
  6. Define the cumulative distribution function of a continuous random variable, and compute the cumulative distribution function using the random variable’s probability density function.
  7. Specify what additional property, beyond the four properties shared by all cumulative distribution functions, unique to the cumulative distribution function of a continuous random variable.
  8. Compute a probability query \(P(X \in (a, b)) = P(a < X < b)\) using the cumulative distribution function of a continuous random variable.
  9. Determine the probability density function of a continuous random variable from its cumulative distribution function.

Section 4.2: Expected Values and Moment Generating Functions

  1. Define the expected value of a continuous random variable \(X\), and compute \(X\)’s expected value given its probability density function.
  2. Recognize the correspondence between sums and probability mass functions for discrete random variables and integrals and probability density functions for continuous random variables.
  3. Compute the expected value of a random variable \(Y = g(X)\) defined through a function \(g\) of a continuous random variable \(X\) with a known probability density function.
  4. Simplify expectations of the form \(E[a X + b]\) and \(E\left[\sum\limits_{j = 1}^{n} g_{j}(X)\right]\) directly, without resorting to the definition of expectation.
  5. Define the variance of a continuous random variable \(X\), and compute \(X\)’s variance given its probability density function.
  6. Use the ‘variance shortcut’ to compute the variance of a random variable.
  7. Simplify variances (standard deviations) of the form \(\text{Var}(a X + b)\) (\(\sigma_{a X + b}\)) directly, without resorting to the definition of variance (standard deviation).

Section 4.3: The Normal Distribution

  1. State the probability density function for a Gaussian random variable with parameters \(\mu\) and \(\sigma^{2}\).
  2. Recognize the notation \(X \sim N(\mu, \sigma^{2})\) as indicating that \(X\) is a Gaussian random variable with parameters \(\mu\) and \(\sigma^{2}\).
  3. State the mean and variance of a Gaussian random variable with parameters \(\mu\) and \(\sigma^{2}\).
  4. Sketch a graph of the probability density function for a Gaussian random variable with parameters \(\mu\) and \(\sigma^{2}\), getting the general shape and placement of the probability density function correct, and use this graph to reason about the area under consideration for a given probability query.
  5. Sketch a graph of the cumulative distribution function for a Gaussian random variable with parameters \(\mu\) and \(\sigma^{2}\), getting the general shape and placement of the cumulative distribution function correct.
  6. State the definition of a standard Gaussian random variable, and recognize the notation that \(Z\) will often be used to denote a standard Gaussian random variable.
  7. Recognize and use the convention of denoting the cumulative distribution function for a standard Gaussian random variable via \(\Phi(z) = P(Z \leq z)\).
  8. Standardize a random variable \(X \sim N(\mu, \sigma^{2})\), and indicate the distribution of the transformed random variable.
  9. Compute probability queries for a Gaussian random variable using both a table of standard normal probabilities via standardizing \(X\) and R.
  10. Define the \(p\)-th percentile of a Gaussian random variable, and determine the \(p\)-th percentile using both a table of standard normal probabilities and R.

Chapter 6: Statistics of Random Samples and Their Sampling Distributions

Section 6.1: Statistics and Their Distributions

  1. Define a random sample from a population.
  2. Explain why a statistic of a random sample is itself a random variable.
  3. Define the sampling distribution of a statistic.
  4. Given a probability model for how a random sample is generated, construct the sampling distribution of a statistic of that random sample for small sample sizes (\(n = 2\) or \(3\)).

Section 6.2: The Distribution of the Sample Mean

  1. Recognize and explain the notation \(X_{1}, X_{2}, \ldots, X_{n} \stackrel{\text{iid}}{\sim} \text{D}\) for a random sample from a population with distribution D.
  2. Compute the mean and variance of the sample mean for a random sample \(X_{1}, X_{2}, \ldots, X_{n} \stackrel{\text{iid}}{\sim} \text{D}\) of size \(n\) from a population with mean \(\mu\) and variance \(\sigma^{2}\).
  3. Distinguish between the mean and variance of a population and the mean and variance of the sample mean of a random sample from that population.
  4. State the premises (conditions) and conclusion of the Central Limit Theorem.
  5. Explain in what sense the Central Limit Theorem is an asymptotic result.
  6. State under what conditions the Central Limit Theorem-based approximation for the sampling distribution of the sample mean works well for small sample sizes.
  7. Use the Central Limit Theorem to approximate the sampling distribution of the sample mean for a random sample from a population with known mean and variance.
  8. Use the Central Limit Theorem to approximate the sample total for a random sample from a population with known mean and variance.

Chapter 7: Point Estimators

Section 7.1: Point Estimation — General Concepts and Criteria

  1. Compare and contrast descriptive and inferential statistics in terms of populations/samples and parameters / statistics.
  2. Explain why you can never answer a question about a population directly from a sample without making an inference.
  3. State the three main types of inferential procedures we will consider in this course, and describe them in plain English.
  4. Define point estimator, and state what a point estimator is an estimator for.
  5. Distinguish between a point estimator (the procedure) and a point estimate (an application of the procedure to a particular sample).
  6. State common point estimators for population parameters, including point estimators for population means, variances, and success probabilities.
  7. Given a collection of point estimators and their expected values and variances, come up with a rough ranking of how “good” the point estimators are.
  8. Recognize the statistical notation of using \(\theta\) for a generic parameter of a population, and \(\widehat{\theta}\) for a point estimator of that parameter.
  9. Define the standard error of a point estimator, and compute the standard error of a point estimator given its sampling distribution.

Chapter 8: Interval Estimators and Confidence Intervals

Section 8.1: Basic Properties of Confidence Intervals

  1. Determine the margin of error for the sample mean from a Gaussian population with known standard deviation \(\sigma\) at a confidence level \(c\).
  2. Recognize the relationship between a confidence level \(c\) and tail value \(\alpha\), and state how these specify the probability in the tails or body of a given distribution.
  3. Determine the critical value \(z_{\alpha}\) for a standard Gaussian random variable using both Table A.3 and R’s qnorm.
  4. Define interval estimator and confidence interval, and make an analogy between them and point estimators and point estimates.
  5. Construct a \(c = 1 - \alpha\) confidence interval for a population mean \(\mu\) using a random sample from a Gaussian population when the population standard deviation \(\sigma\) is known.
  6. Sketch the confidence interval from the previous learning objective.

Section 8.3: Intervals Based on a Normal Population Distribution

  1. Give a constructive definition of a \(t\)-distributed random variable \(T\) using a random sample from a Gaussian population.
  2. Determine the parameter of a \(t\)-distributed random variable \(T\) constructed using a random sample from a Gaussian population.
  3. Describe the general properties of the probability density function of a \(t\)-distributed random variable as compared to a standard Gaussian random variable including where each is centered, the symmetry properties of each, and the “fatness” of the tails of each.
  4. Determine the critical value \(t_{\alpha, \nu}\) for a random variable \(T\) that is \(t\)-distributed with parameter \(\nu\) using both Table A.5 and R’s qt.
  5. Construct a \(c = 1 - \alpha\) confidence interval for a population mean \(\mu\) using a random sample from a Gaussian population when the population standard deviation \(\sigma\) is unknown.
  6. Sketch the confidence interval from the previous learning objective.
  7. Reason about what confidence interval we have covered, if any, is appropriate for the population mean given a description of a sample from that population.