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
To be statistically correct, you would have first to do sufficient retries to estimate, if the standard deviation is the correct guess. https://stats.stackexchange.com/questions/108578/what-does-standard-deviation-tell-us-in-non-normal-distribution.
This may or may not be practical depending on the system behavior (influences of other processes may make the exact distribution unobservable in practice), so it is usually skipped and Gaussean distribution assumed.
Currently it is done like this:
poop/src/main.zig
Line 365 in b01058a
but maybe there is better way to do it, that is more well accepted in the field of statistics.
(perhaps std deviation should be involved?)
The text was updated successfully, but these errors were encountered: