Question

In: Statistics and Probability

The CEO of Manitoba Health does not want the variance of waiting times at the emergency...

The CEO of Manitoba Health does not want the variance of waiting times at the emergency in Manitoba's hospital longer than 0.25 0.25 square hours. A random sample of 25 25 patients taken from Health Science Center gave the variance of the waiting time equal to 0.49 0.49 square hours. Assume that the waiting times for all patients are normally distributed. (a) Test whether the standard deviation of the waiting times for all patients at HSC is greater than 0.5 0.5 hours. Use α=0.05 α=0.05 . (b) Calculate a 95% 95% confidence interval for the population standard deviation.

Solutions

Expert Solution

All the calculations has been done with the help of R software.

(a) Given, sample variance = 0.49 square hours, sample size = 25 patients and level of significance = 0.05

Hypothesis:

H0: The standard deviation of the waiting times for all patients at HSC is equal to 0.5 hours

H1: The standard deviation of the waiting times for all patients at HSC is greater than 0.5 hours

Here we use chi square test and we find P-value = 0.90 which is larger than given level of significance 0.05, So we reject Null hypothesis means the standard deviation of the waiting times for all patients at HSC is greater than 0.5 hours.

(b) Confidence Interval for standard deviation at 95% confidence = (0.65, 1.16)

R code:

####Test of standard deviation####
var_x = 0.49; n = 25; sig_pop = 0.5
sig_sample = sqrt(var_x)
sig_sample
chi_cal = ((n-1)*sig_sample)/sig_pop
chi_cal
P_value = pchisq(chi_cal, 24)
P_value
chi_tab = qchisq(0.05, 24)
chi_tab
##########Confidence Interval#####
L = ((n-1)*sig_sample)/qchisq(0.975, 24)
sqrt(L)
U = ((n-1)*sig_sample)/qchisq(0.025, 24)
sqrt(U)

Output:

> ####Test of standard deviation####
> var_x = 0.49; n = 25; sig_pop = 0.5
> sig_sample = sqrt(var_x)
> sig_sample
[1] 0.7
> chi_cal = ((n-1)*sig_sample)/sig_pop
> chi_cal
[1] 33.6
> P_value = pchisq(chi_cal, 24)
> P_value
[1] 0.907967
> chi_tab = qchisq(0.05, 24)
> chi_tab
[1] 13.84843
> ##########Confidence Interval#####
> L = ((n-1)*sig_sample)/qchisq(0.975, 24)
> sqrt(L)
[1] 0.6532879
> U = ((n-1)*sig_sample)/qchisq(0.025, 24)
> sqrt(U)
[1] 1.163921
>


Related Solutions

A hospital conducts a study of the waiting times in its emergency room. The hospital has...
A hospital conducts a study of the waiting times in its emergency room. The hospital has a main campus nd three satellite locations. Management had a business objective of reducing waiting time for emergency room cases that did not require immediate attention.To study this, a random sample of 15 emergency room cases that did not require immediate attention at each location were selected on a particular day, and the waiting times (measured from check-in to when the patient was called...
You’re waiting for Caltrain. Suppose that the waiting times are approximately Normal with a mean of...
You’re waiting for Caltrain. Suppose that the waiting times are approximately Normal with a mean of 12 minutes and a standard deviation of 3 minutes. Use the Empirical Rule to estimate each of the following probabilities without using the normalcdf function of your calculator: a) What is the probability that you’ll wait between 9 and 15 minutes for the train? b) What is the probability that you’ll wait between 6 and 18 minutes for the train? c) What is the...
You’re waiting for Caltrain. Suppose that the waiting times have a mean of 12 minutes and...
You’re waiting for Caltrain. Suppose that the waiting times have a mean of 12 minutes and a standard deviation of 3 minutes. Use the Chebyshev inequality to answer each of the following questions: a) What is the largest possible probability that you’ll end up waiting either less than 6 minutes or more than 18 minutes for the train? b) What is the smallest possible probability that you’ll wait between 6 and 18 minutes for the train? c) What is the...
Explain The efficiency/equity trade-off in the public health care system, relate this to waiting times explain...
Explain The efficiency/equity trade-off in the public health care system, relate this to waiting times explain what can be done, provide a model/graph
Waiting times (in minutes) of customers at a bank where all customers enter a single waiting...
Waiting times (in minutes) of customers at a bank where all customers enter a single waiting line and a bank where customers wait in individual lines at three different teller windows are listed below. Find the coefficient of variation for each of the two sets of data, then compare the variation. Bank A (single line): 6.5 6.6 6.7 6.9 7.1 7.3 7.4 7.6 7.7 7.8 Bank B (individual lines): 4.4 5.4 5.7 6.2 6.7 7.7 7.8 8.4 9.4 9.9 The...
Waiting times​ (in minutes) of customers at a bank where all customers enter a single waiting...
Waiting times​ (in minutes) of customers at a bank where all customers enter a single waiting line and a bank where customers wait in individual lines at three different teller windows are listed below. Find the coefficient of variation for each of the two sets of​ data, then compare the variation. Bank A​ (single line): 6.6 nbsp 6.6 nbsp 6.7 nbsp 6.8 nbsp 7.0 nbsp 7.3 nbsp 7.5 nbsp 7.7 nbsp 7.7 nbsp 7.8 Bank B​ (individual lines): 4.4 nbsp...
Waiting times​ (in minutes) of customers in a bank where all customers enter a single waiting...
Waiting times​ (in minutes) of customers in a bank where all customers enter a single waiting line and a bank where customers wait in individual lines at three different teller windows are listed below. Find the mean and median for each of the two​ samples, then compare the two sets of results. Single Line 6.5 6.6 6.7 6.8 7.0 7.1 7.5 7.6 7.6 7.6 Individual Lines 4.2 5.4 5.8 6.2 6.5 7.6 7.6 8.6 9.2 9.9 The mean waiting time...
Waiting times​ (in minutes) of customers at a bank where all customers enter a single waiting...
Waiting times​ (in minutes) of customers at a bank where all customers enter a single waiting line and a bank where customers wait in individual lines at three different teller windows are listed below. Find the coefficient of variation for each of the two sets of​ data, then compare the variation. Bank A​ (single line): 6.5 6.6 6.7 6.8 7.1 7.4 7.4 7.6 7.7 7.8 Bank B​ (individual lines): 4.2 5.4 5.8 6.2 6.7 7.7   7.8 8.6 9.3 9.9 The coefficient...
Bus waiting time is uniformly distributed with the shortest and the longest waiting times being 7...
Bus waiting time is uniformly distributed with the shortest and the longest waiting times being 7 and 38 minutes respectively. What is the standard deviation of the average waiting time of 57 passenger
14.Waiting times​ (in minutes) of customers at a bank where all customers enter a single waiting...
14.Waiting times​ (in minutes) of customers at a bank where all customers enter a single waiting line and a bank where customers wait in individual lines at three different teller windows are listed below. Find the coefficient of variation for each of the two sets of​ data, then compare the variation Bank A (single line) Bank B (individual lines) 6.4 4.3 6.5 5.5 6.6 5.9 6.8 6.3 7.1 6.7 7.4 7.6 7.4 7.8 7.7 8.4 7.7 9.4 7.8 9.7 The...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT