Statistics: Standard Deviation for a Normal Distribution

jdawg
Messages
366
Reaction score
2

Homework Statement


A company allows a maximum failure rate of 1 out of 250,000 parts. To insure this quality goal, failed parts must be how many standard deviations from the mean? Use Excel to solve.

Homework Equations


z= (X-μ)/σ

The Attempt at a Solution


Hi! So I'm assuming that this is a normal distribution. I'm a little confused, I kind of feel like there wasn't enough information provided to find how many standard deviations need to be away from the mean.

So far I've tried finding the z-value using excel and assuming that 1/250000 is my alpha value:
=NORM.S.INV(1/250000) = -4.46518

I was thinking about trying to plug it into this formula to find σ:
z= (X-μ)/σ

Am I on the right track with this? I wasn't given an X or a μ, so I don't know how I would go about solving this.
 
Physics news on Phys.org
You are likely correct that you should be assuming a normal distribution. However you are not determining your z-value correctly. You need to account for the two sided nature of the error rate. Your alpha is the area under the bell curve on both sides of the mean z standard deviations out. So the area on each tail is alpha/2.
The inverse norm function is the inverse CDF and so gives the upper bound on the area under the bell curve of the input value.

Visualize the bell curve with the two tails, alpha/2 is the area of the upper tail (above the critical z value) and so 1 - alpha/2 is the area to the left of the critical z value.
You can then take inverse norm of (1-alpha/2) or equivalently the negative of the inverse norm of alpha/2.

Remember your Z score is standardized in terms of the mean and SD so it is the number of standard deviations above the mean so once you find the critical z-value that is your answer.
 
  • Like
Likes jdawg
Thank you! Super helpful!
 
Just for a bit of context, remember the (1-2-3) -68-95-99.7 rule, which will give you 27 failures per 10,000. Times 25 that is 675 per 250,000. So you have some way to go beyond that.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top