commit | 11af83139c09b9a3fe17fabc8f32642527f0536f | [log] [tgz] |
---|---|---|
author | tbansal <[email protected]> | Wed Jun 24 20:34:22 2015 |
committer | Commit bot <[email protected]> | Wed Jun 24 20:35:11 2015 |
tree | 39f8b0143317576331283a28a44fc55e3e92e3a1 | |
parent | 160f331818cd9ac48ad9d769f23603dc18027927 [diff] |
Compute time weighted median network quality estimate. Compute median network quality estimate from the stored observations. This is done by adding a general function GetEstimate(int percentile). Observations are assigned a weight based on their timestamp. Recent observations are given higher weight. BUG=472681 Review URL: https://codereview.chromium.org/1183203002 Cr-Commit-Position: refs/heads/master@{#335990}