<?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 Setting threshold for forecast in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Setting-threshold-for-forecast/m-p/349255#M2280</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way inside Forecast Studio (or another method) to force Forecast Studio to overide the time series forecast for future months to&amp;nbsp;a&amp;nbsp;preset minimum or maximum value when it is out of the threshold only? I'd like to set thresholds so that the forecast will be more reasonable given our expectations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2017 20:21:33 GMT</pubDate>
    <dc:creator>cjauregui</dc:creator>
    <dc:date>2017-04-11T20:21:33Z</dc:date>
    <item>
      <title>Setting threshold for forecast</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Setting-threshold-for-forecast/m-p/349255#M2280</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way inside Forecast Studio (or another method) to force Forecast Studio to overide the time series forecast for future months to&amp;nbsp;a&amp;nbsp;preset minimum or maximum value when it is out of the threshold only? I'd like to set thresholds so that the forecast will be more reasonable given our expectations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2017 20:21:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Setting-threshold-for-forecast/m-p/349255#M2280</guid>
      <dc:creator>cjauregui</dc:creator>
      <dc:date>2017-04-11T20:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setting threshold for forecast</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Setting-threshold-for-forecast/m-p/349404#M2281</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Hello -&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;You may want to look into using "adjustment variables" - from SAS Forecast Studio 14.2 User's Guide (chapter 6):&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;"What Is an Adjustment Variable?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;Systematic variations and deterministic components are included in time series data. By adjusting the time series for known systematic variations or deterministic components, the underlying stochastic (unknown) time series process can be more readily identified and modeled. For more information about adjustment variables, see the "Adjustment Step" topic in the SAS Forecast Server Procedures: User’s Guide."&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;FONT face="Arial" size="2"&gt;Thanks,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="2"&gt;&lt;FONT face="Arial" size="2"&gt;Udo&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 12:20:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Setting-threshold-for-forecast/m-p/349404#M2281</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2017-04-12T12:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting threshold for forecast</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Setting-threshold-for-forecast/m-p/349423#M2282</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that using min/max adjustments will set a bound to the statistical forecasts. If your project is hierarchical your final forecasts may be different from the statical forecasts. If you need to set bounds on the final forecasts, I can't think of a direct way of doing it inside Forecast Studio.&lt;/P&gt;
&lt;P&gt;However, there other ways to accomplish that. Each one requires a bit of coding, but not much. These three come to my mind. There may be other alternatives I can't think about right now.&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You can create a stored process to run as a report to post-process the final forecasts and replace the forecasts that exceed the bounds. You can learn about reports here:&amp;nbsp;&lt;A href="http://support.sas.com/documentation/onlinedoc/forecast/14.2/fsug.pdf#page=145" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/forecast/14.2/fsug.pdf#page=145&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;You can use the %FSSETOVD macro to set overrides programmatically when the forecasts exceed one your your predefined bounds. You can find more information on the macro here: &lt;A href="http://support.sas.com/documentation/onlinedoc/forecast/14.2/fsag.pdf#page=183" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/forecast/14.2/fsag.pdf#page=183&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;The third option is a bit more complex. You can use the CONSTRAINT= option of the HPFRECONCILE procedure to set bounds on the reconciled values. This would have to be done entirely outside the project in order to avoid corrupting the project data. Essentially you have to reconcile the the hierarchy again. You can use the RECONCILE_FORECASTS_DO_NOT_IMPORT_DATA.sas file in the project folder as a template for your&amp;nbsp;code.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Michele&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 12:33:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Setting-threshold-for-forecast/m-p/349423#M2282</guid>
      <dc:creator>mitrov</dc:creator>
      <dc:date>2017-05-18T12:33:38Z</dc:date>
    </item>
  </channel>
</rss>

