Filtering a NumPy Array

Summary The following tests are meant to give some insights into the different approaches and should be taken with a grain of salt. What is being tested here is not exactly generic filtering, but rather just applying a threshold, which has the notable feature that computing the condition is pretty fast. Very different results would … Read more