Revision as of 10:12, 5 October 2008 by Jmcneali (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^{x_2} x_1 dx_1 dx_2 + \int_0^1 \int_{x_2}^1 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

Alumni Liaison

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

Buyue Zhang