Question

In: Statistics and Probability

A rivet is to be inserted into a hole. A random sample n=15 of parts is...

A rivet is to be inserted into a hole. A random sample n=15 of parts is selected, and the hole diameter is measured. The sample standard deviation of the hole diameter measurements is s=0.008 millimeters. Construct a 99% lower confidence bound for σ2 using MATLAB step by step . Please screenshot the MATLAB screen

Solutions

Expert Solution

We know that the is used as a point estimator of the population variance, . Therefore, the confidence interval of is depend on the sampling distribution of (n-1)/. And the sampling distribution of (n-1)/is a chi square distribution with (n-1 ) degree of freedom. Thus the confidence interval for is given as follows



      

Following is the matlab code to find the 99 % confidence interval:

>> n=15; %sample size
s=0.008; % sample standard deviation
alpha = 0.01;
chi2q_up = chi2inv((1-alpha/2),n-1); % calculating 1-alpha/2 th quantile for chi sqaure distribution
chi2q_lw = chi2inv(alpha/2,n-1); % calculating alpha/2 th quantile for chi sqaure distribution
conf_int_lower = ((n-1)*(s^2))/chi2q_up; % lower limit of Confidence interval
conf_int_upper = ((n-1)*(s^2))/chi2q_lw; % lower limit of Confidence interval
Confidence_Interval = [conf_int_lower, conf_int_upper]; % Confidence interval
disp(Confidence_Interval);
   1.0e-03 *

    0.0286    0.2199


Related Solutions

A rivet is to be inserted into a hole. A random sample of n equals 15...
A rivet is to be inserted into a hole. A random sample of n equals 15 parts is selected and the hole diameter is measured. The sample standard deviation is millimeters. Is there strong evidence to indicate that the standard deviation of hole diameter exceeds 0.01 millimeters? Use (a) Calculate the test statistic Round your answer to two decimal places (e.g. 98.76). (b) Is there strong evidence to indicate that the standard deviation of hole diameter exceeds 0.01 millimeters?
2.   A rivet is to be inserted into a hole. If the standard deviation of hole...
2.   A rivet is to be inserted into a hole. If the standard deviation of hole diameter exceeds 0.02 mm, there is an unacceptably high probability that the rivet will not fit. A random sample of n = 15 parts is selected, and the hole diameter is measured. The sample standard deviation of the hole diameter measurements is s = 0.016mm. At α = 0.05 conduct a hypothesis test to investigate to indicate that the standard deviation of hole diameter...
A random sample of n = 15 heat pumps of a certain type yielded the following...
A random sample of n = 15 heat pumps of a certain type yielded the following observations on lifetime (in years): 2.0     1.4     6.0     1.9 5.2 0.4     1.0     5.3 15.6 0.9 4.8 0.9     12.4     5.3 0.6 (a) Assume that the lifetime distribution is exponential and use an argument parallel to that of this example to obtain a 95% CI for expected (true average) lifetime. (Round your answers to two decimal places.)   , years (b) How should the interval of part...
A random sample of n = 15 heat pumps of a certain type yielded the following...
A random sample of n = 15 heat pumps of a certain type yielded the following observations on lifetime (in years): 2.0     1.4     6.0     1.6 5.1 0.4     1.0     5.3 15.7 0.7 4.8 0.9     12.3     5.3 0.6 Assume that the lifetime distribution is exponential and use an argument parallel to that of this example to obtain a 95% CI for expected (true average) lifetime. (Round your answers to two decimal places.) ( ,    ) years What is a 95% CI...
A random sample of n = 15 heat pumps of a certain type yielded the following...
A random sample of n = 15 heat pumps of a certain type yielded the following observations on lifetime (in years): 2.0 1.2 6.0 1.9 5.1 0.4 1.0 5.3 15.6 0.9 4.8 0.9 12.2 5.3 0.6 a.) Assume that the lifetime distribution is exponential and use an argument parallel to that of this example to obtain a 96% CI for expected (true average) lifetime (round answer to two decimal places) (________, _________) years c.) What is a 95% CI for...
A simple random sample of size n = 15 is obtained from a population with μ...
A simple random sample of size n = 15 is obtained from a population with μ = 97 and σ = 23. Enter your answer as an area under the curve with 4 decimal places. P(x⎯⎯⎯ ≤ 94)
A random sample of n = 15 heat pumps of a certain type yielded the following...
A random sample of n = 15 heat pumps of a certain type yielded the following observations on lifetime (in years): 2.0     1.4     6.0     1.8 5.3 0.4     1.0     5.3 15.9 0.8 4.8 0.9     12.1     5.3 0.6 (a) Assume that the lifetime distribution is exponential and use an argument parallel to that of this example to obtain a 95% CI for expected (true average) lifetime. (Round your answers to two decimal places.)   , years (b) How should the interval of part...
A simple random sample of size n =15 is drawn from a population that is normally...
A simple random sample of size n =15 is drawn from a population that is normally distributed. The sample mean is found to be x bar = 17.5 and the sample standard deviation is found to be s=6.3 Determine if the population mean is different from 24 at 0.01 level of significance. Calculate the P-value.
If a solid conducting cylinder was quickly inserted in a hole of the current-carrying pipe, it...
If a solid conducting cylinder was quickly inserted in a hole of the current-carrying pipe, it will not produce eddy currents because the field inside is zero. However, there is a magnetic in the outside of the current-carrying pipe, therefore, at entry/exist there is a magnetic field and the solid cylinder will experience Eddy currents on the surface. Draw the following: - The system - The Eddy currents - The direction of velocity of the solid cylinder(at entry or exist)...
A simple random sample of size n=15 is drawn from a population that is normally distributed....
A simple random sample of size n=15 is drawn from a population that is normally distributed. The sample mean is found to be x overbar=25.8 and the sample standard deviation is found to be 6.3. Determine if the population mean is different from 24 at α=0.01 level of significance. Complete parts ​(a) through ​(d) below. ​(a) Determine the null and alternative hypotheses. b) Calculate the P-Value c) State the conclusion for the test d) State the conclusion in context of...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT