oyth94
- 32
- 0
Let X~ uniform(0,1), ie f(x) = 1/(R-L) for L<x<R and c<0. Let Y= cX+d. What is the distribution of Y?
The distribution of Y, defined as Y = cX + d where X follows a uniform distribution U(0,1) and c < 0, results in Y being uniformly distributed between the bounds cL + d and cR + d. Given that L = 0 and R = 1, the distribution simplifies to Y ~ U(d, c + d). This conclusion is reached by rearranging the equation and substituting the limits of X into the derived inequalities.
PREREQUISITESMathematicians, statisticians, and students studying probability theory who are interested in understanding the effects of linear transformations on uniform distributions.
Think about what happen to X when you add d.oyth94 said:Let X~ uniform(0,1), ie f(x) = 1/(R-L) for L<x<R and c<0. Let Y= cX+d. What is the distribution of Y?
oyth94 said:I rearranged Y=cX+d to get X=(Y-d)/c and substitute it into L<x<R
So it's L< (Y-d)/c < R => cL + d < Y< cR+d
So is that the dist. of Y?