<?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 Standard Error Estimation in PROC ARIMA in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953651#M4892</link>
    <description>&lt;P&gt;Dear SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For proc arima estimation, I couldn’t find detailed information about how standard errors (and thus&amp;nbsp;&lt;SPAN class=""&gt;t&lt;/SPAN&gt;-values) are computed. The manual states:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The t-values reported in the table of parameter estimates are approximations whose accuracy depends on the validity of the model, the nature of the model, and the length of the observed series...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Could you please clarify what method SAS uses to estimate standard errors for ARMA model parameters? For example, does it rely on the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Outer Product of Gradients (OPG)&lt;/STRONG&gt;&lt;SPAN&gt;, the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Observed Information Matrix (OIM)&lt;/STRONG&gt;&lt;SPAN&gt;, Huber/White/sandwich estimator, or something similar when method=ml is selected?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Additionally, is there any way in proc arima to specify alternative methods for standard error estimation, or are the defaults considered standard for ARMA models?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 11:15:40 GMT</pubDate>
    <dc:creator>sasalex2024</dc:creator>
    <dc:date>2024-12-16T11:15:40Z</dc:date>
    <item>
      <title>Standard Error Estimation in PROC ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953651#M4892</link>
      <description>&lt;P&gt;Dear SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For proc arima estimation, I couldn’t find detailed information about how standard errors (and thus&amp;nbsp;&lt;SPAN class=""&gt;t&lt;/SPAN&gt;-values) are computed. The manual states:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;The t-values reported in the table of parameter estimates are approximations whose accuracy depends on the validity of the model, the nature of the model, and the length of the observed series...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Could you please clarify what method SAS uses to estimate standard errors for ARMA model parameters? For example, does it rely on the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Outer Product of Gradients (OPG)&lt;/STRONG&gt;&lt;SPAN&gt;, the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Observed Information Matrix (OIM)&lt;/STRONG&gt;&lt;SPAN&gt;, Huber/White/sandwich estimator, or something similar when method=ml is selected?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Additionally, is there any way in proc arima to specify alternative methods for standard error estimation, or are the defaults considered standard for ARMA models?&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 11:15:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953651#M4892</guid>
      <dc:creator>sasalex2024</dc:creator>
      <dc:date>2024-12-16T11:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Error Estimation in PROC ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953695#M4893</link>
      <description>&lt;DIV&gt;
&lt;H4 class="xis-title"&gt;I never wondered and my quick search yields only this :&lt;/H4&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI class="xis-title"&gt;The standard error estimates are &lt;STRONG&gt;based on large sample theory&lt;/STRONG&gt;. Thus, the standard errors are labeled as &lt;STRONG&gt;approximate&lt;/STRONG&gt;, and the standard errors and t values &lt;STRONG&gt;might not be reliable in small samples&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI class="xis-title"&gt;Cautions during Estimation&lt;BR /&gt;&lt;SPAN&gt;The ARIMA procedure uses a general nonlinear least squares estimation method that can yield problematic results if your data do not fit the model. Output should be examined carefully. The GRID option can be used to ensure the validity and quality of the results. Problems you might encounter include the following:&lt;/SPAN&gt;
&lt;UL&gt;
&lt;LI class="xis-title"&gt;... ... ... ... ...&lt;/LI&gt;
&lt;LI class="xis-title"&gt;If the data are differenced and a moving-average model is fit, the parameter estimates might try to converge exactly on the invertibility boundary. In this case, &lt;STRONG&gt;the standard error estimates that are based on derivatives&lt;/STRONG&gt; might be inaccurate.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;[Edit] ... I &lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;think&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt; PROC ARIMA relies on &lt;STRONG&gt;OIM&lt;/STRONG&gt; for "calculation" of standard errors (of parameter estimates).&lt;BR /&gt;OIM is the inverse of the negative matrix of second derivatives. &lt;BR /&gt;OIM is not so&amp;nbsp;computer-time-friendly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Dec 2024 17:29:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953695#M4893</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-12-16T17:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Error Estimation in PROC ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953726#M4894</link>
      <description>&lt;P&gt;Thank you, Koen, for your prompt and insightful reply. I managed to run a simple regression with ARMA errors and input series in both SAS and Stata. Stata has a default vce(opg) option that uses the sum of the outer product of the gradient (OPG) vectors. It reports results as z-values and P&amp;gt;|z|, which are extremely different from the SAS output. In fact, for my data SAS indicates that all the coefficients are significant, whereas Stata suggests that some are not significant at all.&lt;/P&gt;&lt;P&gt;However, Stata offers two other options:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;vce(robust) uses the robust or sandwich estimator of variance.&lt;/LI&gt;&lt;LI&gt;vce(oim) uses the observed information matrix (OIM).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;i saw that vce(oim) produces z-values that are fairly close to the t-values reported in SAS. This suggests that your guess—that PROC ARIMA relies on OIM for calculating the standard errors of parameter estimates—is correct. Did I understand you correctly? Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 19:47:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953726#M4894</guid>
      <dc:creator>sasalex2024</dc:creator>
      <dc:date>2024-12-16T19:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Standard Error Estimation in PROC ARIMA</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953729#M4895</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/467482"&gt;@sasalex2024&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Did I understand you correctly? Thank you.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It seems you did understand me correctly.&lt;/P&gt;
&lt;P&gt;Thanks for feedback !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 19:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Standard-Error-Estimation-in-PROC-ARIMA/m-p/953729#M4895</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2024-12-16T19:55:29Z</dc:date>
    </item>
  </channel>
</rss>

