pydata / bottleneck

Fast NumPy array functions written in C
BSD 2-Clause "Simplified" License
1.08k stars 104 forks source link

2D window implementation #448

Open as18g13 opened 6 months ago

as18g13 commented 6 months ago

Is there a way of implementing a 2D window like a kernel for calculating the statistics? At the moment it just seems to be along one axis. Thanks