Re: [Numpy-discussion] ENH: Add Moving Average Function

2019-08-27 Thread Ralf Gommers
On Mon, Aug 26, 2019 at 8:38 AM Todd wrote: > I think having some function for common cases like moving average and > spectrogram would be good. Having a jumping-off point and simple reference > for testing against could encourage someone to make a faster implementation > down the road. > This

Re: [Numpy-discussion] ENH: Add Moving Average Function

2019-08-26 Thread Todd
I think having some function for common cases like moving average and spectrogram would be good. Having a jumping-off point and simple reference for testing against could encourage someone to make a faster implementation down the road. -Todd On Mon, Aug 26, 2019 at 12:24 AM Stephan Hoyer

Re: [Numpy-discussion] ENH: Add Moving Average Function

2019-08-25 Thread Stephan Hoyer
I would be very interested to see the “sliding window view” function merged into np.lib.stride_tricks. I don’t think it makes sense to add a suite of dedicated functions for sliding window calculations that wrap that function. If we are going to go down the path of adding sliding window