BookmarkSubscribeRSS Feed
KarolinaP
Calcite | Level 5

When you choose Winters method in FORECAST procedure you can select smoothing parameters. When you select them, by default SaS sets them to (1-0.8)^(1/trend). You can also define your own.

I wonder what are the values of smoothing parameters when you don't specify them explicitly. Any ideas where I can find it?

7 REPLIES 7
TomKari
Onyx | Level 15

I suggest you post this in one of the more statistics-heavy areas, I think your chances of a reply will be better.

Tom

ChrisHemedinger
Community Manager

I moved this to where the experts will see it to respond.

Chris

SAS Innovate 2025: Call for Content! Submit your proposals before Sept 25. Accepted presenters get amazing perks to attend the conference!
KarolinaP
Calcite | Level 5

Great, thanks for providing proper context!

Artur

SnurreJensen
SAS Employee

I have to admit I'm not 100 percent sure what you are asking. A more detailed description of what PROC FORECAST does can be found here: http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/etsug_forecast_details03.htm

However, if you are looking for a procedure that can optimize the smoothing weights for you based on data I would encourage you to look into PROC ESM which is another procedure in the SAS/ETS package - http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/etsug_esm_overview.htm

Thanks,

Snurre

KarolinaP
Calcite | Level 5

Thanks Snurre, I have seen both docs.

What I haven't find is whether FORECAST use ESM Procedure or other procedure to obtain smoothing parameters, when you don't specify them.

Artur

udo_sas
SAS Employee

Hello -

See section on "Smoothing Weights" here: http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/etsug_forecast_details03.htm when using the FORECAST procedure.

For the ESM procedure all the parameters (smoothing weights) associated with the exponential smoothing model used to forecast the time series are optimized based on the data, with the default parameter restrictions imposed. Details can be found here:  http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_tffordet_sect0...

and here:

http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_tffordet_sect0...

Thanks,

Udo

udo_sas
SAS Employee

Hello -

If I understand this question correctly you may want to check out the OUTEST data set - see:

http://support.sas.com/documentation/cdl/en/etsug/67525/HTML/default/viewer.htm#etsug_forecast_detai...

For WINTERS have a look at WEIGHT1 | WEIGHT2 | WEIGHT3. The observations contain the weights used for smoothing the WINTERS or ADDWINTERS method parameters. _TYPE_=WEIGHT1 is the weight used to smooth the CONSTANT parameter. _TYPE_=WEIGHT2 is the weight used to smooth the LINEAR and QUAD parameters. _TYPE_=WEIGHT3 is the weight used to smooth the seasonal parameters. These observations are output only for the WINTERS and ADDWINTERS methods.

As suggested you may want to check out PROC ESM instead of PROC FORECAST.

Thanks,

Udo

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 7 replies
  • 2213 views
  • 0 likes
  • 5 in conversation