kevmoo / stats

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

Calculating average and standard deviation is not correct #17

Open eldorabdukhamidov opened 2 years ago

eldorabdukhamidov commented 2 years ago

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.

kevmoo commented 5 months ago

Could you add a test that shows this problem?

kevmoo commented 1 week ago

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