<?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 Forecasting with seasonality in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855325#M4601</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to build a model to forecast, and initially I tried the cyclic model but I did not worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I would like to hear any suggestion for a bi seasonal pattern.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks you all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 14:06:48 GMT</pubDate>
    <dc:creator>Moraes86</dc:creator>
    <dc:date>2023-01-24T14:06:48Z</dc:date>
    <item>
      <title>Forecasting with seasonality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855325#M4601</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to build a model to forecast, and initially I tried the cyclic model but I did not worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, I would like to hear any suggestion for a bi seasonal pattern.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks you all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:06:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855325#M4601</guid>
      <dc:creator>Moraes86</dc:creator>
      <dc:date>2023-01-24T14:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting with seasonality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855464#M4602</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;So, I would like to hear any suggestion for a bi seasonal pattern.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Do you want to detect two distinct seasonal patterns that are mingled?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 20:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855464#M4602</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-01-24T20:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting with seasonality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855476#M4603</link>
      <description>&lt;P&gt;I am trying to predict for a two seasonal pattern within the same year.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 21:08:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855476#M4603</guid>
      <dc:creator>Moraes86</dc:creator>
      <dc:date>2023-01-24T21:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Forecasting with seasonality</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855490#M4604</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The UCM procedure (SAS/ETS ; SAS Econometrics) has a :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;SEASON statement&lt;/LI&gt;
&lt;LI&gt;SPLINESEASON statement&lt;/LI&gt;
&lt;LI&gt;BLOCKSEASON statement&lt;/LI&gt;
&lt;LI&gt;CYCLE statement&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;These statements are NOT mutually exclusive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(&amp;nbsp;&lt;SPAN&gt;The UCM procedure analyzes and forecasts equally spaced univariate time series data by using an unobserved components model (UCM). The UCMs are also called&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;structural models&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;in the time series literature. )&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAS/ETS 15.2 User's Guide&lt;BR /&gt;The UCM Procedure&lt;BR /&gt;Example 42.3 Modeling Long Seasonal Patterns&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_ucm_examples03.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_ucm_examples03.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 23:18:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Forecasting-with-seasonality/m-p/855490#M4604</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-01-24T23:18:10Z</dc:date>
    </item>
  </channel>
</rss>

