[5 points] In this exercise we investigate what happens to the distribution of $\hat{\beta_0}$ in linear regression when
the homoscedasticity assumption is not satisfied. Assume that, given $x_1,...,x_n$, $Y_i = \beta_0 + \beta_1x_i + \epsilon_i$, where
$\epsilon_i \sim N(0, \sigma_i^2)$. Assume that $\epsilon_i$ are independent. This is similar to the simple linear model we have used in
class with the exception that the assumption of homoscedasticity is not satisfied. Consider the estimator
for the slope $\hat{\beta_0} = \bar{Y} - \hat{\beta_1}\bar{x}$, where $\hat{\beta_1} = \frac{\sum_{i=1}^n (x_i - \bar{x})Y_i}{\sum_{i=1}^n (x_i - \bar{x})^2}$. Find the distribution of $\hat{\beta_0}$. (Keep in mind that
with heteroschedasticity you loose independence between Y and $\hat{\beta_1}$.)