Let $(\Omega,\mathcal F,\mathbf P)$ be a probability space. Suppose a random variable $X$ has expectation $\mu=\mathbf E(X)$ and variance $\sigma^2=\mathrm{Var}(X)$. Does the random variable $Y$ given by $Y=\frac{X-\mu}\sigma$ satisfy $\mathbf E(Y)=0$ and Var$(Y)=1$?
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.
|
|
Hint: $\mathrm E[Y]=\mathrm E[(X-\mu)/\sigma]=\mathrm E[X]/\sigma-\mathrm E[\mu/\sigma]$ $\mathrm {var}(X)=\mathrm E[X^2]-\mathrm E[X]^2$ |
|||
|
|
|
$$Var(Y)=\left(E\left[\frac{(X-\mu)^2}{\sigma^2}\right]-E\left[\frac{X-\mu}{\sigma}\right]^2\right)=\frac{1}{\sigma^2}\left(E[(X-\mu)^2]-E[X-\mu]^2\right)=\frac{1}{\sigma^2}\left(E[X^2]-2\mu EX+\mu^2-(E[X]^2-2\mu EX +\mu^2)\right)=\frac{1}{\sigma^2}\left(E[X^2]-E[X]^2\right)=\frac{Var(X)}{\sigma^2}=1$$ $$E(Y)=E\left(\frac{X-\mu}{\sigma}\right)=\frac{1}{\sigma}\left(E[X]-\mu\right)=0$$ |
|||
|
|