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

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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