Hello, I have a question about the cross-correlation.
I have 2 data sets, one is binned and another is not, 9000 values every. Something like this:
a = [23 45 88 9 0 29 30 60 0 2 10 100 0 60 90] b = [0 0 0 1 1 0 0 0 0 0 0 1 0 0 1] Actually, the "b" is the set of events (yes/now) which occurs...