Possible Duplicate:
Weighted geometric mean vs Weighted mean
I searched for the differences between WHM and WGM. When to use each of them? when not?
I searched for the differences between WHM and WGM. When to use each of them? when not? |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Both mean functions are so-called generalized mean: f_s = ( (x1^s + ... + xn^s)/n )^(1/s). For harmonic mean s=-1.0; for geometric mean s=0.0; In general, for smaller s values, the generalized mean will move closer to smaller values in {x1,...,xn}. Thus, the harmonic mean will give you a mean value that biases more towards smaller values. Notice that if s is -infinite or +infinite, the generalized mean will give the minimum or maximum value in your values. |
|||||||
|