Skip to content

Commit 8ff4acd

Browse files
Update better-than-average-calculating-geometric-means-using-SQL.md
1 parent 3e2cc6b commit 8ff4acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

better-than-average-calculating-geometric-means-using-SQL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Geometric means are a type of _average_, or _measure of central tendency_ in a d
1919

2020

2121
## When should I use the geometric mean instead of the arithmetic mean?
22-
There are no hard rules for which mean you should use. Different types of averages can be used to express slightly different concepts: the center of the data, the values most often seen, and/or the typical _expected_ values may or may not all be conveyed by the same measure. Data is rarely perfect, and you may need to look at several different types of averages to decide what works best for what you are trying to communicate with your data. But in general, geometric means are preferable when looking at skewed data, scaled data, or when averaging ratios.
22+
Different types of averages can be used to express slightly different concepts: the center of the data, the values most often seen, and/or the typical _expected_ values may or may not all be conveyed by the same measure. Data is rarely perfect, and you may need to look at several different types of averages to decide what works best for what you are trying to communicate with your data. But in general, geometric means are preferable when looking at skewed data, scaled data, or when averaging ratios.
2323

2424
|![Untitled drawing(21)](https://github.com/structured-query-language/structured-query-language.github.io/assets/121721444/dc31bc9e-69e1-4c57-972f-997e6e7b97c4)|
2525
|:--:|

0 commit comments

Comments
 (0)