So I'm working on a question that wants me to consider the sample mean $\mu_1$ (estimator of $\mu$) when $n=3$ to be $μ_1=X_1+X_2+X_3$. Now first I assume that they are independently and identically distributed. I have to find whether it is unbiased and then the variance.
I did $E[\mu_1]=\dfrac{1}{3}E[X_1+X_2+X_3]=\dfrac{1}{3}(E[X_1]+E[X_2]+E[X_3])=\dfrac{1}{3}(3μ)=μ$ So there is no bias right?
For variance $V[μ_1]=\dfrac{1}{9}(V[X_1]+V[X_2]+V[X_3])=\dfrac{1}{9}(3σ^2)=\dfrac{1}{3}σ^2$
After that, I am told to assume that the sample is not i.i.d and I have to derive the bias and variance of the sample mean where the observations are independent but $V(X_3)=2V(X_1)=2V(X_2)$ So does that mean that $E[μ_1]$ is that same as above since the observations are independent. Im going off the thought that if $X$ and $Y$ are independent than $E[XY]=E[X]E[Y]$ and applying that to this, thinking if $X_1,X_2,X_3$ are independent observations than $E[μ_1]$ will just equal $μ$.