Re: Find a period in multiple delayed time series




<Martin.Camitz@xxxxxxxxx> wrote in message
news:1119257325.305081.169480@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi!
>
> I'm a beginnner to time series analysis and I was wondering what
> techniques there are for analysing multiple time-series with the same
> period. In particular, if the time span of the data is shorter than the
> expected period, is there a way to retrieve the period if you have
> several time series and there is a delay (unknown or known) between
> them?

The most standardized technique is linear prediction. The series will all
satisfy the same linear equation x(k+2) = a.x(k+1) + b.x(k) + error(k+2).
So finding the period reduces to finding best values for fixed coefficients
a and b. This might involve some initial principle component analysis to
get rid of any white noise.

Search on the web for Pisarenko, Prony, Burg algorithms or in IEEE
Transaction on Signal Processing over that last three decades. This will
reveal many hundreds if not thousands of theoretical and mathematical
papers, perhaps rather fewer practical ones.


rusty


.



Relevant Pages

  • Re: Find a period in multiple delayed time series
    ... >> techniques there are for analysing multiple time-series with the same ... >> several time series and there is a delay (unknown or known) between ... can see one eruption in each city and a clear delay due to geography. ...
    (sci.stat.math)
  • Find a period in multiple delayed time series
    ... I'm a beginnner to time series analysis and I was wondering what ... techniques there are for analysing multiple time-series with the same ...
    (sci.stat.math)