<?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 Correcting for an Outlier Jump-Off Point in OLS Regression Model Forecasting in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/315647#M2089</link>
    <description>&lt;P&gt;I am creating and using OLS Regression models using historical data to forecast quarterly balances for banking products (loans, mortgages, deposits, etc) for the Dodd-Frank/CCAR exercises. One problem we have run into is that sometimes the last historical time period's value (jump-off point which is used to start forecasting from) can be unexpectedly high or low (possibly due to a business action like a temporary interest rate change for marketing purposes or maybe an unusual event in the marketplace). This creates a problem in that the forecast generated is unusually high or low due to the out of the ordinary jump-off point. Any ideas on how to adjust for this in the model? An initial&amp;nbsp;thought is&amp;nbsp;to forecast from a previous data point where the growth rate of the data point is within a certain acceptable range.&amp;nbsp; Any thoughts, ideas, or references to scholarly papers on this topic would be helpful. Thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2016 19:36:13 GMT</pubDate>
    <dc:creator>bph0103</dc:creator>
    <dc:date>2016-11-30T19:36:13Z</dc:date>
    <item>
      <title>Correcting for an Outlier Jump-Off Point in OLS Regression Model Forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/315647#M2089</link>
      <description>&lt;P&gt;I am creating and using OLS Regression models using historical data to forecast quarterly balances for banking products (loans, mortgages, deposits, etc) for the Dodd-Frank/CCAR exercises. One problem we have run into is that sometimes the last historical time period's value (jump-off point which is used to start forecasting from) can be unexpectedly high or low (possibly due to a business action like a temporary interest rate change for marketing purposes or maybe an unusual event in the marketplace). This creates a problem in that the forecast generated is unusually high or low due to the out of the ordinary jump-off point. Any ideas on how to adjust for this in the model? An initial&amp;nbsp;thought is&amp;nbsp;to forecast from a previous data point where the growth rate of the data point is within a certain acceptable range.&amp;nbsp; Any thoughts, ideas, or references to scholarly papers on this topic would be helpful. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 19:36:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/315647#M2089</guid>
      <dc:creator>bph0103</dc:creator>
      <dc:date>2016-11-30T19:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting for an Outlier Jump-Off Point in OLS Regression Model Forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/315732#M2090</link>
      <description>&lt;P&gt;I don't have time to figure out what a "Dodd-Frank/CCAR exercise" is, but identifying outlier points in OLS regression is best done with &lt;STRONG&gt;proc robustreg&lt;/STRONG&gt;. Check the OUTLIER= option in the OUTPUT statement.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 23:27:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/315732#M2090</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-11-30T23:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting for an Outlier Jump-Off Point in OLS Regression Model Forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/315911#M2096</link>
      <description>&lt;P&gt;Thanks for the reply PG. Actually Dodd-Frank/CCAR can be put aside. Basically I have a historical time series of quarterly data that I used to develop an OLS regression equation, and I am using&amp;nbsp;the OLS regression equation to forecast future time points. The problem is that the last historical time point IS an outlier. So my question is if I still want to use that last (outlier) point as my jump off point to start forecasting, is there a way to adjust either that point or the future forecast to take that issue into account? Currently my forecast is unreasonable since the jump off (last historical) point was unreasonable to start with.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 12:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/315911#M2096</guid>
      <dc:creator>bph0103</dc:creator>
      <dc:date>2016-12-01T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting for an Outlier Jump-Off Point in OLS Regression Model Forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/316016#M2097</link>
      <description>&lt;P&gt;The idea would be to reduce the importance of that last point in your forecasting equation, either by removing it, downweighting it, or diluting it by using more terms in your model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 17:36:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/316016#M2097</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-12-01T17:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Correcting for an Outlier Jump-Off Point in OLS Regression Model Forecasting</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/316560#M2099</link>
      <description>&lt;P&gt;You could use, say, the 4-quarter trailing average for the jump-off date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Dec 2016 12:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Correcting-for-an-Outlier-Jump-Off-Point-in-OLS-Regression-Model/m-p/316560#M2099</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2016-12-04T12:50:25Z</dc:date>
    </item>
  </channel>
</rss>

