Using Python answer the following: According to the specification sheet, the average weight of the bolts is H=30gr with o=2gr. Suppose that a sample of 50 bolts is drawn. import scipy.stats as st mu =...


Using Python answer<br>the following:<br>According to the<br>specification sheet,<br>the average weight<br>of the bolts is H=30gr<br>with o=2gr.<br>Suppose that a<br>sample of 50 bolts is<br>drawn.<br>import scipy.stats as<br>st<br>mu = 30<br>sigma = 2<br>n = 50<br>df = n-1<br>With Python, answer<br>the following:<br>1. What is the<br>probability that the<br>sample mean is<br>between 29.8gr and<br>30.2gr? (Use<br>Standard Normal, and<br>Student-t)<br>a) Standard Normal:<br>b) Student-t:<br>2. What is the<br>probability that the<br>sample mean is larger<br>than 30.5gr? (Use<br>Standard Normal and<br>Student-t)<br>a) Standard Normal:<br>b) Student-t:<br>

Extracted text: Using Python answer the following: According to the specification sheet, the average weight of the bolts is H=30gr with o=2gr. Suppose that a sample of 50 bolts is drawn. import scipy.stats as st mu = 30 sigma = 2 n = 50 df = n-1 With Python, answer the following: 1. What is the probability that the sample mean is between 29.8gr and 30.2gr? (Use Standard Normal, and Student-t) a) Standard Normal: b) Student-t: 2. What is the probability that the sample mean is larger than 30.5gr? (Use Standard Normal and Student-t) a) Standard Normal: b) Student-t:

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here