Self study-Common expectation and variance for sum of independent random variables

83 Views Asked by At

I am doing a problem that reads

Suppose $X_1, X_2..., X_n$ are independent random variables with common expectation $\mu$ and variance $\sigma^2$. Let $S_n$=$X_1+X_2+...+X_n$. Find the expectation and variance of $S_n$ repeat for $S_n/n$.

I am kind of at a loss. I assumed the expectation would remain the same for $S_n$, if I have two random variables that can take on the same values and have the same expectation, wouldn't the expectation remain the same because I would be doubling both the numerator and the denominator?

1

There are 1 best solutions below

2
On BEST ANSWER

The expectation is a linear operator: $$\mathbb{E}[\alpha X+ \beta Y] = \alpha\mathbb{E}[X]+ \beta\mathbb{E}[Y] $$ for any random variables $X,Y$ (not necessarily independent) that have well-defined expectations; and constants $\alpha,\beta$.

The variance is not, but you have: $$ \operatorname{Var}(\alpha X) = \alpha^2\operatorname{Var}(X) $$ for any random variable $X$ that has a well-defined variance, and constant $\alpha$. Moreover, if both $X,Y$ have a variance, and $X,Y$ are independent, then $$ \operatorname{Var}(X+Y) = \operatorname{Var}(X) + \operatorname{Var}(Y). $$