Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 7 pages
Exam (elaborations)

Chapter 3: Descriptive Statistics – Statistical Measurements & Probability Distributions | Data Science SSM Study Guide & Solutions 2026

Document preview thumbnail
Preview 2 out of 7 pages

Chapter 3 Descriptive Statistics: Statistical Measurements and Probability Distributions Quantitative Problems [3.1, LO 3.1.1] 1. Dataset A Description Data Number of cars entering a parking garage in a 1-hour time period Sample of 10 counts: 15, 18, 4, 15, 8, 11, 13, 7, 16, 24 For Dataset A, calculate the mean and a 10% trimmed mean (round answers to 1 decimal place). Use technology as appropriate. Is there any benefit in using the trimmed mean versus the mean for this dataset? Solution a: Mean = 16.4 , 10% Trimmed mean = 12.9 To find the mean, add up the data values and divide by the number of data values, which is 10. The sum of the data values is 164 and dividing this by 10 results in a mean of 16.4. To find the 10% trimmed mean, delete 10% of the data values from the lower end and from the upper end of the ordered dataset. Since there are 10 data values in the dataset, 10% of 10 is 1, so proceed to delete one data value from the lower end of the sorted data and delete one data value from the upper end of the sorted data. In this example, delete the smallest data value and delete the largest data value and then find the mean for the remaining 8 data values, which is 12.875 (round to 12.9). To find the mean using Excel, copy the data into cells A1 to A10, and in any empty cell type in the Excel command: =AVERAGE(A1:A10) To find the mean using Python Pandas, first create a csv file with all the data items in the dataset. Suppose the .csv file is named as , uploaded to the Google Drive properly, and loaded by *gdown* properly. The following Python code returns multiple summary statistics of the dataset, and the “mean” value indicates the average. Python code: import pandas as pd data = _csv(“”) ibe() # import the statistics library import statistics # define a dataset of 10 numbers number_cars = [15, 18, 2, 15, 8, 11, 13, 7, 16, 59] # execute the () function on this list print((number_cars)) Descriptive Statistics, Mean, Trimmed Mean, Outliers, Robust Statistics, Data Distribution, Data Science SSM Chapter 3, Central Tendency, Statistical Analysis, Probability Distributions, Data Summarization

Content preview

, Principles of Data Science



Chapter 3
Descriptive Statistics: Statistical Measurements and Probability Distributions



Quantitative Problems
[3.1, LO 3.1.1]
1.
Dataset A Description Data
Number of cars entering Sample of 10 counts:
a 15, 18, 4, 15, 8,
parking garage in a 11, 13, 7, 16, 24
1-hour time period

a. For Dataset A, calculate the mean and a 10% trimmed mean (round answers to 1
decimal place). Use technology as appropriate.
b. Is there any benefit in using the trimmed mean versus the mean for this dataset?


Solution a: Mean=16.4 , 10 % Trimmed mean=12.9

To find the mean, add up the data values and divide by the number of data values, which is 10.
The sum of the data values is 164 and dividing this by 10 results in a mean of 16.4. To find the
10% trimmed mean, delete 10% of the data values from the lower end and from the upper end
of the ordered dataset. Since there are 10 data values in the dataset, 10% of 10 is 1, so proceed
to delete one data value from the lower end of the sorted data and delete one data value from
the upper end of the sorted data. In this example, delete the smallest data value and delete the
largest data value and then find the mean for the remaining 8 data values, which is 12.875
(round to 12.9).

To find the mean using Excel, copy the data into cells A1 to A10, and in any empty cell type in
the Excel command:
¿ AVERAGE( A 1 : A 10)

To find the mean using Python Pandas, first create a csv file with all the data items in the
dataset. Suppose the .csv file is named as cars.csv, uploaded to the Google Drive properly, and
loaded by *gdown* properly. The following Python code returns multiple summary statistics of
the dataset, and the “mean” value indicates the average.

Python code:
import pandas as pd


11/11/24 For more free, peer-reviewed, openly licensed resources visit OpenStax.org. 2

Document information

Uploaded on
May 31, 2026
Number of pages
7
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$10.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Sold
21
Followers
0
Items
207
Last sold
1 day ago


Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions