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
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
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 of n = 15 parts is selected, and the hole diameter is measured. The sample standard deviation of the hole diameter measurements is s = 0.004 millimeters. (a) Construct a 99% two-bounds confidence interval for σ . (b) Construct a 99% lower confidence bound for σ
Consider the test of Ho σ2-9 against H 1: σ. 9 what are the cntical values for the test statistic XS2 for n= 19 the significance level α=0.05 Order your answers increasingly. Give your answers with two decimal places (e.g. 98.76) A rivet is to be inserted into a hole. A random sample of parts is selected and the hole diameter is measured. The sample standard deviation is S = 0.008 millimeters. Is there strong evidence to indicate that the...
10. If the standard deviation of hole diameter is different from 0.01 mm, there is an unaccepublyhip probability that the rivet will not fit in. Suppose sample measurements of 15 hole diameters produoed a standard deviation of 0006m, (a) Is there strong evidence to indicate that the standard deviation of hole diameter is different fromexe at a 10% level of significance? State any tecestry assumptions about the underlying annunum of m: data. (5 marks) (b) Find a range for the...
Past experience has indicated that the breaking strength of yarn used in manufacturing drapery material is normally distributed and that σ = 2 psi. A random sample of nine specimens is tested, and the average breaking strength is found to be 98 psi. Find a 95% two-sided confidence interval on the true mean breaking strength. A) 96.7 ≤ μ ≤99.3 B) 87.8 ≤ μ ≤93.1 C) 75.7 ≤ μ ≤83.0 D) 97.6 ≤ μ ≤98.7 Question 12 (4 points) a...
The upper bound is ___
A simple random sample of size n = 40 is drawn from a population. The sample mean is found to be x = 120.2 and the sample standard deviation is found to be s = 12.7. Construct a 99% confidence interval for the population mean. The lower bound is . (Round to two decimal places as needed.)
A simple random sample of size n = 40 is drawn from a population. The sample mean is found to be x= 120.9 and the sample standard deviation is found to be s = 12.1. Construct a 99% confidence interval for the population mean. The lower bound is (Round to two decimal places as needed.)
simple random sample of size n= 40 is drawn from a population. The sample mean is found population mean. be x 120.6 and the sample standard deviation is found to be s 12.6. Construct a 99% confidence interval for the The lower bound is (Round to two decimal places as needed.)
A simple random sample of size n=40 is drawn from a population. The sample mean is found to be x overbar equals 120.7 and the sample standard deviation is found to be s=12.1. Construct a 99% confidence interval for the population mean. The lower bound is ________ (Round to two decimal places as needed.) The upper bound is ________ (Round to two decimal places as needed.)
A simple random sample of size n=40 is drawn from a population. The sample mean is found to be x overbar equals 120.7 and the sample standard deviation is found to be s=12.1. Construct a 99% confidence interval for the population mean. The lower bound is ________ (Round to two decimal places as needed.) The upper bound is ________ (Round to two decimal places as needed.)
#25 A simple random sample of size n equals 40 is drawn from a population. The sample mean is found to be x overbar equals 121.3 and the sample standard deviation is found to be s equals 12.2. Construct a 99% confidence interval for the population mean. The lower bound is nothing. (Round to two decimal places as needed.) The upper bound is nothing. (Round to two decimal places as needed.)