Revision as of 16:27, 6 October 2008 by Agautam (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Starting this problem is similar to question 3 in homework 1.

$ Y = min(x_1, x_2) $

$ f(x_1) = c_1\cdot e^{-c_1x1} $

$ f(x_2) = c_2\cdot e^{-c_2x2} $

From here we can use properties of integration to expand our min function into integrals.

$ \int_0^1 \int_0^1 min(x_1, x_2) $

I believe we can set the bounds from 0 to 1 since probabilities can not exceed this range.

$ \int_0^1 \int_0^{f(x_2)} f(x_1) dx_1 dx_2 + \int_0^1 \int_{f(x_2)}^1 f(x_2) dx_1 dx_2 $

This equation is derived through the property that if $ x_1 $ is smaller than $ x_2 $ then $ x_1 $ will be equal to Y and vise-versa


I don't really see how the limit is f(x2) and you are also integrating on f(x2). Although I do agree the problem bears resemblance to hw 1, where we had to find the max of (x,y). Only in this case, it is an exponential random variable and you are finding the min. //Anand

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang