Breusch–Pagan test
In statistics, the Breusch–Pagan test (named after Trevor Breusch and Adrian Pagan) is used to test for heteroscedasticity in a linear regression model. It tests whether the estimated variance of the residuals from a regression are dependent on the values of the independent variables.
Suppose that we estimate the equation
We can then estimate
, the residual. Ordinary least squares constrains these so that their mean is 0, so we can calculate the variance as the average squared values. Even simpler is to simply regress the squared residuals on the independent variables, which is the Breusch–Pagan test:
If an F-test confirms that the independent variables are jointly significant then we can reject the null hypothesis of homoscedasticity.
The Breusch–Pagan test tests for conditional heteroscedasticity. It is a chi-squared test: the test statistic is nχ2 with k degrees of freedom. If the Breusch–Pagan test shows that there is conditional heteroscedasticity, it can be corrected by using the Hansen method, using robust standard errors, or re-thinking the regression equation.
Contents |
[edit] Application in economics
Under the classical assumptions, including homoscedasticity, Ordinary Least Squares is the Best Linear Unbiased Estimator (BLUE), i.e., it is unbiased and efficient. The efficiency is lost, however, in the presence of heteroscedastic disturbances. Before deciding upon an estimation method, one may conduct the Breusch–Pagan test to determine the presence of heteroscedasticity. The Breusch–Pagan test is based on models of the type
for the variances of the observations where
explain the difference in the variances. The null hypothesis is equivalent to the
parameter restrictions:
The following Lagrange Multiplier (LM) yields the result to the Breusch–Pagan test:
This test is analogous to the following simple three-step procedure:
- Step 1: Apply OLS in the model
and compute the regression residuals.
- Step 2: Perform the auxiliary regression
- Step 3: The test statistic is the result of the coefficient of determination of the auxiliary regression in Step 2 and sample size
with:
The test statistic is asymptotically distributed as
under the null hypothesis homoscedasticity.
[edit] Software
In R (programming language), this test is performed by function bptest, available in package lmtest.
In Stata, one specifies the full regression, and then enters the command "estat hettest" followed by all independent variables.
[edit] See also
[edit] References
- Breusch, T.S.; Pagan, A.R. (1979). "Simple test for heteroscedasticity and random coefficient variation". Econometrica (The Econometric Society) 47 (5): 1287–1294. doi:10.2307/1911963. JSTOR 1911963. MR545960..
- Heij, C.; P. de Boer (2004). Econometric Methods with Applications in Business and Economics. Oxford University Press. pp. 334–353..
|
|
This article needs attention from an expert on the subject. See the talk page for details. WikiProject Statistics or the Statistics Portal may be able to help recruit an expert. (November 2008) |



![LM=\left (\frac{\partial l}{\partial\theta} \right )'\left (-E\left [\frac{\partial^2 l}{\partial\theta \partial\theta'} \right ] \right )^{-1}\left(\frac{\partial l}{\partial\theta} \right ).](http://upload.wikimedia.org/wikipedia/en/math/1/1/3/1133da09d127041bd480a3370f63fb9a.png)


with: