The SIMLIN Procedure

Printed Output

Structural Form

The following items are printed as they are read from the EST= input data set. Structural zeros are printed as dots in the listing of these matrices.

  1. Structural Coefficients for Endogenous Variables. This is the G matrix, with g rows and g columns.

  2. Structural Coefficients for Lagged Endogenous Variables. These coefficients make up the C matrix, with g rows and l columns.

  3. Structural Coefficients for Exogenous Variables. These coefficients make up the B matrix, with g rows and k columns.

Reduced Form

  1. The reduced form coefficients are obtained by inverting G so that the endogenous variables can be directly expressed as functions of only lagged endogenous and exogenous variables.

  2. Inverse Coefficient Matrix for Endogenous Variables. This is the inverse of the G matrix.

  3. Reduced Form for Lagged Endogenous Variables. This is ${\Pi }$$_{1}$=G $^{-1}$C, with g rows and l columns. Each value is a dynamic multiplier that shows how past values of lagged endogenous variables affect values of each of the endogenous variables.

  4. Reduced Form for Exogenous Variables. This is ${\Pi }$$_{2}$=G $^{-1}$B, with g rows and k columns. Its values are called impact multipliers because they show the immediate effect of each exogenous variable on the value of the endogenous variables.

Multipliers

Interim and total multipliers show the effect of a change in an exogenous variable over time.

  1. Interim Multipliers. These are the interim multiplier matrices. They are formed by multiplying ${\Pi }$$_{2}$ by powers of D. The d th interim multiplier is D $^{\mi {d}}$${\Pi }$$_{2}$. The interim multiplier of order d shows the effects of a change in the exogenous variables after d periods. Interim multipliers are only available if the maximum lag of the endogenous variables is 1.

  2. Total Multipliers. This is the matrix of total multipliers, T=(I-D )$^{-1}$${\Pi }$$_{2}$. This matrix shows the cumulative effect of changes in the exogenous variables. Total multipliers are only available if the maximum lag is one.

Statistics of Fit

If the DATA= option is used and the DATA= data set contains endogenous variables, PROC SIMLIN prints a statistics-of-fit report for the simulation. The statistics printed include the following. (Summations are over the observations for which both ${y_{t}}$ and ${\hat{y}_{t}}$ are nonmissing.)

  1. the number of nonmissing errors. (Number of observations for which both ${y_{t}}$ and ${\hat{y}_{t}}$ are nonmissing.)

  2. the mean error: ${\frac{1}{n} {\sum (y_{t} - \hat{y}_{t})}}$

  3. the mean percent error: ${\frac{100}{n} {\sum \frac{(y_{t} - \hat{y}_{t})}{y_{t}}}}$

  4. the mean absolute error: ${\frac{1}{n} {\sum {|y_{t} - \hat{y}_{t}|}}}$

  5. the mean absolute percent error ${\frac{100}{n} {\sum \frac{{|y_{t} - \hat{y}_{t}|}}{y_{t}}}}$

  6. the root mean square error: ${\sqrt {\frac{1}{n} {\sum (y_{t} - \hat{y}_{t})^{2}}}}$

  7. the root mean square percent error: ${\sqrt {\frac{100}{n} {\sum (\frac{(y_{t} - \hat{y}_{t})}{y_{t}})^{2}}}}$