How do we calculate the E(max(x,y))

  • Context: Graduate 
  • Thread starter Thread starter ayman88
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 12K views
ayman88
Messages
1
Reaction score
0
if we have two Independent geomtrice variables x and y ,
with prob of success for x is p and for y is q
how do we calculate the E(max(x,y))
 
Last edited:
Physics news on Phys.org
First, using order statistics, find the probability of the maximum of x and y.

That is, Y(n) = n * f(y) * [F(y)]^(n-1)

Use the probability density function for f(y), and the cumulative distribution function for F(y) (or just integrate the density function f(y)).

Once you have Y(n), finding its expected value is as simple as applying the definition. Also, make sure your variables are defined on the correct intervals. This will be crucial for integration.
 
Last edited: