-
-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Labels
Description
I just want to make sure this is a limitation of the package, and not my own fault. But it seems that summing large arrays is prohibitively slow. I have several arrays with about 20,000 points, each with errors, but it's impossible to find the mean because it takes too long to calculate. To be more specific, I'm getting the mean to normalize the array
alpha = 1.0 + (alpha - alpha.mean()) / (alpha.max() - alpha.min())
Is there any quicker way this can be done? Thanks.
Reactions are currently unavailable