Moving Average
Moving Average Package
Moving Average is a Dart library to calculate moving averages of numbers.
Currently it works only on List<num>
, but I’m considering adding support for List<object>
, with a value function f(object) => num
to get a numeric value from the objects.
Bug reports and feature requests are welcome, as are pull requests.
Leave a comment