- 15,524
- 768
You did not restrict x to [0,1] in that plot. What happens to z when x is outside of [0,1] is irrelevant.
The discussion focuses on finding the cumulative distribution function (CDF) for the random variable Z defined as Z = (X + Y) / (X - Y), where X and Y are independent uniform random variables on the interval [0, 1]. Participants emphasize that for a function to qualify as a CDF, it must be monotonic, equal to zero at the lower bound, and equal to one at the upper bound. The conversation reveals that Z cannot take certain values, specifically in the interval (-1, 1), and that the correct approach involves determining the probability density function (PDF) first before integrating to find the CDF.
PREREQUISITESStatisticians, data scientists, and students in probability theory who are interested in understanding the behavior of random variables and their distributions, particularly in the context of transformations and cumulative distribution functions.
Since you are having so much trouble with this, ulissess, I help out a bit more than we normally do here.vela said:If you want to go straight to FZ(z) by computing areas, you need to make sure you're looking at the right areas, so think about which lines z=±1 and z=±∞ correspond to. (Note you can also use this to figure out what the correct limits on your earlier integrals should be.)
1Except for the origin, all points on the x-axis will map to the same z value. What is this z value for points on the x axis?
-1Except for the origin, all points on the y-axis will also map to a single z value. What is this z value for points on the y axis?
\frac{z+1}{z-1}Suppose you want this line to represent a specific z value, obviously a negative z value given the discussion in item 1 above. What is the value of x that makes all points on this second line segment represent the (x,y) pairs that map to this value of z?
[PLAIN]http://img683.imageshack.us/img683/7565/duegu.jpg (the black area)Note that these two line segments split the unit square into three triangles. One of these triangles represents all z values from -∞ to your selected z value. Which of the three triangles is this, and what is its area?
[PLAIN]http://img694.imageshack.us/img694/5990/unokc.jpgTo deal with positive z values, do the same thing but replace the line to (x,1) with a line to (1,y). This line segment plus the diagonal once again divides the unit square into three triangles, each representing some set of z values. What does this tell you about the CDF for positive z values?