uneven spaced time series - MathOverflow most recent 30 from http://mathoverflow.net2013-05-19T21:53:03Zhttp://mathoverflow.net/feeds/question/48913http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/48913/uneven-spaced-time-seriesuneven spaced time seriesTim van Beek2010-12-10T12:20:20Z2010-12-30T01:17:24Z
<p>Let $(t_k), k \in \mathbb{N}$, be an increasing sequence of real numbers ($t_{k-1} < t_k$) and $(X_{t_k}$) be a sequence of real numbers indexed by $(t_k)$. Such a sequence is sometimes called a time series.</p>
<p>The idea is that this series represents a sequence of measurements of some sort, like, for example, the average temperature of some location at time $t_k$.</p>
<p>The analysis of time series is an established area of statistics. In concrete applications, for example in climate science, there are two common problems when applying statistical algorithms to time series:</p>
<ol>
<li><p>The time series are finite, which produces artefacts in statistical algorithms that are designed for infinite time series. This problem is well known and there exist several approches to handle it.</p></li>
<li><p>The times series are uneven spaced, that is $t_k - t_{k-1}$ is not independent of $k$.</p></li>
</ol>
<p>I don't know of any textbook, algorithm or paper that explicitly addresses the latter problem. My question is therefore: Is this not a problem, is the solution trivial or, if not, are there any treatments?</p>
<p>Of course it is possible to interpolate missing values to generate a time series with an even time spacing $\min_k (t_k - t_{k-1})$, but it seems to me that this is not a solution, because algorithms like the fast fourier transform, nonlinear regression analysis or wavelet transforms would produce artefacts that depend on the kind of interpolation (linear, qubic splines, whatever). And therefore an explicit explanation of why the kind of interpolation one uses does not produce any artefacts in the analysis of the time series seems to be warranted to me, but I have never seen one in the literature.</p>
http://mathoverflow.net/questions/48913/uneven-spaced-time-series/48923#48923Answer by sleepless in beantown for uneven spaced time seriessleepless in beantown2010-12-10T13:56:50Z2010-12-10T13:56:50Z<p>Fourier transforms depend upon the fact that the modeled signal are going to be infinite in time-span and time-extent. While it is possible to get a very good example of a time-limited signal by using a finite set of Fourier coefficients, the finite-fourier-coefficient-approximation always ends up with "ringing artefacts" at any high-frequency edges beyond the bandwidth-limited approximation.
These artifacts arise from the fact that Fourier decomposition using the "infinite-time-extent" sine-wave as its base-component.</p>
<p>This type of problem in representing "limited-time-span" signals is what led to the concepts of "wavelets" and wavelet-transforms, using such limited-time-span base components such as the Haar wavelet. This is a slightly different problem from having non-equally-spaced-in-time samples extracted from a time series, but even then in these cases, there is the assumption that the underlying time series is continuous over time or is composed of the superposition of multiple discrete events occuring as Bernoulli or Poisson processes over time with some convolution of the discrete events by a smoothing factor (volcano eruption or geyser spouting, with the effluent "smoothed out" by prevailing winds or water currents).</p>
http://mathoverflow.net/questions/48913/uneven-spaced-time-series/48948#48948Answer by Pascal Orosco for uneven spaced time seriesPascal Orosco2010-12-10T17:28:05Z2010-12-10T17:28:05Z<p>... This is a problem, there is no trivial solution, just because you cannot and must not solve both problems (the interpolation problem and your problem of interest) separately: you must solve them jointly.</p>
<p>However, if adapting the algorithm of interest to uneven spaced times or solving both problem jointly is too difficult, you may consider resorting to "Poincaré-Jaynes-Bretthorst" interpolation that can be easily adapted to handle uneven spaced times.
Please see my question </p>
<p><a href="http://mathoverflow.net/questions/48913/uneven-spaced-time-series" rel="nofollow">http://mathoverflow.net/questions/48913/uneven-spaced-time-series</a></p>
<p>for references.</p>
<p>"Poincaré-Jaynes-Bretthorst" interpolation is in some extent exact: it is necessary (according to Poincaré) and also sufficient, provided that you equip yourself with Jaynes' Principle of Maximum Entropy.
Essentially, you "just" need to choose the order of the derivative to constrain (that makes no big difference in some cases.)</p>
http://mathoverflow.net/questions/48913/uneven-spaced-time-series/50692#50692Answer by Andreas Eckner for uneven spaced time seriesAndreas Eckner2010-12-30T01:09:52Z2010-12-30T01:17:24Z<p>Unfortunately the problem is not trivial. Right now, there is virtually no theory for analyzing unevenly-spaced time series in their unaltered form. I have been working extensively on the problem over the past year and have typed up some notes that might be helpful (they can be found at <a href="http://www.eckner.com/research.html" rel="nofollow">http://www.eckner.com/research.html</a>)</p>