<?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: heteroscedasticity in daily time series in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/heteroscedasticity-in-daily-time-series/m-p/966990#M4979</link>
    <description>&lt;P&gt;You can read this as a starter :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Detecting-Volatility-in-ARIMA-model-residuals/td-p/960185" target="_blank"&gt;Solved: Detecting Volatility in ARIMA model residuals - SAS Support Communities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ciao,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
    <pubDate>Tue, 20 May 2025 09:11:43 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2025-05-20T09:11:43Z</dc:date>
    <item>
      <title>heteroscedasticity in daily time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/heteroscedasticity-in-daily-time-series/m-p/966651#M4978</link>
      <description>&lt;P&gt;I have a electricity consumption daily time series.&amp;nbsp; Data are from the last 3 years.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have adjusted a (0,1,1) model after difference (1) the log transformed series. (checked stationarity). I have identified some outliers but any of them resulted significant when I included it as regressors.&lt;/P&gt;&lt;P&gt;It seems that there is not autocorrelation in the residuals (tests OK)&amp;nbsp; but the heteroscedasticity&amp;nbsp; tests are not fulfilled.&amp;nbsp;Tried to model the residuals with arch models but cannot fix the problem of heteroscedasticity (conditional and unconditional).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any alternatives?&lt;/P&gt;&lt;DIV&gt;proc arima data=work.series;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; identify var=lvalor(1) stationarity=(dickey) nlag=30;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; estimate p=(1) q=(1)&amp;nbsp; noint&amp;nbsp;&amp;nbsp; &amp;nbsp; method=ml;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;*outlier maxnum=5 alpha=0.01 id=fecha;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;forecast id=fecha interval=day out=b;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; run;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; quit;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;proc model data=b;&lt;BR /&gt;parms const;&lt;BR /&gt;residual = const ;&lt;BR /&gt;fit residual / white breusch=(1 time);&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;proc autoreg data=b;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;model residual=&amp;nbsp; /&amp;nbsp; garch=(Q=2, p=2) maxit=50;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp;output out=out R=pepe;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 May 2025 23:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/heteroscedasticity-in-daily-time-series/m-p/966651#M4978</guid>
      <dc:creator>agm65</dc:creator>
      <dc:date>2025-05-15T23:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: heteroscedasticity in daily time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/heteroscedasticity-in-daily-time-series/m-p/966990#M4979</link>
      <description>&lt;P&gt;You can read this as a starter :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Detecting-Volatility-in-ARIMA-model-residuals/td-p/960185" target="_blank"&gt;Solved: Detecting Volatility in ARIMA model residuals - SAS Support Communities&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ciao,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 20 May 2025 09:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/heteroscedasticity-in-daily-time-series/m-p/966990#M4979</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2025-05-20T09:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: heteroscedasticity in daily time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/heteroscedasticity-in-daily-time-series/m-p/967547#M4980</link>
      <description>&lt;P&gt;In PROC AUTOREG, in addition to ARCH/GARCH model specification, you can also use HETERO statement to specify error variance function:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_syntax11.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_syntax11.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And the HETERO statement can also be used with GARCH model together to specify additional variables in the variance function to the standard GARCH equation as discussed here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_details12.htm#etsug.autoreg.heterogarch" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_autoreg_details12.htm#etsug.autoreg.heterogarch&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC MODEL allows more flexible specification of error variance structures as discussed here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_model_sect133.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/etsug/etsug_model_sect133.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have specific form of heteroscedasticity but not sure how to specify your model, please provide more details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 23:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/heteroscedasticity-in-daily-time-series/m-p/967547#M4980</guid>
      <dc:creator>SASCom1</dc:creator>
      <dc:date>2025-05-27T23:54:31Z</dc:date>
    </item>
  </channel>
</rss>

