0% found this document useful (0 votes)
40 views1 page

Tutorial 2 - Its665 (Q)

This document contains a tutorial for a data mining course. It includes two problems analyzing rental price and age data. The first problem involves creating a box-and-whisker plot for monthly rental prices of 12 rooms, identifying outliers, and labeling key values. The second problem involves calculating statistical measures like mean, median, mode, midrange, quartiles, and creating a boxplot for a dataset of ages. The document provides instructions and point values for each part.

Uploaded by

Asyraf Haziq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

Tutorial 2 - Its665 (Q)

This document contains a tutorial for a data mining course. It includes two problems analyzing rental price and age data. The first problem involves creating a box-and-whisker plot for monthly rental prices of 12 rooms, identifying outliers, and labeling key values. The second problem involves calculating statistical measures like mean, median, mode, midrange, quartiles, and creating a boxplot for a dataset of ages. The document provides instructions and point values for each part.

Uploaded by

Asyraf Haziq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ITS665 || DATA MINING

TUTORIAL 2
Groups Name:
Members:

10
NAME

MATRIC NO

1. The monthly rent for 12 rooms in a hostel (in RM) are:


108, 50, 112, 160, 171, 120, 100, 250, 132, 60, 180 and 146.
Draw a box-and-whisker plot for the given data. Label clearly the followings: quantile 1,
quantile 3, median, minimum and maximum values. Identify any outlier(s).
(10 marks)
Note: IQR = Q3 Q1; outlierlower = Q11.5*IQR ; outlierupper = Q3 + 1.5*IQR ;
Q1 = n/4 ;
Q2 = 2n/4;
Q3 = 3n/4

2. Suppose that the data for analysis includes the attribute age. The age values for the data tuples are (in
increasing order) 10, 15, 16, 16, 19, 20, 20, 21, 22, 22, 25, 25, 25, 25, 30, 33, 33, 35, 35, 35, 35, 36, 40,
45, 46, 52, 70.
a. What is the mean of the data? What is the median?
(1 mark)

b. What is the mode of the data? Comment on the data's modality (i.e., bimodal, trimodal, etc.).
(1 mark)

c. What is the midrange of the data?


(1 mark)

d. Can you find (roughly) the first quartile (Q1) and the third quartile (Q3) of the data?
(2 marks)

e. Give the five-number summary of the data.


(8 marks)

f.

Show a boxplot of the data.


(7 marks)

Prepared by: Nur Suhailayani Suhaimi

You might also like