Statistics (Low Resource Usage)

I always find myself choosing to cut certain data logging goals in favor of more important data priorities (given limitations of choosing to use this type of board) It would be nice to have a low memory way to still generate basic statistics on lower priority data. For example, this is out of my scope of expertise, but this library seems like it would be helpful.

http://playground.arduino.cc/Main/Statistics

Wondering if others see the same need

1 Like

Hi @the_root_of_matt

I think that library might work without any changes (or very small changes at best). The only thing I can think to add is support for both float and doubles since it only does floats right now.

The functions in that library are pretty simple and I am sure lots of folks have just rolled their own versions, which is always an option.

1 Like