In econometrics, we are often interested in testing whether specific relationships hold between estimated coefficients. When such a relationship can be expressed as a linear equation in the coefficients, it is called a linear restriction. A classic example arises from the Cobb-Douglas production function, where economists want to know whether the production process exhibits constant returns to scale.
This article explains the three main procedures used to test linear restrictions: the Likelihood Ratio test, the Wald test, and the Lagrange Multiplier test.
Key Definitions
Linear Restriction
A linear restriction is a condition imposed on the coefficients of a regression model, based on economic theory or prior belief, that states the coefficients (or a linear combination of them) must satisfy a specific value or relationship. For example, in the Cobb-Douglas production function, the restriction
states that the labour elasticity and capital elasticity of output must sum to one. A restriction is called “linear” because it is expressed as a linear equation in the coefficients, rather than involving them in a nonlinear form.
Unrestricted Model
An unrestricted model is the original model estimated without imposing any restriction on its coefficients. It is called “unrestricted” because no theoretical condition, such as constant returns to scale, has been forced onto the estimation.
Restricted Model
A restricted model is a model obtained by imposing the linear restriction directly onto the unrestricted model, typically by substituting one coefficient in terms of the others and rewriting the equation. This reduces the number of free parameters to be estimated. Comparing how well the restricted model fits the data relative to the unrestricted model is the basis for testing whether the imposed restriction is valid.
The Cobb-Douglas Production Function
Consider the following production function:
where
is output,
is labor,
is capital,
is the labor elasticity of output, and
is the capital elasticity of output.
We want to test whether:
This restriction implies that the production function exhibits constant returns to scale. Equivalently, this restriction can be written as:
Setting Up the Unrestricted and Restricted Models
To make the model linear, we take the natural log of both sides and add an error term, giving the unrestricted model:
This is Model (1), the unrestricted model.
Now, substituting the restriction
into the unrestricted model:
Defining
,
, and
, we obtain:
This is Model (2), the restricted model.
The core question is not simply whether we can impose a restriction, but whether that restriction is valid. If imposing the restriction does not significantly worsen the fit of the model, we accept it as valid. If it makes the fit considerably worse, we reject it. The measure used to judge “how much worse” the fit is allowed to get is based on the likelihood function, which indicates how likely a model is to be correct given the data.
Taking twice the difference between the log-likelihood of the unrestricted and restricted models produces a statistic that follows a chi-square distribution, with degrees of freedom equal to the number of restrictions imposed. This is the basis of the Likelihood Ratio (LR) test.
There are two further approaches that approximate the likelihood ratio test while requiring the estimation of only one model. Estimating only the unrestricted model and using a formula to approximate the full LR test is called the Wald test. The familiar t-test on OLS coefficients is a specific form of the Wald test. Estimating only the restricted model, and testing whether relaxing the restriction would improve the fit, is called the Lagrange Multiplier (LM) test.
1. The Likelihood Ratio (LR) Procedure
Step 1: State the hypotheses
: There is no significant difference between the unrestricted and restricted models (the restriction is valid, i.e.,
, or equivalently
).
: There is a significant difference between the unrestricted and restricted models (the restriction is not valid).
Step 2: Estimate both models and obtain the residual sums of squares
Estimate the restricted and unrestricted models, and obtain their residual sum of squares, denoted
and
, where:
is the residual sum of squares of the unrestricted model, and it is always the smaller value.
is the residual sum of squares of the restricted model, and it is always the larger value.
Step 3: Calculate the F-statistic
where
refers to the number of parameters in each model.
Step 4: Find the F-critical value
The F-critical value depends on the numerator degrees of freedom,
, and the denominator degrees of freedom,
.
Step 5: Compare the F-statistic with the F-critical value
If
, we reject
and conclude that the restriction is not valid.
If
, we do not reject
and conclude that the restriction is valid.
2. The Wald Test
The Wald test is used to test linear restrictions in a regression model by estimating only the unrestricted model, and then using a t-test to determine whether the restriction holds.
Step 1: Estimate the unrestricted model
To test the restriction of constant returns to scale (CRS):
Step 2: State the hypotheses
: ![]()
: ![]()
Step 3: Calculate the t-statistic

Step 4: Find the t-critical value
The t-critical value is found with
, where
refers to the number of observations and
refers to the number of parameters.
Step 5: Compare the t-statistic with the t-critical value
If
, we reject
and conclude that the restriction is not valid, and that the production function does not exhibit constant returns to scale.
3. The Lagrange Multiplier (LM) Procedure
Unlike the LR and Wald tests, the LM test estimates only the restricted model.
Given the unrestricted model:
![]()
Our restriction is ![]()
Step 1: State the null and alternative hypotheses
:
/ Restriction is valid
:
/ Restriction is not valid
Step 2: Estimate the restricted model and obtain residuals
Estimate the restricted model and obtain the residuals ![]()
Step 3: Regress residuals on the explanatory variables of the unrestricted model and obtain 
After obtaining the residuals from the restricted model, regress them on the explanatory variables of the unrestricted model and obtain ![]()
Step 4: Calculate the chi-square statistic
This statistic follows a chi-square distribution with
degrees of freedom, where
refers to the number of restrictions imposed. In our example,
.
Step 5: Find the chi-square critical value
The chi-square critical value is found with
degrees of freedom.
Step 6: Compare the chi-square statistic with the chi-square critical value
If
, we reject
and conclude that the restriction is not valid.
Conclusion
All three procedures address the same underlying question — whether a restriction imposed on a model’s coefficients is statistically valid — but they differ in what needs to be estimated. The Likelihood Ratio test requires estimating both the restricted and unrestricted models. The Wald test requires only the unrestricted model. The Lagrange Multiplier test requires only the restricted model. In large samples, all three tests are asymptotically equivalent and tend to lead to the same conclusion.
Reference:
- D. Asteriou, Applied Econometrics.




MinhajMetricsHub