I fit the model y = a + b * x. And 95% CI for estimates of a and b are (a1, a2), (b1, b2), respectively.
If we have a new observation x0, then the estimated response is a_hat + b_hat * x0. And the 95% CI is (a1 + b1 * x0, a2 + b2 * x0)
Case 1, now given y = 0, I want to estimate the responding x.
I guess the confidence interval for x is (a1 / b2, a2 / b1). Am I right?
Case 2, if we fit a model y = a + b * x + c * z + d * x * z , a_hat<0, b_hat,c_hat,d_hat>0,
Given y = 0, how to calculate the confidence interval for x + z?
y=Yhorizontal line intersects the lower and upper confidence bands of the regression line – OMG Jan 18 '14 at 23:45