Time Series |
Time-Series Cross-Sectional Regression Models, Autoregression Models and ARIMA-estimation |
![[contact addresses]](../../_private/images/addresses.jpg)
![[Tips & Tricks]](../../_private/images/tips.jpg)
![[events]](../../_private/images/events.jpg)
Time-Series Cross-Sectional Regression Models: TSCS
This module provides procedures to compute estimates for "pooled time-series,
cross-sectional" models. The assumption is that there are multiple observations
over time on a set of cross-sectional units (e.g., people, firms, countries).
For example, the analyst may have data for a cross-section of individuals
each measured over 10 time periods. While these models were devised to
study a cross-section of units over multiple time periods, they also correspond
to models in which there are data for groups such as schools or firms with
measurements on multiple observations within the group (e.g., students,
teachers, employees).
The specific model that can be estimated with this program is a regression
model with variable intercepts. That is, a model with individual-specific
effects. The regression parameters for the exogenous variables are assumed
to be constant across cross-sectional units. The intercept varies across
individuals.
This program provides three estimators:
- Fixed-effects OLS estimator (analysis of covariance estimator)
- Constrained OLS estimator
- Random effects estimator using GLS
A Hausman test is computed to show whether the error components (random
effects) model is the correct specification. In addition to providing the
analysis of covariance and GLS estimates, two multiple partial-squared
correlations are computed. The first partial correlation (squared correlation)
shows the percentage of variation in the dependent variable that can be
explained by the set of independent variables while holding constant the
group variables. The second estimate shows the extent to which variation
in the dependent variable can be accounted for by the group variable after
the other independent variables have been statistically held constant.
A key feature of this program is that it allows for a variable number
of time-series observations per cross-sectional unit. For instance, there
might be 5 time-series observations for the first individual, 10 for the
second, and so on. This is useful when there are missing values.
Autoregression Models
Computes estimates of the parameters and standard errors for a regression
model with autoregressive errors. Can be used for models for which the
Cochrane-Orcutt or similar procedures are used. Also computes autocovariances
and autocorrelations of the error term u.
ARIMA Models
The Time Series module also includes tools for estimating general ARIMA
(p,d,1,q) models using an exact MLE procedure based on C. Ansley (Biometrika
1979, p. 59-65). Procedures for computing forecasts, theoretical autocovariances,
sample autocorrelations and partial autocorrelations (using Durbin's algorithm),
as well as for simulating ARIMA models are provided.
Requires GAUSS version 3.2 or GAUSS Light version 3.2.
Available for Windows NT, Windows 9x, and UNIX versions of GAUSS.




Stefan Steinhaus, webmaster@steinhaus-net.de