A store claims that their average time to process a click and collect order is 90 minutes
with a known population standard deviation of 15 minutes. To check their claim, the store
randomly sampled 10 customers and found the following processing times:
80, 104, 86, 122, 100, 81, 73, 77, 60, 94
Perform a hypothesis test to check whether the mean processing time, μ, is 90 minutes by
completing the following steps.
(a) State the null and alternative hypotheses.
(b) One of the assumptions of hypothesis testing is that the data comes from a
normal distribution. Create a normal probability plot using Matlab. Based on your
plot does the assumption of normality seem reasonable?
(c) What is our estimate for μ?
(d) Calculate the standard error.
(e) Calculate the 70% confidence interval for μ.
(f) Calculate the value of the test statistic.
(g) Calculate the p-value.
(h) Do you retain or reject the null hypothesis at the 30% level of significance?
Provide justification for your answer.
(i) What is your conclusion in the context of the problem?
(j) Suppose that you have loaded your data into Matlab with variable name
x. What is the command you would use in Matlab to perform the above calculations?
(just give the command, not the output)