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
Exam (elaborations)

DataScience_ISM_Ch03 – Instructor Solution Manual Chapter 3

Rating
-
Sold
-
Pages
13
Grade
A+
Uploaded on
24-02-2026
Written in
2025/2026

DataScience_ISM_Ch03 refers to the Instructor Solution Manual (ISM) for Chapter 3 of OpenStax’s Principles of Data Science. This chapter typically focuses on data collection, data types, and data preprocessing techniques. The ISM is designed to help instructors: Provide step-by-step solutions for all chapter exercises Offer sample answers for critical thinking questions Guide lecture preparation, grading, and classroom discussion Note: Official ISM access requires verified instructor credentials via OpenStax. Students can use the Student Solution Manual (SSM) for odd-numbered problems.

Show more Read less
Institution
Data Science
Course
Data Science

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
data = pd.read_csv(“cars.csv”)


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

Written for

Institution
Data Science
Course
Data Science

Document information

Uploaded on
February 24, 2026
Number of pages
13
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$15.99
Get access to the full document:

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


Also available in package deal

Thumbnail
Package deal
Data Science Instructor Solution Manual – OpenStax (Complete Package)
-
7 2026
$ 94.43 More info

Get to know the seller

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.
EduDocs Teachme2-tutor
View profile
Follow You need to be logged in order to follow users or courses
Sold
4189
Member since
1 year
Number of followers
13
Documents
940
Last sold
1 day ago

4.6

305 reviews

5
230
4
45
3
14
2
7
1
9

Trending documents

Recently viewed by you

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

Frequently asked questions