6

I have multiple measurements of a point process: vectors of 0's and 1's.

I'm trying to gauge the similarity of the measurements, but have no idea how to proceed. Any suggestions?

Thanks!

monkeybiz7
  • 456
  • 2
  • 4
  • 13

2 Answers2

2

I think the most direct way to determine if your measurements are similar is to compute the wait time distribution for each measurement.

The wait time is just the time elapsed between events, where an event is, presumably, signal equals $1$. This will give you a series of wait times. You can then plot these as a distribution (a histogram) to get frequencies. What do you do with these?

If your question is solely, "are these measurements of a point process similar", the wait time distributions are one thing you can examine. If the measurements are the same, their wait time distributions should be the same. Obviously if each measurement is very short then you won't get nice wait time distributions and it will be harder to determine if they are the same. With enough events though, the wait time distributions should converge on each other (if the measurements are equivalent).

The nature of the wait time distribution is itself very informative about the process you're studying though, and some analysis will be required if the wait time distributions are not the same. If the point process is "memory-less", i.e., seeing a $1$ has no influence on when you see the next $1$, then the wait time distribution is expected to be exponentially distributed. This is called a Poisson process and is the simplest possible process you could be observing. As user11852 was implying, a Poisson process has only one parameter $\lambda$ which tracks the average rate of the event. If the wait time distribution is in fact exponential, and the mean wait time is $4$, then $\lambda=1/4$. So if your point process measurements all have exponentially distributed wait times, you can ask how similar their $\lambda$ parameters are.

vector07
  • 1,571
  • 1
  • 9
  • 8
  • While everyone provided useful answers, I chose this one as the best because it made me think about the problem in a new way. Thanks! – monkeybiz7 Apr 15 '14 at 18:51
0

i would try coherence

another idea is to apply haar wavelet analysis and compare the measurements in frequency space

Aksakal
  • 55,939
  • 5
  • 90
  • 176