You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that under some circumstances (measured values in a set are very close or the same big floats), std_dev calculation may fail because variance becomes negative.
I guess it's somehow related to instability? Should some other "variance" calculation algorithm be implemented? https://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Na%C3%AFve_algorithm
We could opt for using summation and processing with better numerical stability.
The text was updated successfully, but these errors were encountered: