Chapter Contents |
Previous |
Next |
The SPECTRA Procedure |
The OUT= data set contains [n/2]+1 observations, if n is even, or [(n+1)/2] observations, if n is odd, where n is the number of observations in the time series.
The variables in the new data set are named according to the following conventions. Each variable to be analyzed is associated with an index. The first variable listed in the VAR statement is indexed as 01, the second variable as 02, and so on. Output variables are named by combining indexes with prefixes. The prefix always identifies the nature of the new variable, and the indices identify the original variables from which the statistics were obtained.
Variables containing spectral analysis results have names consisting of a prefix, an underscore, and the index of the variable analyzed. For example, the variable S_01 contains spectral density estimates for the first variable in the VAR statement. Variables containing cross-spectral analysis results have names consisting of a prefix, an underscore, the index of the first variable, another underscore, and the index of the second variable. For example, the variable A_01_02 contains the amplitude of the cross-spectral density estimate for the first and second variables in the VAR statement.
Table 17.1 shows the formulas and naming conventions used for the variables in the OUT= data set. Let X be variable number nn in the VAR statement list and let Y be variable number mm in the VAR statement list. Table 17.1 shows the output variables containing the results of the spectral and cross-spectral analysis of X and Y.
In Table 17.1 the following notation is used. Let Wj be the vector of 2p+1 smoothing weights given by the WEIGHTS statement, normalized to sum to . The subscript of Wj runs from W-p to Wp, so that W0 is the middle weight in the WEIGHTS statement list. Let , where k = 0, 1, ... , floor( [n/2] ).
Table 17.1: Variables Created by PROC SPECTRA
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.