<?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: Prediction Error Variance in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/247752#M1566</link>
    <description>&lt;P&gt;&lt;SPAN&gt;You can use the OUTFOR= option in the FORECAST statement. The table contains the "STD" column which stores the&amp;nbsp;standard&amp;nbsp;error of prediction. Is that what you want?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also refer to the online help doc of UCM procedure:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_ucm_sect036.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_ucm_sect036.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2016 14:22:05 GMT</pubDate>
    <dc:creator>Puwang</dc:creator>
    <dc:date>2016-02-03T14:22:05Z</dc:date>
    <item>
      <title>Prediction Error Variance</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/233970#M1458</link>
      <description>While estimating an Unobseved Components Model how can i get the prediction error variance in my output?</description>
      <pubDate>Tue, 10 Nov 2015 04:40:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/233970#M1458</guid>
      <dc:creator>jaweriahh</dc:creator>
      <dc:date>2015-11-10T04:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction Error Variance</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/247752#M1566</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You can use the OUTFOR= option in the FORECAST statement. The table contains the "STD" column which stores the&amp;nbsp;standard&amp;nbsp;error of prediction. Is that what you want?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also refer to the online help doc of UCM procedure:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_ucm_sect036.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_ucm_sect036.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 14:22:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/247752#M1566</guid>
      <dc:creator>Puwang</dc:creator>
      <dc:date>2016-02-03T14:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction Error Variance</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/248628#M1575</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply. I require some common diagnostic statistics such as (Predicted error variance&lt;/P&gt;
&lt;P&gt;the one step ahead prediction errors, the normality statistic based on the third and fourth moments, heteroscedasticity statistic based on the ratio of the sample for the first one third of the prediction errors, the Box-Ljung serial correlation statistics, Durbin Watson) I have looked into the outfor=option but could not get these statistics&amp;nbsp;(though I was able to get several diagnostic graphs).&lt;/P&gt;
&lt;P&gt;Think you&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 07:06:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/248628#M1575</guid>
      <dc:creator>jaweriahh</dc:creator>
      <dc:date>2016-02-08T07:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Prediction Error Variance</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/248673#M1577</link>
      <description>&lt;P&gt;Use ODS table options to trieve more statistics. For example, the following statements can provide you the one step ahead prediction errors, the normality statistic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; ods output FitStatistics = fitstat;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; ods output FitSummary = fits;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More info on ODS output tables please check&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_ucm_sect034.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/60372/HTML/default/viewer.htm#etsug_ucm_sect034.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 15:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Prediction-Error-Variance/m-p/248673#M1577</guid>
      <dc:creator>Puwang</dc:creator>
      <dc:date>2016-02-08T15:25:31Z</dc:date>
    </item>
  </channel>
</rss>

