View Single Post
  #1  
Old November 22nd, 2008, 06:27 PM
lllll's Avatar
lllll lllll is offline
Senior Member
 
Join Date: Jan 2008
Location: Montreal
Posts: 290
Country:
Thanks: 205
Thanked 31 Times in 27 Posts
lllll is on a distinguished road
Default bounds for marginal density

f(x, \ y) = \left\{ \begin{array}{rcl}
e^{-(x+y)} & \mbox{for} & x>0, \ y>0 \\ 
0 & \mbox{otherwise} 
\end{array}\right.

find the marginal density for x

f_1(x) = \int_0^y e^{-(x+y)} \ dy

f_1(x) = e^{-x}\int_0^y e^{-y} \ dy

f_1(x) = -e^{-(x+y)} \bigg{|}^y_0

f_1(x) = -e^{-(x+y)} + e^{-2x}

yet the answer in the back of the book is:

f_1(x) = e^{-x}

which would imply that the bounds are -\infty and 0 where we would have:

f_1(x) ={\color{blue}\int_{-\infty}^0} e^{-(x+y)} \ dy
Reply With Quote