<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Time Series Analysis - SAS Advanced Analytics Course - Exponential Smoothing Question in SAS Academy for Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625412#M547</link>
    <description>Thanks.&amp;nbsp; That makes sense.&amp;nbsp; I appreciate the clarity.&amp;nbsp;</description>
    <pubDate>Mon, 17 Feb 2020 19:42:01 GMT</pubDate>
    <dc:creator>eddieray01</dc:creator>
    <dc:date>2020-02-17T19:42:01Z</dc:date>
    <item>
      <title>Time Series Analysis - SAS Advanced Analytics Course - ARIMA model parameters using holdout sample</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/624910#M542</link>
      <description>&lt;P&gt;In Text Analytics, Time Series, Experimentation and Optimization module.&amp;nbsp;&amp;nbsp;Forecasting a Holdout Sample Using the ARIMA Model Demo STSM02d05a.&amp;nbsp; The instructor points out that even if we specify back=6 periods (let's say series has 42 periods) for example, that proc ARIMA uses full sample of 42 periods for estimating parameters for the model versus just 36 (42-6 holdout).&amp;nbsp; Does this same logic&amp;nbsp; on using the full sample to estimate model parameters also apply to the proc esm and proc ucm procedures?&amp;nbsp; Just wanted to clarify or if it is just nuance with proc arima?&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 17:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/624910#M542</guid>
      <dc:creator>eddieray01</dc:creator>
      <dc:date>2020-02-14T17:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Time Series Analysis - SAS Advanced Analytics Course - ARIMA model parameters using holdout samp</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/624962#M543</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; One of the class instructors said:&lt;/P&gt;
&lt;P&gt;"This is just a nuance of ARIMA. The ESM and UCM procedures do not react this way. That is why we also included, within the course, SAS code that separated and prepared the data for ARIMA so that it would do as we wished for honest assessment."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps clarify the difference,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 21:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/624962#M543</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-02-14T21:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time Series Analysis - SAS Advanced Analytics Course - ARIMA model parameters using holdout samp</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625284#M544</link>
      <description>Another instructor said that: "The BACK option is on the FORECAST statement in the ARIMA procedure, and will not impact the number of observations used to estimate parameters. This is not the way the similar options are implemented in ESM or UCM, and is unique to the ARIMA procedure."&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 17 Feb 2020 14:43:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625284#M544</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-02-17T14:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Time Series Analysis - SAS Advanced Analytics Course - Exponential Smoothing Question</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625316#M545</link>
      <description>&lt;P&gt;Sorry another question for instructor:&amp;nbsp;&amp;nbsp; I am confused on.&amp;nbsp; In Chapter 3 Exponential Smoothing Models 3-10 in the&amp;nbsp;module&amp;nbsp;notes&amp;nbsp; it says "Seasonal smoothing should be&amp;nbsp;used when time series has no trend but has seasonality"&amp;nbsp;&amp;nbsp;and "Winters additive or multiplicative ESM should be used when data has trend and seasonality".&amp;nbsp;&amp;nbsp;&amp;nbsp; However on 3-27 (3.2 Chapter Summary) it show on the flow chart in&amp;nbsp;a case of&amp;nbsp;No=Trend, Yes=Seasonality and says if seasonality stable = Yes then use "Additive Seasonal OR Winters"&amp;nbsp; if Seasonality not stable used "Multiplicative Seasonal or Winters"&amp;nbsp;&amp;nbsp; My guess if no trend in series, then you should not use Winters.&amp;nbsp;&amp;nbsp; Any clarification on this .&amp;nbsp; thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 15:45:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625316#M545</guid>
      <dc:creator>eddieray01</dc:creator>
      <dc:date>2020-02-17T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Time Series Analysis - SAS Advanced Analytics Course - Exponential Smoothing Question</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625409#M546</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Here's feedback from 2 instructors&lt;/P&gt;
&lt;P&gt;=== 1 ===&lt;/P&gt;
&lt;P&gt;If no trend is present but seasonality is present, it is capable to use either a Seasonal smoothing model or Winters. You can think of Winters as the more general form of the Seasonal smoothing model. Winters will just use more degrees of freedom to try to estimate a trend when one may not truly exist.&lt;/P&gt;
&lt;P&gt;========&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=== 2 ===&lt;/P&gt;
&lt;P&gt;There is an old saying: "Nothing succeeds like success."&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;BR /&gt;If you do not have trend, then simple seasonal exponential smoothing might be appropriate. If instead of simple seasonal exponential smoothing you use additive winters or multiplicative winters, your forecasts will not necessarily be bad, but you will be estimating parameters that are effectively zero, and there are various statistical reasons for why you do not want to over-parameterize a model. Furthermore, there is no multiplicative option for simple seasonal exponential smoothing. Multiplicative models allow you to talk about percent change rather than absolute change, which can be appealing. Therefore, you might choose multiplicative winters over simple seasonal exponential smoothing even if no trend is present. If this works, and you get good forecasts, then "nothing succeeds like success." &lt;/P&gt;
&lt;P&gt;========&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Hope this helps clarify your question.&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2020 19:38:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625409#M546</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-02-17T19:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time Series Analysis - SAS Advanced Analytics Course - Exponential Smoothing Question</title>
      <link>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625412#M547</link>
      <description>Thanks.&amp;nbsp; That makes sense.&amp;nbsp; I appreciate the clarity.&amp;nbsp;</description>
      <pubDate>Mon, 17 Feb 2020 19:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Academy-for-Data-Science/Time-Series-Analysis-SAS-Advanced-Analytics-Course-ARIMA-model/m-p/625412#M547</guid>
      <dc:creator>eddieray01</dc:creator>
      <dc:date>2020-02-17T19:42:01Z</dc:date>
    </item>
  </channel>
</rss>

