Suppose we have 8 Random Variables X 1 , X 2 , … , X n such that each X i ∼ exponential ( λ ) . Find P ( X 1 < X 2 < ⋯ < X n )
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Lets consider the case when there is only two random variables.
P ( X 1 < X 2 ) which can be easily shown to be 2 1 . How about for the case when there is three random variables? P ( X 1 < X 1 < X 3 ) = 6 1
First, lets consider the complimentary case of P ( X 1 < X 2 ) The compliment would be P ( X 1 > X 2 ) . This probability is also just 2 1
This seems to suggest 2 things about our sample space.
1) Obviously when there are 2 Random variables : P ( X 1 < X 2 ) and P ( X 1 > X 2 ) span the entire sample space.
2) Though nontrivial, due to independence the P ( X 1 < X 2 ) = P ( X 1 > X 2 ) .
Could we generalize this to case with n variables? Well, we could take the brute force approach and evaluate the general expression evaluated in the beginning of this post. However it is evident that some pattern exists among these random variables.
Let us now consider the case of 3 random variables. Can we partition the sample space in such a way that makes the computation of P ( X 1 < X 2 < X 3 ) easier?
Well if we notice P ( X 1 < X 2 < X 3 ) = P ( X 1 < X 3 < X 2 ) = P ( X 2 < X 3 < X 1 ) = P ( X 2 < X 1 < X 3 ) = P ( X 3 < X 2 < X 1 ) = P ( X 3 < X 1 < X 2 ) Then their sum is obviously equal to 1 and therefore each individual event occurs with probability 6 1
Finally, for the case where there are n random variables there are n ! ways of choosing an ordering of X 1 . . X n thus the P ( X 1 < X 2 < . . X n ) = n ! 1 .
The answer to the question is 8 ! 1
Is there a reason why you chose it to be an exponential distribution?
Log in to reply
well its because the naive approach to this question would be an octuple integral which would suck.
Problem Loading...
Note Loading...
Set Loading...
P ( X 1 < X 2 < X 3 < . . . < X 8 ) is given by the integral:-
∫ 0 ∞ ∫ X 1 ∞ ∫ X 2 ∞ . . . . . ∫ X 7 ∞ λ n e − λ ∑ i = 1 8 X i d X 8 d X 7 . . . . . . . . d X 3 d X 2 d X 1 = 8 ! 1
The integral is easy enough to calculate.
Otherwise we can approach it in a more general way.
Let P ( X 1 < X 2 < X 3 < . . . < X n ) = k .
The number of ways these random variables X 1 , X 2 . . . X n can be arranged in ascending order is equivalent to the permutation of n distinct objects = n ! . All of those cases will have equal probability = k . Also these n ! events constitute the entire event space(except for the cases when two or more variables are equal which happens with a probability which in limit tends to 0 in p) . So summation of all the probabilities will be equal to 1 .
Hence i = 1 ∑ n ! k = k ⋅ n ! = 1 ⟹ k = n ! 1 . This is in general true for all distributions. For the case n = 8 . The probability is 8 ! 1