kevmoo / stats

Calculate common statistical values for a set of numbers

Home Page:https://pub.dev/packages/stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculating average and standard deviation is not correct

eldorabdukhamidov opened this issue · comments

When I pass the list to the package, the result of the average is incorrect. When I add a number lower than average, the average value is increasing. Additionally, the result of standard deviation is incorrect. Please, have a check.

Could you add a test that shows this problem?

Would LOVE a test here to show the problem. Otherwise, I'm closing.