kevmoo / stats

Calculate common statistical values for a set of numbers
https://pub.dev/packages/stats
MIT License
8 stars 4 forks source link

Added rms (Root Mean Square) in stats.dart #5

Closed kevmoo closed 4 years ago

kevmoo commented 4 years ago

Root Mean Square: square root of the mean square

Fixes https://github.com/kevmoo/stats/pull/3