How should I intepret P(X<Y<Z)?

  • Thread starter Sandbo
  • Start date
In summary: Somehow it's hard for me to observe P(X<Y<Z) and then come up with all these...In summary, P(X<Y<Z)=P(X<Y)P(Y<Z).
  • #1
Sandbo
18
0
For X, Y and Z are iid,
I have actually seen many versions of solutions, and personally I can write out the multi-variable integration one:
∫∫∫f(x,y,z)dxdydz, for x from -inf to y, then y from -inf to z, and z for all values, generally.

But from a book there is another method:
P(X<Y<Z)=P(X<min(Y,Z))P(Y,Z), which is neat and easier to compute.

May I know how would it be possible?
Can I say P(X<Y<Z)=P(X<Y) and P(Y<Z)?
And what I could come out with was P(X<Y<Z)=P(X<Y)P(Y<Z), which looks incorrect, may I know what is wrong in this?Many thanks.
 
Last edited:
Physics news on Phys.org
  • #2
Sandbo said:
P(X<Y<Z)=P(X<min(X,Y))P(Y,Z), which is neat and easier to compute.
That makes no sense. Do you mean P(X<Y<Z)=P(X<min(Y,Z))P(Y<Z)?
Can I say P(X<Y<Z)=P(X<Y) and P(Y<Z)?
No, those would not be independent.
The easiest is to realize that all six possible orderings are equally likely.
 
  • #3
haruspex said:
That makes no sense. Do you mean P(X<Y<Z)=P(X<min(Y,Z))P(Y<Z)?

No, those would not be independent.
The easiest is to realize that all six possible orderings are equally likely.

Oh yes, I am very sorry for the typo.
For the 6 possible orderings, did you mean X<Y, Y<Z, X<Z, Z<X, Z<Y, Y<X?
Out of them, what can I do with that?
 
  • #4
Sandbo said:
For X, Y and Z are iid,
I have actually seen many versions of solutions, and personally I can write out the multi-variable integration one:
∫∫∫f(x,y,z)dxdydz, for x from -inf to y, then y from -inf to z, and z for all values, generally.

But from a book there is another method:
P(X<Y<Z)=P(X<min(Y,Z))P(Y,Z), which is neat and easier to compute.

May I know how would it be possible?
Can I say P(X<Y<Z)=P(X<Y) and P(Y<Z)?
And what I could come out with was P(X<Y<Z)=P(X<Y)P(Y<Z), which looks incorrect, may I know what is wrong in this?


Many thanks.

P(X < min(Y,Z)) = P(X < Y < Z) + P(X < Z < Y). However, if the random variables are iid and continuous you can use symmetry to conclude that P(X < Y < Z) = (1/2)P(X < min(Y,Z)) and P(Y<Z) = 1/2. Thus, P(X<Y<Z)=P(X<min(Y,Z))P(Y,Z) for iid continuous random variables (but not if they have nonzero point probabilities at some places).
 
Last edited:
  • #5
haruspex said:
The easiest is to realize that all six possible orderings are equally likely.
You are implicitly assuming P(X=Y)=P(X=Z)=P(Y=Z)=0 here. There are more than six possible orderings if that that isn't the case. That would mean a pathological probability distribution, which is probably beyond the scope of this question.

Sandbo said:
For the 6 possible orderings, did you mean X<Y, Y<Z, X<Z, Z<X, Z<Y, Y<X?
No. He meant X<Y<Z is one of the possible orderings. X<Z<Y is another. There are six altogether (assuming a non-pathological distribution).
 
  • #6
Ray Vickson said:
P(X < min(Y,Z)) = P(X < Y < Z) + P(X < Z < Y). However, if the random variables are iid and continuous you can use symmetry to conclude that P(X < Y < Z) = (1/2)P(X < min(Y,Z)) and P(Y<Z) = 1/2. Thus, P(X<Y<Z)=P(X<min(Y,Z))P(Y,Z) for iid continuous random variables (but not if they have nonzero point probabilities at some places).

Thanks to all for your inputs,
for the P(X<min(Y,Z)),
can I say that it is:
P(X<min(Y,Z))=P(X<Y|Y<Z)+P(X<Z|Z<Y)?
and also would P(X<Y<Z) be equal to P(X<Y,Y<Z)?
 
  • #7
Sandbo said:
can I say that it is:
P(X<min(Y,Z))=P(X<Y|Y<Z)+P(X<Z|Z<Y)?
No!

and also would P(X<Y<Z) be equal to P(X<Y,Y<Z)?
Yes.
 
  • #8
D H said:
No!


Yes.

Thanks so much for your clarification, I have been spending so much time on all these seemingly very basic concepts, but still I have trouble getting them.

Would there be a more efficient way in acquiring the sense in probabilistic calculations?
Somehow it's hard for me to observe P(X<Y<Z) and then come up with all these...
 
  • #9
Sandbo said:
Thanks so much for your clarification, I have been spending so much time on all these seemingly very basic concepts, but still I have trouble getting them.
You can add two probabilities only if they are mutually exclusive events from the same sample space.

In your previous post, you wanted to use P(X<Y|Y<Z)+P(X<Z|Z<Y). That's not valid because P(X<Y|Y<Z) and P(X<Z|Z<Y) represent rather different sample spaces. Adding those probabilities doesn't make sense.

You can multiply two probabilities only if they are independent events. In your first post you asked about P(X<Y<Z)=P(X<Y)P(Y<Z). That's not valid because P(X<Y) and P(Y<Z) are not independent events.

Would there be a more efficient way in acquiring the sense in probabilistic calculations?
Somehow it's hard for me to observe P(X<Y<Z) and then come up with all these...
If the CDF is continuous there are six mutually exclusive events with non-zero probabilities. X<Y<Z is one of them. What are the others? Is there *any* reason to think that these six events have different probabilities?
 
  • #10
Thanks a lot for your statements, they are very clear and much better than any books I have read.
And for the second concern, I understand that, after you all have stated the range of possible outcomes, how the equation of P(X<min(Y,Z) was computed; I was just sad about not being able to observe that at the beginning, as it seems to me very anti-intuitive...just wondering how I should learn probability in order to acquire a sense like you all have.
 
  • #11
The reasons you can use P(X<Y<Z) = P(X<min(Y,Z))*P(Y<Z) are that
  • X<Y<Z is equivalent to X<min(Y,Z) and Y<Z, and
  • Assuming a non-pathological distribution, X<min(Y,Z) and Y<Z are independent events, so you can multiply the probabilities P(X<min(Y,Z)) and P(Y<Z) to yield P(X<Y<Z).

Note that another way to express X<Y<Z is X<Y and Y<Z. The problem here is that X<Y and Y<Z are not independent events. Given iid X,Y,Z, P(X<Y)=P(Y<Z)=1/2, so P(X<Y)*P(Y<Z)=1/4. This is not P(X<Y<Z).
 
Last edited:
  • Like
Likes 1 person
  • #12
D H said:
You are implicitly assuming P(X=Y)=P(X=Z)=P(Y=Z)=0 here. There are more than six possible orderings if that that isn't the case. That would mean a pathological probability distribution, which is probably beyond the scope of this question.


No. He meant X<Y<Z is one of the possible orderings. X<Z<Y is another. There are six altogether (assuming a non-pathological distribution).

Even if the random variables are not continuous there are still six possible (strict) orderings, all having equal probability in the iid case. What will change is that each strict ordering no longer has probability 1/6, because there will be nonzero probabilities of equalities. For this to happen the random variables don't need to be "pathological"; there is nothing particularly pathological about binomial or Poisson or hypergeometric distributions, or even about mixed discrete-continuous distributions. Such distributions occur all the time in applications.
 

1. What does the notation P(X

The notation P(X

2. How do I interpret P(X

One example of interpreting P(X

3. Can P(X

No, the value of P(X

4. How is P(X

P(X

5. What factors can affect the value of P(X

The value of P(X

Similar threads

  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
2K
Replies
2
Views
642
  • Calculus and Beyond Homework Help
Replies
8
Views
466
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
Replies
10
Views
1K
  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Differential Equations
Replies
27
Views
2K
Replies
40
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
493

Back
Top