Using R
to perform STL decomposition, s.window
controls how rapidly the seasonal component can change. Small values allow more rapid change. Setting the seasonal window to be infinite is equivalent to forcing the seasonal component to be periodic (i.e., identical across years).
My questions:
If I have a monthly time series (that is frequency equal to $12$), what criteria should be used to set
s.window
?Is there any link between that and the time series frequency?