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.
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?
Using the data set below, please calculate the:
3, 7, 8, 12, 14, 21, 15, 18,...
Using the data set below, please calculate the:
3, 7, 8, 12, 14, 21, 15, 18, 14
1- The median
2- The mean
3- The sample standard deviation
4- Calculate outliers (if there is any)
5- Construct a boxplot for given data set
A. Calculate the variance of the data set 8, 4, 14, 10, 7 B.
Make a...
A. Calculate the variance of the data set 8, 4, 14, 10, 7 B.
Make a box and whisker plot for the data 1 5 5 6 7 8 8 10 10 14