MATH 333: Probability and Statistics - Week 1

Descriptive Statistics

Descriptive statistics refers to the methods used to summarize and organize data for better overview/understanding and easier interpretation.

The following data set represents the ages of 40 individuals attending a community event:

24, 32, 27, 41, 36, 29, 21, 25, 33, 38, 30, 22, 35, 28, 40, 34, 31, 29, 26, 37,
33, 30, 28, 32, 41, 30, 24, 35, 22, 27, 39, 33, 31, 25, 34, 71, 36, 38, 29, 23

  • What do you notice about the ages in this data set? What might be the age of the “typical” person in this group? What is the youngest and oldest age in the data set?

  • Are there any groups or clusters of ages?

  • Do you think the ages are evenly distributed, or do some ages appear more frequently than others?

It is difficult to quickly understand the distribution of ages and the overall age range of these 40 individuals. Descriptive statistics help summarize the data and offer a clearer and more concise overview of the age distribution. Without summary measures, long data sets can be hard to interpret because patterns/trends may not be easily recognized. Descriptive statistics, such as mean, median, mode, range, and standard deviation, help describe the central tendency, spread, and overall distribution of the data. These measures highlight the key characteristics of the data and provide a more comprehensive overview.

Running Code

When you click the Render button a document will be generated that includes both content and the output of embedded code. You can embed code like this:

1 + 1
[1] 2

You can add options to executable code like this

[1] 4

The echo: false option disables the printing of code (only output is displayed).