This problem examines the properties of a pooled least squares estimate ($\hat{\beta_0}$) for the slope coefficient in a simple linear regression model. We are given two independent samples, yielding slope estimates $\hat{\beta_1}$ and $\hat{\beta_2}$ respectively, with the condition $\hat{\beta_1} > \hat{\beta_2} > 0$. We need to determine the possible behavior of $\hat{\beta_0}$, the estimate obtained from the combined (pooled) sample.
The simple linear regression model is given by $Y = \alpha + \beta X + \epsilon$. The least squares estimate for the slope coefficient ($\beta$) in a sample of size $n$ is calculated as:
$ \hat{\beta} = \frac{\sum_{i=1}^{n} (X_i - \bar{X})(Y_i - \bar{Y})}{\sum_{i=1}^{n} (X_i - \bar{X})^2} $A positive slope estimate ($\hat{\beta} > 0$) indicates that, on average, $Y$ tends to increase as $X$ increases within that specific sample. The pooled estimate $\hat{\beta_0}$ is calculated from the combined dataset containing $n_1 + n_2$ observations.
While individual sample estimates $\hat{\beta_1}$ and $\hat{\beta_2}$ are positive, the pooled estimate $\hat{\beta_0}$ is not necessarily bounded between $\hat{\beta_2}$ and $\hat{\beta_1}$. The pooled estimate reflects the overall relationship between $X$ and $Y$ across all observations. $\hat{\beta_0}$ can be negative if the covariance between $X$ and $Y$ in the pooled sample is negative. This occurs when the distribution of $X$ values and $Y$ values in the combined dataset results in $\sum (X_i - \bar{X})(Y_i - \bar{Y}) < 0$.
To demonstrate that $\hat{\beta_0}$ can be negative, consider the following hypothetical data points satisfying $\hat{\beta_1} > \hat{\beta_2} > 0$ (with $n_1, n_2 > 2$):
Here, the condition $\hat{\beta_1} = 3 > \hat{\beta_2} = 1 > 0$ is met.
Now, let's pool these six observations: $(1, 10), (1.5, 11.5), (2, 13), (9, 10), (9.5, 10.5), (10, 11)$.
The pooled sample means are $\bar{X} = 5.5$ and $\bar{Y} = 11$.
We calculate the pooled slope estimate $\hat{\beta_0}$ using the formula:
$ \hat{\beta_0} = \frac{\sum_{i=1}^{n_1+n_2} (X_i - \bar{X})(Y_i - \bar{Y})}{\sum_{i=1}^{n_1+n_2} (X_i - \bar{X})^2} $The sum of the products $(X_i - \bar{X})(Y_i - \bar{Y})$ for the pooled sample is:
The total sum of products is $-4.5 + (-5.5) = -10$.
The sum of the squared deviations $(X_i - \bar{X})^2$ for the pooled sample is:
The total sum of squares is $48.5 + 48.5 = 97$.
Therefore, the pooled slope estimate is $\hat{\beta_0} = \frac{-10}{97}$.
The example clearly shows that even with positive individual regression coefficients ($\hat{\beta_1} > \hat{\beta_2} > 0$), the pooled regression coefficient ($\hat{\beta_0}$) can be negative. This demonstrates that the pooled estimate's sign and value depend on the aggregate distribution of the data, not just the relationships within subgroups. Thus, the statement "$\hat{\beta_0}$ can be negative" is true.