Skip to content

Instantly share code, notes, and snippets.

@Sannis
Created October 5, 2010 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sannis/611751 to your computer and use it in GitHub Desktop.
Save Sannis/611751 to your computer and use it in GitHub Desktop.
Means
x = 0.1
y = 10
Arithmetic_mean(x, y) = 5.05
Geometric_mean(x, y) = 1
Harmonic_mean(x, y) = 0.198019802
Quadratic_mean(x, y) = 7.071421356
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment