BookmarkSubscribeRSS Feed
sasuser1000
Calcite | Level 5

Unfortunately this is the only procedure I have to create a forecast. Do you know of an option that will limit my output in a specific range?

In other words, i want my estimated value to be within a specif range.

2 REPLIES 2
Ksharp
Super User

Unfortunately, Proc Reg is not a good tool for forecasting . It is usually used to interpolation ,not extrapolation.

"estimated value to be within a specif range"

Did you mean confidence interval ? CI is such a option.

Ksharp

SteveDenham
Jade | Level 19

Following on to Ksharp's response that PROC REG is not a good tool for forecasting, what you might do is run PROC REG and get the Durbin-Watson autocorrelation statistic.  If it is not extreme, then extrapolation may be good for at least short projections ahead.

But to limit the response to a specified range is difficult.  You could create the CI on the predicted values, and when it exceeds your range, state that the model is good only out to that point.

Another approach could be to apply a differencing schema to your data in an attempt to introduce stationarity.  You still have the problem of extrapolation, but autocorrelation should be reduced.  Produce the confidence interval at each extrapolated time point.  Back-calculate the values from the differenced predicted values, and see how far out you can still meet your pre-specified range.

One more thought:  I really don't know of any methodology that allows you to limit the range of predicted values for extrapolated independent variables a priori.  If someone does, I would be very, very interested in learning about it.

Steve Denham

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1863 views
  • 0 likes
  • 3 in conversation