<?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: How to Impute Missing Data Using Potential Temporal Patterns in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344254#M63474</link>
    <description>&lt;P&gt;1) Look at &lt;STRONG&gt;proc expand&lt;/STRONG&gt; for spline based interpolation or &lt;STRONG&gt;proc loess&lt;/STRONG&gt; for local regression. These techniques are limited to small holes in the time series.&lt;/P&gt;</description>
    <pubDate>Sat, 25 Mar 2017 03:57:56 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2017-03-25T03:57:56Z</dc:date>
    <item>
      <title>How to Impute Missing Data Using Potential Temporal Patterns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344128#M63471</link>
      <description>&lt;P&gt;HI folks,&lt;/P&gt;&lt;P&gt;I am interested in developing an approach to impute missing data for a time series of ambient concentrations.&amp;nbsp;I have provided a data set that contains time variables of month, day, and hour, considering&amp;nbsp;an&amp;nbsp;entire year. Variables of interest for imputation are concentration data for&amp;nbsp;5 years, each year containing two types of concentration data though reported for each hour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example, 'hour_2011' contains the value for the hourly average concentration for that particular hour of the day in&amp;nbsp;the month of year 2011, while 'max5_2011'&amp;nbsp; contains the value for the 5-minute maximum concentration occuring in that same hour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Conditions:&lt;/P&gt;&lt;P&gt;max5_xxxx can not be less than 'hour_xxxx' and cannot be greater than a factor of 12.&lt;/P&gt;&lt;P&gt;The mechanism for&amp;nbsp;missing data&amp;nbsp;could be considered as random.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are some&amp;nbsp;patterns in the concentrations:&amp;nbsp;they can increase then decrease&amp;nbsp;during certain times of&amp;nbsp;the day, but it&amp;nbsp;is more about when it happens it does increase then decrease, rather than occurring at&amp;nbsp;specific times of day all the time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rather than simply&amp;nbsp;using a mean value to impute between missing hour conc or max5 conc, i was looking to see if it were possible to include some variability in estimating both values within&amp;nbsp;the particular&amp;nbsp;year,&amp;nbsp;informed by any&amp;nbsp;trends that may be present such as:&lt;/P&gt;&lt;P&gt;1) considering&amp;nbsp;the prior and post&amp;nbsp;hour concentrations&lt;/P&gt;&lt;P&gt;2) other days' hourly patterns at similar concentration levels (seperating out&amp;nbsp;when you have variation occuring&amp;nbsp;over time&amp;nbsp;periods&amp;nbsp;vs for&amp;nbsp;static conditions)&lt;/P&gt;&lt;P&gt;3) patterns occurring in other years?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;though all the while preserving a reasonable&amp;nbsp;relationship&amp;nbsp;between the max5&amp;nbsp;and the hourly concentration predictions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your&amp;nbsp;assistance.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 16:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344128#M63471</guid>
      <dc:creator>SGraham</dc:creator>
      <dc:date>2017-03-24T16:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Impute Missing Data Using Potential Temporal Patterns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344131#M63472</link>
      <description>&lt;P&gt;Do you have access to SAS/ETS procedures? I think Proc Arima may do what you want but the data likely will need to be restructured. Your variable names make me think that you have multiple values representing multiple time points per record. The time series procedures in ETS will generally require one record per time period and the dates or datetime should be SAS date values.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344131#M63472</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-03-24T17:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Impute Missing Data Using Potential Temporal Patterns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344202#M63473</link>
      <description>&lt;P&gt;What have you done on your own on this problem?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 20:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344202#M63473</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-03-24T20:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Impute Missing Data Using Potential Temporal Patterns</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344254#M63474</link>
      <description>&lt;P&gt;1) Look at &lt;STRONG&gt;proc expand&lt;/STRONG&gt; for spline based interpolation or &lt;STRONG&gt;proc loess&lt;/STRONG&gt; for local regression. These techniques are limited to small holes in the time series.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 03:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-Impute-Missing-Data-Using-Potential-Temporal-Patterns/m-p/344254#M63474</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-03-25T03:57:56Z</dc:date>
    </item>
  </channel>
</rss>

