GIVEN: Consider the following data (which is also the data that you
will be using in Problem #7 below): |
(a) |
If you were to construct a normal probability plot by hand for
the above data, what are the numerical values (in order) of the
first five numbers that would go on the
x-axis? Separate your answers with a comma. ANSWER: 25,25,26,27,31 |
(b) |
QUESTION: If you were to construct a normal probability plot by hand for
the above data, what are the numerical values (in order) of the
first five numbers that would go on the
y-axis? Separate your answers with a comma. ANSWER: I DONT KNOW. HELP PLEASE |
rank,i | (i-0.5)/n | z score | data |
1 | 0.071429 | -1.47 | 25 |
2 | 0.214286 | -0.79 | 25 |
3 | 0.357143 | -0.37 | 26 |
4 | 0.5 | 0.00 | 27 |
5 | 0.642857 | 0.37 | 31 |
6 | 0.785714 | 0.79 | 34 |
7 | 0.928571 | 1.47 | 35 |
a) 25,25,26,27,31
b) -1.47 , -0.79 , -0.37 , 0.00 , 0.37
GIVEN: Consider the following data (which is also the data that you will be using in...
Problem #8; Consider the following data 22, 25, 40, 37, 27, 32, 39 (a) If you were to construct a normal probability plot by hand for the above data what are the numerical values (in order) of the first five numbers that would go on the x-axis? Separate your answers with a comma. (Read the last two pages of this example for a description of the normal probability plot.) For example, if your data was the same as the last...
Problem #4: Consider the following data. [10 marks] 22, 27, 37, 33, 34, 38, 23 (a) If you were to construct a normal probability plot by hand for the above data what are the numerical values (in order) of the first five numbers that would go on the x-axis? Separate your answers with a comma. (Read the last two pages of this example for a description of the normal probability plot.) For example, if your data was the same as...
Problem #8: Consider the following data. 27,25,37,38, 22, 38, 31 (a) If you were to construct a normal probability plot by hand for the above data what are the numerical values (in order of the first five numbers that would go on the x-axis? Separate your answers with a comma. (Read the last two pages of this example for a description of the normal probability plot.) For example, if your data was the same as the last page of this...
Consider the following data : 1.5, 1.5, 1.7, 1.7, 2.1, 2.3 If you were to construct a normal probability plot by hand for the above data, what are the numerical values (in order) of the first five numbers that would go on the y-axis? Separate your answers with a comma.
FUNCTIONS In this assignment, you will revisit reading data from a file, and use that data as arguments (parameters) for a number of functions you will write. You will need to: Write and test a function square_each(nums) Where nums is a (Python) list of numbers. It modifies the list nums by squaring each entry and replacing its original value. You must modify the parameter, a return will not be allowed! Write and test a function sum_list(nums) Where nums is a...
1. You are given the following time-series of precipitation data for Dubai. Using the Moving Windows technique: (a) First plot your data. (b) Use overlapping 5-year windows, with the windows having 3 common years (for example if the first window is years 2000, 2001, 2002, 2003, 2004 then the second window is years 2002, 2003, 2004, 2005, 2006) and plot the 5-year moving averages. (c) Explain any pattern that you see. (d) Calculate the average of the series that is...
Question number 16 Select the correct answer for the blank: If everything else stays the same, the required sample size as the confidence level decreases to reach the same margin of error. I don't know Accepted characters: numbers, decimal point markers (period or comma), sign indicators (), spaces (e.g., as thousands separator, 5 000), "E" or "e" (used in scientific notation). NOTE: For scientific notation, a period MUST be used as the decimal point marker. Question number 17 You are...
You are given the following regression equation for a scatter plot which The displays data Weight of Car (in pounds) and y = Miles per Gallon in City: for x = y = -0.006.0 + 42.825 p2 = 0.7496 (Note: The scatter plot graph is attached to the Canvas assignment as a separate document.) (a) Find the value of r based on the information given. (b) Based on your value of r, what conclusion can you make about the correlation...
13. You are given the following regression equation for a scatter plot which The displays data for x = Weight of Car (in pounds) and y = Miles per Gallon in City: y = −0.006x + 42.825 r2 = 0.7496 (Note: The scatter plot graph is attached to the Canvas assignment as a separate document.) (a) Find the value of r based on the information given. (b) Based on your value of r, what conclusion can you make about the...
3. Consider the function f(x) = cos(x) in the interval [0,8]. You are given the following 3 points of this function: 10.5403 2 -0.4161 6 0.9602 (a) (2 points) Calculate the quadratic Lagrange interpolating polynomial as the sum of the Lo(x), L1(x), L2(x) polynomials we defined in class. The final answer should be in the form P)a2 bx c, but with a, b, c known. DELIVERABLES: All your work in constructing the polynomial. This is to be done by hand...