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.
  • 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?
share|improve this question
Keep in mind that if $Y=cX$, then you can also say that $X = c^{-1}Y$, that might help. – Dima McGreen Aug 13 at 21:35

2 Answers

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

share|improve this answer

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}).$$

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.