• Previous Page
  • |
  • Next Page
Syntax
Previous Page | Next Page

The FORECAST Procedure

  • Overview
  • Getting Started Getting Started
    Giving Dates to Forecast Values Computing Confidence Limits Form of the OUT= Data Set Plotting Forecasts Plotting Residuals Model Parameters and Goodness-of-Fit Statistics Controlling the Forecasting Method Introduction to Forecasting Methods Time Trend Models Time Series Methods Combining Time Trend with Autoregressive Models
  • Syntax Procedure Syntax
    Functional Summary PROC FORECAST Statement BY Statement ID Statement VAR Statement
  • Details Procedure Details
    Missing Values Data Periodicity and Time Intervals Forecasting Methods Specifying Seasonality Data Requirements OUT= Data Set OUTEST= Data Set
  • Examples Procedure Examples
    Forecasting Auto Sales Forecasting Retail Sales Forecasting Petroleum Sales
  • References
 

Syntax: FORECAST Procedure

The following statements are used with PROC FORECAST:

PROC FORECAST options ;
BY variables ;
ID variables ;
VAR variables ;
Previous Page | Next Page | Top of Page
Copyright © SAS Institute Inc. All rights reserved.
  • Previous Page
  • |
  • Next Page
  • |
  • Top of Page