Telemetry: Put all statistical functions together in a new module. This includes...
commit030120863be73f2c5b6e3a50c9fc0b3d3d80731e
authorqyearsley@chromium.org <qyearsley@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 8 Oct 2013 16:48:59 +0000 (8 16:48 +0000)
committerqyearsley@chromium.org <qyearsley@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 8 Oct 2013 16:48:59 +0000 (8 16:48 +0000)
tree0500e63e8a0d0b9ad028c1610278974ca1fd1f5d
parent164f360df214abf6a1953a5835354e884c02565a
Telemetry: Put all statistical functions together in a new module. This includes everything from discrepancy.py and all of the statistical functions in smoothness.py.

These are utility functions that could be used by other modules.

BUG=

Review URL: https://codereview.chromium.org/26203005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227530 0039d316-1c4b-4281-b951-d872f2087c98
tools/perf/metrics/discrepancy.py [deleted file]
tools/perf/metrics/discrepancy_unittest.py [deleted file]
tools/perf/metrics/smoothness.py
tools/perf/metrics/smoothness_unittest.py
tools/perf/metrics/statistics.py [new file with mode: 0644]
tools/perf/metrics/statistics_unittest.py [new file with mode: 0644]