-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running average? #3
Comments
Yeah my use case for this tool is "why is this sucking? Oh, because the Right now my most desired features are cross-compatibility with non-Ubuntu,
|
@altf4 I just implemented a simple running average; it's a simple average so failures count as -1 which is wrong, but the number is still somewhat useful for now. |
I started writing a feature to toggle the display of a running average of the pings in the current log. However, it wasn't immediately clear to me how error pings should be handled.
Simply ignoring them doesn't feel accurate, as it would make the average higher than it should be, and probably defeat the purpose of displaying it. (Keeping an eye on your network quality)
But how do you numerically account for the missing ping in an average?
Perhaps a running average feature just doesn't make sense in this context.
The text was updated successfully, but these errors were encountered: