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
If the median is 100 ms, half of the requests take longer than 100 ms, and half of the requests take less than 100 ms.
This formulation implies a strict lower/upper bound, which the median need not be.
Just consider a sequence where every single entry is uniformly 100 ms.
The statement is easily corrected to reflect the intended meaning by inserting 2 negations.
If the median is 100 ms, half of the requests take no longer than 100 ms, and half of the requests take no less than 100 ms.
The text was updated successfully, but these errors were encountered:
This formulation implies a strict lower/upper bound, which the median need not be.
Just consider a sequence where every single entry is uniformly 100 ms.
The statement is easily corrected to reflect the intended meaning by inserting 2 negations.
The text was updated successfully, but these errors were encountered: