<?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: should I model the shifted mean based on the original series or differenced one? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102768#M258275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot conclude that there is no changepoint. You can only say that you don't have the evidence to detect it statistically. It can also mean that some other aspect of your time series model is inadequate, including the assumed timing of the changepoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 15:36:57 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2013-10-04T15:36:57Z</dc:date>
    <item>
      <title>should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102763#M258270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a series, which obviously increased the mean at one point. I was thinking to create a variable x=1 after the change point and x=0 before the change point.&lt;/P&gt;&lt;P&gt;however, the series also has a seasonality. I did&amp;nbsp; span of 12 differencing to remove the seasonality. but the shift disappeared after the differencing. instead it shows some big or low value around the change point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I test x for the original series , it is very significant. but after differencing, x is non-significant any more. I guess the differencing just removed the effect of x...what should I do ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xiu Yan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 16:01:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102763#M258270</guid>
      <dc:creator>xiuyanzhao</dc:creator>
      <dc:date>2013-10-03T16:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102764#M258271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should span of 12 difference x as well. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 21:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102764#M258271</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-10-03T21:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102765#M258272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to span of difference X? it is only has 0 and 1, not a series? does that make sense? in addition how to do it in terms of syntax? Could you pls elaborate it and guide me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xiu Yan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 21:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102765#M258272</guid>
      <dc:creator>xiuyanzhao</dc:creator>
      <dc:date>2013-10-03T21:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102766#M258273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say your series is Y(t), t=1...96 and, as you described, X(t) = 0, t=1...63 and X(t) = 1, t=64...96. Then the deseasonalized series will be Y'(t) = Y(t)-Y(t-12) and X'(t) = X(t)-X(t-12), t=13...96. The X'(t) series will be zero everywhere except for t=64...75 where it will be = 1.&lt;/P&gt;&lt;P&gt;If X turns out to be significant, it will signal that observations up to one year after the change of level were higher than observations for the same month, the year before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 01:35:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102766#M258273</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-10-04T01:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102767#M258274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;Thanks! do you mean if the coef. of x is still not sig. after using differencing&amp;nbsp; the x on span of 12, we&amp;nbsp; can conclude that there is no change on that point at 5% level. &lt;/P&gt;&lt;P&gt;we then can just remove the x from the model?&amp;nbsp; or we can leave it in the model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xiu Yan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt; proc &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 14pt; font-family: Arial;"&gt;arima&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt; var=copd_ohip(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 14pt; font-family: Arial;"&gt;12&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt;)&amp;nbsp; crosscorr=(x(12))&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt; p=(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 14pt; font-family: Arial;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt;)(&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 14pt; font-family: Arial;"&gt;4&lt;/STRONG&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt;)&amp;nbsp; input=(x) method=ml ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt; font-family: Arial;"&gt; run;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 14:05:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102767#M258274</guid>
      <dc:creator>xiuyanzhao</dc:creator>
      <dc:date>2013-10-04T14:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102768#M258275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot conclude that there is no changepoint. You can only say that you don't have the evidence to detect it statistically. It can also mean that some other aspect of your time series model is inadequate, including the assumed timing of the changepoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 15:36:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102768#M258275</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-10-04T15:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102769#M258276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp; That is very helpful!&amp;nbsp; I asked the researcher, she felt this is important from clinical point of view. I would like to take it into account for the forecast, however, my forecast plot does not seem to do this.&lt;/P&gt;&lt;P&gt;Do you have an idea how to incorporate this mean increases in the forecast?&amp;nbsp; could you please guide me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xiu Yan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 18:20:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102769#M258276</guid>
      <dc:creator>xiuyanzhao</dc:creator>
      <dc:date>2013-10-04T18:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102770#M258277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xiu Yan,&lt;/P&gt;&lt;P&gt;If your forecasts are more than a year away from the changepoint, they will not depend on the series before the changepoint, they will depend almost entirely on recent values and the corresponding values from the previous year. What's wrong with your forecasts? - PG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Prediction is very difficult, especially about the future&lt;/EM&gt;. - Niels Bohr (1885 - 1962)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 19:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102770#M258277</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-10-04T19:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102771#M258278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the forecasts.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102771#M258278</guid>
      <dc:creator>xiuyanzhao</dc:creator>
      <dc:date>2013-10-07T14:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102772#M258279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp; I got it.&amp;nbsp; I thought the forecasts should have similar&lt;BR /&gt;behaviour. I mean two means-one mean increases after point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right. The incorporation of that change will depending on the value&lt;BR /&gt;after the point since we usually predict more than one year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I rechecked my data, and re-set the changing point. now it is sig. in my&lt;BR /&gt;model. I guess your guidance have helped me solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see my forecast plot. Does this looks OK?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="line-height: 115%; font-family: 'Calibri','sans-serif'; font-size: 11pt; mso-fareast-font-family: SimSun; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-fareast; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-CA; mso-fareast-language: ZH-CN; mso-bidi-language: AR-SA;"&gt;Xiu Yan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 14:48:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102772#M258279</guid>
      <dc:creator>xiuyanzhao</dc:creator>
      <dc:date>2013-10-07T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102773#M258280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xiu Yan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes! That looks pretty good! Congratulations. Glad I could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102773#M258280</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2013-10-07T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: should I model the shifted mean based on the original series or differenced one?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102774#M258281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One&amp;nbsp; more thought, will my forecast be questionable due to the fact that my forecast is more rely on the recent value ? &lt;/P&gt;&lt;P&gt;I incorporate the mean increases behavior, but I lost something. .. right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how about an example, that the series keep flat before the point and downward after the point. The forecast would be decreasing then...is that appropriate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Xiu Yan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 15:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/should-I-model-the-shifted-mean-based-on-the-original-series-or/m-p/102774#M258281</guid>
      <dc:creator>xiuyanzhao</dc:creator>
      <dc:date>2013-10-07T15:35:14Z</dc:date>
    </item>
  </channel>
</rss>

