Question bout normal distribution:

AI Thread Summary
To find the area between two values in a normal distribution, the correct approach is to use the cumulative distribution function (CDF) values for both bounds, expressed as P(-∞ < z ≤ b) - P(-∞ < z < a). The confusion arises from whether to express the area as P(a < z < +∞), which is valid but less commonly tabulated. When calculating probabilities for a specific range, such as 1279.5 ≤ Z < 1310.5, the correct method involves using the CDF for both bounds. The area between a and b can be visualized as the difference between the cumulative probabilities at those points. Understanding these concepts clarifies how to accurately determine probabilities within a normal distribution.
semidevil
Messages
156
Reaction score
2
so w/ the normal distribution, to find the area between 2 numbers, say P(a \leq Z \leq b),, I need to split this up into 2:

P(-\infty &lt; z \leq b) - P(-\infty &lt; z &lt; a).

my question is, why is it not P(a &lt; z &lt; +\infty)?
 
Physics news on Phys.org
You could do it that way, if you had tables of values for P(a &lt; z &lt; +\infty), but mostly things are tabulated the other way.

Also:

P(a &lt; z &lt; +\infty) = 1 - Pr(-\infty &lt; z &lt; a)
 
Last edited:
James R said:
You could do it that way, if you had tables of values for P(a &lt; z &lt; +\infty), but mostly things are tabulated the other way.

Also:

P(a &lt; z &lt; +\infty) = 1 - Pr(-\infty &lt; z &lt; a)


so I'm getting confused. I have a question regarding storage space and shipment. they are asking what is the probability that the next shipment will be enough, but at the same time, not overflow the storage space.

so basically a &lt; z &lt; b. so in my problem, it has to be 1279.5 \leq Z &lt; 1310.5

so first, I break it up, and do 1279.5 &lt; Z &lt; \infty.

on the second part, do I do -\infty &lt; z &lt; 1310.5 or do I do 1279.5 < z < 1310.5 [/tex]

to me, I think the second one is right...but the way the book is doing it, it seems like it is sayingi f I want to know between a and b, I need to -inf < z < b and also -inf < z < a, which doesn't make that much sense...
 
i f I want to know between a and b, I need to -inf < z < b and also -inf < z < a, which doesn't make that much sense...

Maybe there's a way to use those two quantities to determine what you want to know.
 
Think of the probability as the area under the bell curve. You want the area between a and b. You have the area between negative infinity and a, and between negative infinity and b. So...
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top