Re: [Numpy-discussion] another discussion on numpy correlate (and convolution)

2013-02-26 Thread Pierre Haessig
Hi, Le 22/02/2013 17:40, Matthew Brett a écrit : From complete ignorance, do you think it is an option to allow a (n_left, n_right) tuple as a value for 'mode'? That may be an option. Another one would be to add some kind of `bounds` option which would be set to None by default but would

Re: [Numpy-discussion] another discussion on numpy correlate (and convolution)

2013-02-26 Thread Matthew Brett
Hi, On Tue, Feb 26, 2013 at 12:20 AM, Pierre Haessig pierre.haes...@crans.org wrote: Hi, Le 22/02/2013 17:40, Matthew Brett a écrit : From complete ignorance, do you think it is an option to allow a (n_left, n_right) tuple as a value for 'mode'? That may be an option. Another one would be

Re: [Numpy-discussion] another discussion on numpy correlate (and convolution)

2013-02-22 Thread josef . pktd
On Thu, Feb 21, 2013 at 1:00 PM, Pierre Haessig pierre.haes...@crans.org wrote: Hi everybody, (just coming from a discussion on the performance of Matplotlib's (x)corr function which uses np.correlate) There have been already many discussions on how to compute (cross-)correlations of

Re: [Numpy-discussion] another discussion on numpy correlate (and convolution)

2013-02-22 Thread Matthew Brett
Hi, On Thu, Feb 21, 2013 at 10:00 AM, Pierre Haessig pierre.haes...@crans.org wrote: Hi everybody, (just coming from a discussion on the performance of Matplotlib's (x)corr function which uses np.correlate) There have been already many discussions on how to compute (cross-)correlations of

Re: [Numpy-discussion] another discussion on numpy correlate (and convolution)

2013-02-22 Thread Todd
We don't actually want remove sensitive data, but this tutorial should still allow us to remove a file totally and completely from git history. It doesn't look that hard: https://help.github.com/articles/remove-sensitive-data It will require everyone to rebase, so if you want to do this it may

[Numpy-discussion] another discussion on numpy correlate (and convolution)

2013-02-21 Thread Pierre Haessig
Hi everybody, (just coming from a discussion on the performance of Matplotlib's (x)corr function which uses np.correlate) There have been already many discussions on how to compute (cross-)correlations of time-series in Python (like