<?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 How do I perform Particle Filtering of a time series in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-I-perform-Particle-Filtering-of-a-time-series/m-p/427795#M2959</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;suppose Yt=f(Xt ,Zt) .Here only Yt is observable but Xt and Zt are not observable-however both are random variables for a given t( and hence{Xt} and {Zt} can be considered as two unobservable time series .)Therefore the problem is to disentangle the effect of Xt and Zt from Yt .&amp;nbsp; {Xt } also has a decreasing&amp;nbsp;trend and sometimes there might be a structural break.&lt;/P&gt;&lt;P&gt;I want to use&amp;nbsp;PARTICLE FILTERING so that the forecasting is good&amp;nbsp; as&amp;nbsp;the distribution of {Yt} is far from naormality ..how to do that? Also How best to use UCM/SSM for this type of problem?&lt;/P&gt;&lt;P&gt;I have SAS 9.4.&lt;/P&gt;&lt;P&gt;If someone is interested to know more I can provide the time series Yt and codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jan 2018 18:48:42 GMT</pubDate>
    <dc:creator>kaushik07</dc:creator>
    <dc:date>2018-01-15T18:48:42Z</dc:date>
    <item>
      <title>How do I perform Particle Filtering of a time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-I-perform-Particle-Filtering-of-a-time-series/m-p/427795#M2959</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;suppose Yt=f(Xt ,Zt) .Here only Yt is observable but Xt and Zt are not observable-however both are random variables for a given t( and hence{Xt} and {Zt} can be considered as two unobservable time series .)Therefore the problem is to disentangle the effect of Xt and Zt from Yt .&amp;nbsp; {Xt } also has a decreasing&amp;nbsp;trend and sometimes there might be a structural break.&lt;/P&gt;&lt;P&gt;I want to use&amp;nbsp;PARTICLE FILTERING so that the forecasting is good&amp;nbsp; as&amp;nbsp;the distribution of {Yt} is far from naormality ..how to do that? Also How best to use UCM/SSM for this type of problem?&lt;/P&gt;&lt;P&gt;I have SAS 9.4.&lt;/P&gt;&lt;P&gt;If someone is interested to know more I can provide the time series Yt and codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 18:48:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-I-perform-Particle-Filtering-of-a-time-series/m-p/427795#M2959</guid>
      <dc:creator>kaushik07</dc:creator>
      <dc:date>2018-01-15T18:48:42Z</dc:date>
    </item>
    <item>
      <title>How do I perform Particle Filtering of a time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-I-perform-Particle-Filtering-of-a-time-series/m-p/427793#M2960</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;suppose Yt=f(Xt ,Zt) .Here only Yt is observable but Xt and Zt are not observable-however both are random variables for a given t( and hence{Xt} and {Zt} can be considered as two unobservable time series .)Therefore the problem is to disentangle the effect of Xt and Zt from Yt .&amp;nbsp; {Xt } also has a decreasing&amp;nbsp;trend and sometimes there might be a structural break.&lt;/P&gt;&lt;P&gt;I want to use&amp;nbsp;PARTICLE FILTERING so that the forecasting is good&amp;nbsp; ..how to do that? Also How best to use UCM/SSM for this type of problem?&lt;/P&gt;&lt;P&gt;I have SAS 9.4.&lt;/P&gt;&lt;P&gt;If someone is interested to know more I can provide the time series Yt and codes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 18:46:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-I-perform-Particle-Filtering-of-a-time-series/m-p/427793#M2960</guid>
      <dc:creator>kaushik07</dc:creator>
      <dc:date>2018-01-15T18:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I perform Particle Filtering of a time series</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-I-perform-Particle-Filtering-of-a-time-series/m-p/428042#M2961</link>
      <description>&lt;P&gt;To my knowledge there is no convenient support for particle filtering in SAS yet.&amp;nbsp; Particle filtering is used when data follows nonlinear or non-Gaussian state space model.&amp;nbsp; If a problem can be formulated as a linear state space model, you can analyze it using PROC UCM or PROC SSM.&amp;nbsp; PROC UCM is restricted to the analysis of univariate response series---it permits a variety of ways to handle predictor series.&amp;nbsp; For univariate analysis PROC UCM is often easy to use&amp;nbsp;and often quite adequate.&amp;nbsp; If you want to analyze more general types&amp;nbsp;of sequential data (multivariate time series, panel data, or longitudinal data) then you can consider PROC SSM.&amp;nbsp;&amp;nbsp;The documentation of both procedures&amp;nbsp;(and SGF papers) contain many illustrative examples of their use.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:09:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/How-do-I-perform-Particle-Filtering-of-a-time-series/m-p/428042#M2961</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2018-01-16T15:09:25Z</dc:date>
    </item>
  </channel>
</rss>

