News

For example, you might use a series called PRICE to help model SALES, as shown in the following statements: proc arima data=a; identify var=sales crosscorr=price; estimate input=price; run; This ...