You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been thinking about how to help Arduino users do more sophisticated analysis of their sensor data and this seems like a simple thing that could help with a bunch of things. There are some existing libraries for this (e.g. http://playground.arduino.cc/Main/Average) but it seems like mean() and standardDeviation() are common enough to be worth including in the core. What do you think?