[ Home | GAUSS | GAUSS Engine | GAUSS Apps | 3rd Party Apps | Keywords Index ]

The Dependent Variable

Defining the Dataset
Next ->: Transforming The Dependent Variable

The time series to be analyzed is determined using the setSeries keyword command:

    setSeries amzn;

A portion of the time series can be selected by specifying row numbers

    setSeries amzn 1 200;
or if a date variable exists, by dates in standard format
    setSeries amzn 19980715 19981015;

All of the estimation runs in the session will use the same time series. It is not possible to declare several time series and then select different univariate time series for different runs. If several time series are selected, FANPAC will assume that multivariate models will be estimated and the same set of time series will be analyzed in all runs.



R. Schoenberg
1999-03-29