Difference between revisions of "statistics"

From Noah.org
Jump to navigationJump to search
m
m
Line 5: Line 5:
  
 
GM = (n<sub>1</sub> * n<sub>2</sub> * ... * n<sub>N</sub>) <sup>(1/N)</sup>
 
GM = (n<sub>1</sub> * n<sub>2</sub> * ... * n<sub>N</sub>) <sup>(1/N)</sup>
 +
 +
n
 +
(∏ a<sub>i</sub> ) <sup>(1/n)</sup>
 +
i=1
  
 
[[media:The Correct Way to Summarize Benchmark Results.pdf]]
 
[[media:The Correct Way to Summarize Benchmark Results.pdf]]

Revision as of 11:36, 20 August 2015


To average normalized data use the Geometric Mean. Do not use the Arithmetic Mean to average normalized data. The Geometric Mean of N numbers is the product of the numbers to the 1/Nth power.

GM = (n1 * n2 * ... * nN) (1/N)

n

(∏ ai ) (1/n)

i=1

media:The Correct Way to Summarize Benchmark Results.pdf