Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
SAS/Ets 9.22 User's Guide 224. Provides detailed reference material for using SAS/ETS software and guides you through the analysis and forecasting of features such as univariate and multivariate time series, cross-sectional time series, seasonal adjustments, multiequational nonlinear models, discrete choice models, limited dependent variable models, portfolio analysis, and generation of financial reports, with introductory and advanced examples for each procedure. You can also find complete information about two easy-to-use point-and-click applications: the Time Series Forecasting System, for automatic and interactive time series modeling and forecasting, and the Investment Analysis System, for time-value of money analysis of a variety of investments | 2222 F Chapter 32 The VARMAX Procedure Example 32.4 Illustration of ODS Graphics This example illustrates the use of ODS Graphics. The graphical displays are requested by specifying the ODS GRAPHICS ON statement. For information about the graphics available in the VARMAX procedure see the section ODS Graphics on page 2191. The following statements use the SASHELP.WORKERS data set to study the time series of electrical workers and its interaction with the series of masonry workers. The series and predict plots the residual plot and the forecast plot are created in Output 32.4.1 through Output 32.4.3. These are a selection of the plots created by the VARMAX procedure. title Illustration of ODS Graphics proc varmax data sashelp.workers plot unpack residual model forecasts id date interval month model electric masonry dify 1 12 noint p 1 output lead 12 run Output 32.4.1 Series and Predicted Series Plots Example 32.4 Illustration of ODS Graphics F 2223 Output 32.4.2 Residual Plot 2224 F Chapter 32 The VARMAX Procedure Output 32.4.3 Series and Forecast .