Chapter 2
- State the formula for the sample mean of a data set.
- Recognize the notation \(\bar{x}\) for the sample mean.
- Compute the sample mean of a (small) data set by-hand.
- State a physical interpretation of the sample mean in terms of the rug plot of the data.
- State the definition of the sample median.
- Compute the sample median of a (small) data set by-hand.
Measures of spread: percentiles, standard deviation
- State the formula for the sample variance and sample standard deviation.
- Recognize the notation \(s\) for the sample standard deviation.
- Compute the sample variance and sample standard deviation of a (small) data set by-hand.
- Define the sample quartiles of a data set.
- Recognize the notation \(Q_{1}\), \(Q_{2}\), and \(Q_{3}\) for the first, second, and third sample quartiles.
- Define the interquartile range of a data set.
Graphical displays of numerical summaries
- State the five components of the “five-number summary.”
- Draw a boxplot for a data set given a five-number summary of the data set.
- Interpret a boxplot in terms of symmetry versus skewness of a distribution and identification of outliers.
R
- Compute the sample mean, sample median, sample standard deviation, and five-number summary using
mosaic
in R.
- Plot a boxplot using
mosaic
in R.