Let $X_1,X_2,...,X_n$ be the iid sample from $N(\theta,1)$.
Then how can I compute the correlation coefficient between sample mean $\bar X$ and $X_1$?
In order to get the $\rho$, I need to take care of $E[(X_1-\theta)(\bar X-\theta)]$, which equals $E(X_1\bar X)-\theta^2$.
To get $E(X_1\bar X)$, i need joint pdf of $\bar X$ and $X_1$, which requires $\rho$.
Where did I stuck?
Please help me with it.