Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The MODEL Procedure

Tests on Parameters

In general, the hypothesis tested can be written as

H_{0}: h({\theta}) = 0

where {h({\theta})} is a vector valued function of the parameters {\theta} given by the r expressions specified on the TEST statement.

Let {\hat{V}} be the estimate of the covariance matrix of {\hat{{\theta}}}.Let {\hat{{\theta}}} be the unconstrained estimate of {\theta} and {\tilde{{\theta}}} be the constrained estimate of {\theta} such that {h(\tilde{{\theta}}) = 0}.Let

A({\theta}) = 
{{\partial} h({\theta})}/{{\partial} {\theta}}| _{\hat{{\theta}}}
Let r be the dimension of {h({\theta})} and n be the number of observations. Using this notation, the test statistics for the three kinds of tests are computed as follows.

The Wald test statistic is defined as

W = h^{'}(\hat{{\theta}})\big\lgroup{ {\ssbeleven A(\hat{{\theta}}) \hat{V} A^{'} (\hat{{\theta}})} }\big\rgroup^{-1} h(\hat{{\theta}})

The Wald test is not invariant to reparameterization of the model (Gregory 1985, Gallant 1987, p. 219). For more information on the theoretical properties of the Wald test see Phillips and Park 1988.

The Lagrange multiplier test statistic is

R = 
{\lambda}^{'} A(\tilde{{\theta}}) \tilde{V}^{-1}
A^{'}(\tilde{{\theta}}) {\lambda}

where {\lambda} is the vector of Lagrange multipliers from the computation of the restricted estimate {\tilde{{\theta}}}.

The Lagrange multiplier test statistic is equivalent to Rao's efficient score test statistic:

R = 
({{\partial} L(\tilde{{\theta}})}/{{\partial}{\theta}})^{'} 
\tilde{V}^{-1}
({{\partial} L(\tilde{{\theta}})}/{{\partial}{\theta}})

where L is the log likelihood function for the estimation method used. For OLS and SUR the Lagrange multiplier test statistic is computed as:

R =
[({{\partial} \hat{S}(\tilde{{\theta}})}/{{\partial}{\theta}})^{'}
\tilde{V}...
 ...l} \hat{S}(\tilde{{\theta}})}/{{\partial}{\theta}})] / \hat{S}(\tilde{{\theta}})
where {\hat{S}(\tilde{{\theta}})} is the corresponding objective function value at the constrained estimate.

The likelihood ratio test statistic is

T = 2 ({\ssbeleven L(\tilde{{\theta}}) - L(\hat{{\theta}})})

where {\tilde{{\theta}}} represents the constrained estimate of {\theta} and L is the concentrated log likelihood value.

For OLS and SUR, the likelihood ratio test statistic is computed as:

T = 0.5 x df x ( n - nparms) x ( \hat{S}(\tilde{{\theta}}) - \hat{S}(\hat{{\theta}}) )/ \hat{S}(\hat{{\theta}})

where df is the difference in degrees of freedom for the full and restricted models, and nparms is the number of parameters in the full system.

The Likelihood ratio test is not appropriate for models with nonstationary serially correlated errors (Gallant 1987, p. 139). The likelihood ratio test should not be used for dynamic systems, for systems with lagged dependent variables, or with the FIML estimation method unless certain conditions are met (see Gallant 1987, p. 479).

For each kind of test, under the null hypothesis the test statistic is asymptotically distributed as a {{\chi}^2} random variable with r degrees of freedom, where r is the number of expressions on the TEST statement. The p-values reported for the tests are computed from the {{\chi}^2(r)} distribution and are only asymptotically valid.

Monte Carlo simulations suggest that the asymptotic distribution of the Wald test is a poorer approximation to its small sample distribution than the other two tests. However, the Wald test has the least computational cost, since it does not require computation of the constrained estimate {\tilde{{\theta}}}.

The following is an example of using the TEST statement to perform a likelihood ratio test for a compound hypothesis.

   test a*exp(-k) = 1-k, d = 0 ,/ lr;

It is important to keep in mind that although individual t tests for each parameter are printed by default into the parameter estimates table, they are only asymptotically valid for nonlinear models. You should be cautious in drawing any inferences from these t tests for small samples.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.