- Let $X$ be a discrete random variable. And let $Y = cX$ for some constant $c$. How can you express the distribution of $Y$ in terms of the distribution of $X$?
- Let $X$ be a continuous random variable now. And let $Y = cX$ again. How can you express the PDF of $Y$ in terms of the PDF of $X$ by using CDF?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.
Hints: 1) What is the probability that $X=x$? What is the probability that $Y=cx$? 2) What is the probability that $X\le x$? What is the probability that $Y\le cx$? What does this imply for the density? You might read and inwardly digest Wikipedia's article on scale parameters as well as the answers to your previous question Normal Distribution and PDF |
|||
|
Let $F(x)$ be the CDF of $X$ and $G(y)$ be the CDF of $Y.$ Then $$G(y)= P[Y \leq y]= P[cX \leq y] = P[X \leq {y \over c}] = F({y \over c}).$$ |
|||
|