[Numpy-discussion] Overlapping time series

Sturla Molden sturla.molden at gmail.com
Tue Feb 11 08:53:25 EST 2014


Daniele Nicolodi <daniele at grinta.net> wrote:

> I can imagine strategies about how to approach the problem, but none
> that would be efficient.  Ideas?

I would just loop from the start and loop from the end and find out where
to clip. Then slice in between. 

If Python loops take too much time, JIT compile them with Numba. 

Sturla




More information about the NumPy-Discussion mailing list