Question: Open a python notebook and or interpreter and import numpy and scipy.stats if you have note done so. import numpy as np import scipy.stats sales_a
Open a python notebook and or interpreter and import numpy and scipy.stats if you have note done so. import numpy as np import scipy.stats sales_a = np.array([742, 830, 495, 776, 430, 925, 493, 763, 937]) sales_b = np.array([779, 869, 570, 762, 969, 518, 963, 992]) The series represent fictional monthly sales data (thousands) of two retail outlets. Which of the following is true? Group of answer choices The sample mean of outlet b is less than the sample mean for outlet a. The sample mean of outlet b is greater than the sample mean for outlet a. The sample mean of outlet a is the same as the population mean of outlet a. The population mean of outlet b is greater than the population mean for outlet a
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
