Consider the following data:
25
24
18
20
21
18
16
20
23
17
15
13...
Consider the following data:
25
24
18
20
21
18
16
20
23
17
15
13
19
23
24
20
16
26
21
24
15
22
16
12
20
23
19
26
20
25
21
19
21
25
23
26
21
19
20
14
(a)
Develop a frequency distribution
using classes of 12-14, 15-17, 18-20, 21-23, and 24-26.
Class
Frequency
12-14
15-17
18-20
21-23
24-26
Total
(b)
Develop a relative frequency
distribution and a percent frequency distribution using the classes...
13, 16, 7, 8, 10, 19, 15, 16, 13, 15 ,8 ,5 ,12, 17, 10, 0,...
13, 16, 7, 8, 10, 19, 15, 16, 13, 15 ,8 ,5 ,12, 17, 10, 0, 3,
14, 12, 2
The data represent the time, in minutes, spent
reading a political blog in a day. Construct a frequency
distribution using
5 classes. In the table, include the midpoints, relative
frequencies, and cumulative frequencies. Which class has the
greatest frequency and which has the least frequency?
Consider the magic matrix:
A = np.array([[17, 24, 1, 8, 15],
[23,
5, 7, 14, 16],...
Consider the magic matrix:
A = np.array([[17, 24, 1, 8, 15],
[23,
5, 7, 14, 16],
[
4, 6, 13, 20, 22],
[10,
12, 19, 21, 3],
[11,
18, 25, 2, 9]])
The matrix A has 5 row sums (one for each row), 5 column
sums (one for each column) and two diagonal sums. These 12 sums
should all be exactly the same. Verify that they are the same by
printing them and “seeing” that they are the same.
10, 15, 17, 18, 29, 15, 17, 18, 16,
24,
13, 38, 49, 29, 14, 25,...
10, 15, 17, 18, 29, 15, 17, 18, 16,
24,
13, 38, 49, 29, 14, 25, 21, 14, 35,
37,
38, 10, 19, 28, 17, 19, 24, 31, 32,
25,
26, 28, 19, 17, 24
Draw the following charts using the dataset above. Please write
a sentence or two interpreting the result (35
pts):
Histogram with five bins (be sure to use class boundaries)
(10pts)
Boxplot (15pts)
Stem and Leaf Plot (10pts)