Is the following estimator $\hat{\rho}$ unbiased for $\rho$? $\hat{\rho}$ = $\frac{\frac{1}{n}\sum_{i=1}^n(Y_i - \bar{Y})(X_i - \bar{X})}{\sqrt{{\frac{1}{n}\sum_{i=1}^n(Y_i - \bar{Y})^2\frac{1}{n}(X_i - \bar{X})^2}}}$
$\rho$ is the Pearson's correlation coefficient.
So, firstly, we can reduce the expression by factoring out our n term. This gives us:
$\frac{(Y_i - \bar{Y})(X_i - \bar{X})}{\sqrt{{(Y_i - \bar{Y})^2(X_i - \bar{X})^2}}}$
Now, we can see that this fraction reduces to 1. Therefore, the estimator is unbiased. Is this a correct calculation? Did I mess up something in my utilization of the linearity of expectation?