<?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: Simple analyses on unevenly-spaced timeseries data without converting to even spacing in SAS Forecasting and Econometrics</title>
    <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297264#M1905</link>
    <description>&lt;P&gt;Note Specialized tools for time series are provided under the Forecasting and Econometrics (SAS/ETS) license. You might want to address your question to that Community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/bd-p/forecasting_econometrics" target="_self"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/bd-p/forecasting_econometrics&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2016 22:27:24 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-09-08T22:27:24Z</dc:date>
    <item>
      <title>Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297254#M1904</link>
      <description>&lt;P&gt;I'm working with unevenly-spaced timeseries data from IoT devices. I'm new to SAS and had previously been using the &lt;A href="https://traces.readthedocs.io/en/latest/" target="_self"&gt;Pyton traces package&lt;/A&gt; for handling this data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One handy thing that traces enables is "simple analyses of unevenly-spaced time series data without making an awkward / lossy transformation to evenly-spaced representations." For example, if I wanted to know when any of a set of IoT devices were in an "on" state (do a logical OR), I could do that very easily with traces Timeseries objects&amp;nbsp;-&amp;nbsp;without first converting the data to a evenly-spaced representations and without writing any custom code to implement the logical or based on the uneven time steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does SAS have any capabilities for directly performing simple analyses on unevenly-spaced time series data?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:29:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297254#M1904</guid>
      <dc:creator>mbloem</dc:creator>
      <dc:date>2016-09-08T21:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297264#M1905</link>
      <description>&lt;P&gt;Note Specialized tools for time series are provided under the Forecasting and Econometrics (SAS/ETS) license. You might want to address your question to that Community&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/bd-p/forecasting_econometrics" target="_self"&gt;https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/bd-p/forecasting_econometrics&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 22:27:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297264#M1905</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-09-08T22:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297272#M1906</link>
      <description>&lt;P&gt;It depends on your data structure.&lt;/P&gt;
&lt;P&gt;Determining what's an ON state could be as simple as a filter and not require any special package.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Re unevenly spaced time series, I'll let someone else answer.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 22:45:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297272#M1906</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-08T22:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297421#M1908</link>
      <description>&lt;P&gt;Thanks Reeza. Really the key issue for me is the unevenly-spaced aspect of the problem, not the logical or part. The logical or is just an example. I'm trying to avoid going from unevenly-spaced to evenly spaced to do a computation like a logical or or sum or something, and then back again to unevenly-spaced because that's more concise and relevant for later analyses.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297421#M1908</guid>
      <dc:creator>mbloem</dc:creator>
      <dc:date>2016-09-09T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297487#M1909</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;
&lt;P&gt;SSM mastermind &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/43004"&gt;@rselukar﻿&lt;/a&gt;&amp;nbsp;point out to me that unevenly spaced time series are also called longitudinal data - there are 3 examples in PROC SSM documentation which deal with this type of situation:&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_examples04.htm" target="_blank"&gt;&lt;FONT color="#0563c1" face="Calibri" size="3"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_examples04.htm&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_examples09.htm" target="_blank"&gt;&lt;FONT color="#0563c1" face="Calibri" size="3"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_examples09.htm&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_examples15.htm" target="_blank"&gt;&lt;FONT color="#0563c1" face="Calibri" size="3"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_examples15.htm&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;Furthermore he was kind enough to point me to&amp;nbsp;PROC SSM &lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;FONT face="Calibri" size="3"&gt;documentation,&amp;nbsp;that describes the types of sequential data SSM can handle:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_details02.htm" target="_blank"&gt;&lt;FONT color="#0563c1" face="Calibri" size="3"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_ssm_details02.htm&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;And ouf course you may want to check out his SAS Global Forum paper:&amp;nbsp;&lt;A href="http://support.sas.com/resources/papers/proceedings15/SAS1580-2015.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings15/SAS1580-2015.pdf&lt;/A&gt; on this very topic.&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;Many thanks Rajesh!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;&lt;SPAN style="color: rgb(31, 73, 125);"&gt;Udo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 20:49:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297487#M1909</guid>
      <dc:creator>udo_sas</dc:creator>
      <dc:date>2016-09-09T20:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297557#M1910</link>
      <description>&lt;P&gt;I was not aware of the traces package.&amp;nbsp; Taking a quick look at the package&amp;nbsp;link I realize that you are interested in more basic analysis of unevenly spaced timeseries.&amp;nbsp; SSM procedure is designed for model based analysis of&amp;nbsp;such timeseries&amp;nbsp;and you can do rather sofisticated analysis of such data.&amp;nbsp; Without going into too many details, I am going to explain how to use the SSM procedure to do basic&amp;nbsp;interpolation/extrapolation of an unevenly spaced timeseries.&amp;nbsp; Assume that your&amp;nbsp;input data set, test,&amp;nbsp;has two columns time and y.&amp;nbsp; The the time column contains the times associated with the measurements y (the times need not be evenly spaced, in fact, you can even have multiple measurements at the same time point).&amp;nbsp; It is also assumed that the data set test is&amp;nbsp;sorted according time, and the time points at which you want interpolated/extrapolated values of y are included in the data set with corresponding y missing.&amp;nbsp; So the first few rows of the data set might look something like this:&lt;/P&gt;
&lt;P&gt;time&amp;nbsp;&amp;nbsp;&amp;nbsp; y&lt;/P&gt;
&lt;P&gt;1.2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;
&lt;P&gt;1.8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -2.6&lt;/P&gt;
&lt;P&gt;2.0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/P&gt;
&lt;P&gt;8.3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note y values at time points 1.2 and 2.0 are missing.&amp;nbsp; You can obtain a smooth interpolation of y values as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc ssm data=test;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; id time;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; trend scurve(ps(2)) checkbreak;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; irregular noise;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; model y = scurve noise / print=smooth;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; output out=for press;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The interpolated/extrapolated values of y are printed.&amp;nbsp; SSM procedure stores&amp;nbsp;the estimate of the smoothed curve (called smoothed_scurve) in the output data set.&amp;nbsp; You can plot it and see the fit as follows:&lt;/P&gt;
&lt;P&gt;proc sgplot data=for;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; series x=time y=smoothed_scurve;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; scatter x=time y=y;&lt;/P&gt;
&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that you can specify many more interesting models (see the examples mentioned earlier), use predictor info if available,&amp;nbsp;the&amp;nbsp;CHECKBREAK option in the TREND statement identifies possible locations of abrupt changes in the smoothed curve, and lot more things.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2016 00:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/297557#M1910</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2016-09-11T00:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298012#M1915</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15233"&gt;@udo_sas﻿&lt;/a&gt;&amp;nbsp;and &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/43004"&gt;@rselukar﻿&lt;/a&gt;&amp;nbsp;for this information about SSM! I see that it will be very helpful for extrapolation/interpolation, and also more powerful modeling of unevenly spaced timeseries data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm still wondering if there is anything that will do simple arithmetic and logical operators on a set of unevenly-spaced timeseries data (such as what would come off of a set of related sensors). Each sensor will send data at different unevenly-spaced times. The example from the traces package website about adding up all the light switched on in a building (see below) is a good one, but I may also want to do different things like logical ORs to see when any light is on in the building, find the average number of lights on in the building, etc. Would SSM help with this? Or something else in SAS?&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12972iC22D32708E0E9197/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;</description>
      <pubDate>Tue, 13 Sep 2016 13:01:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298012#M1915</guid>
      <dc:creator>mbloem</dc:creator>
      <dc:date>2016-09-13T13:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298060#M1916</link>
      <description>&lt;P&gt;I think for this type of problem PROC TIMESERIES (SAS/ETS: &lt;A href="http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_timeseries_toc.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/etsug/68148/HTML/default/viewer.htm#etsug_timeseries_toc.htm&lt;/A&gt;)&amp;nbsp;and DATA STEP might be a better match.&amp;nbsp; PROC TIMSERIES can take different time series that are recorded at different time&amp;nbsp;instances and put them on a uniform time grid&amp;nbsp;of your choice.&amp;nbsp; It has many options to "fill" the gaps (the ACCUMULATE option) with suitable values, e.g., for your sensor data zero (indicating absence) might be a possible choice.&amp;nbsp; After a data set of&amp;nbsp;all uniformly "filled" series is created, you can do a variety of operation on these columns (summing, and/or, ...)&amp;nbsp;via DATA step.&amp;nbsp; PROC SSM could also be used&amp;nbsp; for the same data preparation step if you want to do a more model based interpolation/extrapolation.&amp;nbsp; For your simpler setup, PROC TIMESERIES might be sufficient and will be whole lot faster.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 14:55:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298060#M1916</guid>
      <dc:creator>rselukar</dc:creator>
      <dc:date>2016-09-13T14:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298064#M1917</link>
      <description>&lt;P&gt;Yes this is basically what I'm doing now, although with a DATA step instead of PROC TIMESERIES. I was hoping to avoid the somewhat awkward and potentially memory-intensive transition from unevenly-spaced to evenly spaced for simple arithmetic and logical computations, and then back to unevenly-spaced for further analysis.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Anyhow thanks for your help&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/43004"&gt;@rselukar﻿&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 15:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298064#M1917</guid>
      <dc:creator>mbloem</dc:creator>
      <dc:date>2016-09-13T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298207#M1920</link>
      <description>&lt;P&gt;Here is the approach I would use to perform simple operations with base SAS coding:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Example data */
data t;
input timeStamp :datetime20. devId :$8. state;
format timestamp datetime17.;
datalines;
13SEP2016:01:01:00 A 0
13SEP2016:01:01:10 A 1
13SEP2016:01:01:11 A 0
13SEP2016:01:01:55 B 1
13SEP2016:02:20:00 A 1
13SEP2016:02:30:00 C 0
13SEP2016:02:33:00 B 0
13SEP2016:04:01:00 A 0
13SEP2016:05:01:00 C 1
13SEP2016:05:12:00 C 0
13SEP2016:05:23:00 C 1
13SEP2016:05:35:00 B 1
13SEP2016:06:00:00 A 1
13SEP2016:06:01:00 A 0
;

/* Get the list of devices */
ods output SQL_Results=devFmt;
proc sql number;
select unique devId, "devFmt" as fmtname, "I" as type 
from t;
select cats("v_", Row, "=", quote(compress(devId))) 
    into :devList separated by " " 
from devFmt;
quit;

proc format cntlin=devFmt(rename=(devId=start Row=label)); run;

/* Accumulate device states and perform simple operations */
data wide_t;
set t;
label &amp;amp;devList.;
retain v_:;
array _v v_:;
_v{input(devId, devFmt.)} = state;

OR_state = max(of v_:);
AND_state = min(of v_:);
NB_ON = sum(of v_:);
NB_OFF = n(of v_:) - NB_ON;

run;

proc print data=wide_t label noobs; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2016 04:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298207#M1920</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-09-14T04:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Simple analyses on unevenly-spaced timeseries data without converting to even spacing</title>
      <link>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298291#M1922</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats﻿&lt;/a&gt;&amp;nbsp;! This looks like the sort of thing I was hoping to find built in to some sort of PROC, but the code looks pretty straightforward. Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 12:30:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Forecasting-and-Econometrics/Simple-analyses-on-unevenly-spaced-timeseries-data-without/m-p/298291#M1922</guid>
      <dc:creator>mbloem</dc:creator>
      <dc:date>2016-09-14T12:30:06Z</dc:date>
    </item>
  </channel>
</rss>

