Simultaneous Inference
( \newcommand{\kernel}{\mathrm{null}\,}\)
We want to find confidence interval for more than one parameter simultaneously. For example we might want to find confidence interval for β0 and β1.
Bonferroni Joint Confidence Intervals
The confidence coefficients for individual parameters are adjusted to the higher 1 - α so that the confidence coefficient for the collection of parameters must be at least 1 - α. This is based on the following inequality:
Theorem (Bonferroni's Inequality)
P(β0∩β1)≥1−P(βc0)−P(βc1)
for any two events β0 and β1, where βc0 and βc1 are complements of events β0 and β1, respectively.
We take, β0= the event that confidence interval for β0 covers β0; and, β1= the event that confidence interval for β1 covers β1;
So, if P(β0)=1−α1, and P(β1)=1−α2, then P(β0∩β1)≥1−α1−α2, by Bonferroni's inequality (Equation ???). Note that β0∩β1 is the event that confidence intervals for both the parameters cover the respective parameters. Therefore we take α1=α2=α/2 to get joint confidence intervals with confidence coefficient at least 1−α,
b0±t(1−α/4;n−2)s(b0) and b1±t(1−α/4;n−2)s(b1) for β0 and β1, respectively.
Bonferroni Joint Confidence Intervals for Mean Response
We want to find the simultaneous confidence interval for E(Y|X=Xh)=β0+β1Xh for g different values of Xh. Using Bonferroni's inequality for the intersection of g different events, the confidence intervals with confidence coefficient (at least) 1−α are given by
^Yh±t(1−α/2g;n−2)s(^Yh).
Confidence band for regression line : Working-Hotelling procedure
The confidence band
^Yh±√2F(1−α;2,n−2)s(^Yh)
contains the entire regression line (for all values of X) with confidence level 1−α. The Working-Hotelling procedure for obtaining the 1−α simultaneous confidence band for the mean responses, therefore, is to use these confidence limits for the g different values of Xh.
Simultaneous prediction intervals
Recall that, the standard error of prediction for a new observation Yh(new) with X=Xh, is s(Yh(new)−^Yh)=√MSE(1+1n+(Xh−¯X)2∑i(Xi−¯X)2)
- Bonferroni procedure : ^Yh±t(1−α/2g;n−2)s(Yh(new)−^Yh).
- Scheffe procedure : ^Yh±√gF(1−α;g,n−2)s(Yh(new)−^Yh).
Remark : A point to note is that except for the Working-Hotelling procedure for finding simultaneous confidence intervals for mean response, in all the other cases, the confidence intervals become wider as g increases.
Which method to choose : Choose the method which leads to narrower intervals. As a comparison between Bonferroni and Working-Hotelling (for finding confidence intervals for the mean response), the following can be said :
- If g is small, Bonferroni is better.
- If g is large, Working-Hotelling is better (the coefficient of s(^Yh) in the confidence limits remains the same even as g becomes large).
Housing data as an example
Fitted regression model : ^Yh=28.981+2.941X,n=19,s(b0)=8.5438,s(b1)=0.5412,MSE=11.9512.
- Simultaneous confidence intervals for β0 and β1 : For 95% simultaneous C.I., t(1−α/4;n−2)=t(0.9875;17)=2.4581. The intervals are (for β0andβ1, respectively)
28.981±2.4581×8.5438≡28.981±21.002,2.941±2.4581×0.5412≡2.941±1.330
- Simultaneous inference for mean response at g different values of X : Say g = 3.
And the values are
Xh |
14 | 16 | 18.5 |
^Yh |
70.155 | 76.037 | 83.390 |
s(^Yh) |
1.2225 | 0.8075 | 1.7011 |
t(1−0.05/2g;n−2)=t(0.99167;17)=2.655,√2F(0.95;2,n−2)=√2×3.5915=2.6801
The 95% simultaneous confidence intervals for the mean responses are given in the following table:
Xh |
14 | 16 | 18.5 |
Bonferroni | 70.155±3.248 |
76.037±2.145 |
83.390±4.520 |
Working-Hotelling | 70.155±3.276 |
76.037±2.164 |
83.390±4.559 |
- Simultaneous prediction intervals for g different values of X : Again, say g = 3 and the values of 14,16 and 18.5. In this case, α=0.05,t(1−α/2g;n−2)=t(0.99167;17)=2.655. And √gF(1−α;g,n−2)=√3F(0.95;3,17)=√3×3.1968=3.0968. The standard errors and simultaneous 95% C.I. are given in the following table:
Xh |
14 | 16 | 18.5 |
^Yh |
70.155 | 76.037 | 83.390 |
s(Yh(new)−^Yh) |
3.6668 | 3.5501 | 3.8529 |
Bonferroni | 70.155±9.742 |
76.037±9.432 |
83.390±10.237 |
Scheffe | 70.155±11.355 |
76.037±10.994 |
83.390±11.932 |
Contributors
- Anirudh Kandada(UCD)