+ Reply to Thread
Results 1 to 8 of 8

Thread: Random variables problem

Hybrid View

  1. #1
    Points: 1,330, Level: 20
    Level completed: 30%, Points required for next Level: 70

    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Random variables problem

    Hello all. I'm having a lot of trouble with several of the problems on my latest stat homework. Up until now I've understood almost everything, but this is new assignment is going over my head. Here's the one that's giving me the most trouble.

    Let X1, X2, and X3 be exponentially distributed random variables with expectations 2, 3, and 4 respectively. If the three random variables are independent, calculate

    1. P(min{X1,X2,X3} > 5)

    2. P(max{X1,X2,X3} > 5)

    3. E[min{X1,X2,X3}]

    I realize that this site asks for an attempt first, but I have been trying to figure this one out for several hours now and I just don't know what to do with it. I think my biggest issue is the max and mins. I searched through the entire chapter for anything that resembles this and came up empty. I really want to learn how these work because I'm positive that something like this will be on the final. Thanks for any help!

  2. #2
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Random variables problem

    For question 1 it helps to realize that for the min to be greater than 5 that ALL of the random variables need to be greater than 5. Since they're independent the joint probability of that occurring is just the product of the marginal probabilities of that event.

  3. #3
    Points: 1,330, Level: 20
    Level completed: 30%, Points required for next Level: 70

    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Random variables problem

    Thank you, that makes perfect sense. By using that logic, would the second one just be 1 - P(max{X1,X2,X3} <= 5)? It also seems to me that the 3rd one should just be the min expectation of X1, X2, and X3 which would be 2.

  4. #4
    TS Contributor
    Points: 14,840, Level: 78
    Level completed: 98%, Points required for next Level: 10

    Posts
    2,302
    Thanks
    8
    Thanked 373 Times in 352 Posts

    Re: Random variables problem

    The minimum function is not linear; you cannot exchange the order of
    operation with expectation in general. i.e.

    E[\min\{X_1, X_2, X_3\}] \neq \min\{E[X_1], E[X_2], E[X_3]\}

    For question 3, you may wish to obtain the probability density function
    of \min\{X_1, X_2, X_3\} first, or more directly, use

    E[\min\{X_1, X_2, X_3\}] = \int_0^{+\infty} 
\Pr\{\min\{X_1, X_2, X_3\} > x\} dx

    as the support of the minimum of exponentials are also positive.

  5. #5
    Points: 1,330, Level: 20
    Level completed: 30%, Points required for next Level: 70

    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Random variables problem

    I tried the suggestion for part 3. If I ran the calculation correctly, the answer is 0.923. That seems wrong to me since the expectation of all three variables is above 2.

  6. #6
    RotParaTon
    Points: 46,248, Level: 100
    Level completed: 0%, Points required for next Level: 0
    Awards:
    Discussion EnderPosting AwardFrequent PosterCommunity AwardMaster Tagger
    Dason's Avatar
    Location
    Ames, IA
    Posts
    9,080
    Thanks
    211
    Thanked 1,608 Times in 1,378 Posts

    Re: Random variables problem

    But shouldn't you expect that the expectation of the minimum of a bunch of random variables is less than the minimum of the expectations?

    Also the result you get seems to be reasonable according to some quick simulation in R
    Code: 
    > n<-100000
    > dat<-data.frame(rexp(n,1/2),rexp(n,1/3),rexp(n, 1/4))
    > mean(apply(dat,1,min))
    [1] 0.921456

  7. #7
    TS Contributor
    Points: 14,840, Level: 78
    Level completed: 98%, Points required for next Level: 10

    Posts
    2,302
    Thanks
    8
    Thanked 373 Times in 352 Posts

    Re: Random variables problem

    Quote Originally Posted by player View Post
    I tried the suggestion for part 3. If I ran the calculation correctly, the answer is 0.923. That seems wrong to me since the expectation of all three variables is above 2.
    Actually if you know the Jensen's Inequality, you can prove the inequality
    as well.

+ Reply to Thread

Similar Threads

  1. random variables problem
    By thenumber42 in forum Probability
    Replies: 2
    Last Post: 04-07-2011, 08:16 PM
  2. Random variables/random phenomenom question ?
    By johny_5 in forum Statistics
    Replies: 1
    Last Post: 01-19-2011, 10:15 AM
  3. Problem involving Random Variables
    By Toru in forum Probability
    Replies: 2
    Last Post: 05-09-2009, 02:24 PM
  4. When are random variables random?
    By jdmac11 in forum Statistical Research
    Replies: 0
    Last Post: 11-26-2008, 08:34 AM
  5. Statistics Problem (random variables)
    By samhenric in forum Probability
    Replies: 0
    Last Post: 10-06-2007, 11:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts








Advertise on Talk Stats