Deduce X from a constant in variance properties

30 Views Asked by At

How do you consider $\operatorname{Var}(c-\alpha X)$?

I'm learning that $V(c) = 0$, where $c$ is a constant.

Does it turn the above into:

$0 - \operatorname{Var}(\alpha X) = -[\alpha^2\operatorname{Var}(X)]$

1

There are 1 best solutions below

0
On BEST ANSWER

\begin{align} Var(c-aX) &= Var(-aX) \\ &= (-a)^2Var(X) \end{align}

We have $$Var(aX+bY) = a^2Var(X)+b^2Var(Y) + 2abCov(X,Y)$$