diff options
author | leighton@cis.udel.edu <leighton@cis.udel.edu@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 19:40:57 +0000 |
---|---|---|
committer | leighton@cis.udel.edu <leighton@cis.udel.edu@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-08 19:40:57 +0000 |
commit | 36b70ae13ee2c7051b8ce9b531b2d72da7c1b3cb (patch) | |
tree | dc0075ada93fe027d17940618350992da02d7a51 /crypto/nss_util.cc | |
parent | 459417727050f40bf9a6ad74dbc343c4924924ae (diff) | |
download | chromium_src-36b70ae13ee2c7051b8ce9b531b2d72da7c1b3cb.zip chromium_src-36b70ae13ee2c7051b8ce9b531b2d72da7c1b3cb.tar.gz chromium_src-36b70ae13ee2c7051b8ce9b531b2d72da7c1b3cb.tar.bz2 |
The benchmarking tool calculates the population variance rather than the sample variance.
Since benchmarking results represent only a sample of the entire population of
results, it would be better to calculate the sample standard deviation, which
is an unbiased estimator of the population variance. Also, since the Array.avg
function throws out the min and max, this function should not be used when
calculating the variance.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7108006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/nss_util.cc')
0 files changed, 0 insertions, 0 deletions