Skip to content

Commit 3e2cc6b

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

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
@@ -34,7 +34,7 @@ Let's take the pay rate for employees in an organization. Most of the Individual
3434
|:--:|
3535
|_Figure 3._ Comparison of Means|
3636

37-
In the above example the Arthimetic Mean is _pulled_ towards the higher pay rates. Notice that the Average (arithemetic mean) is 266, whereas _most employees earn less than 200_. Geometric mean, 196, might be a better central measure for this dataset, as it will consider all of the data points, but without being subject to the same _pull_ that can deteriorate the interpretation of the arithmetic mean (Figure 1).
37+
In the above example the Arthimetic Mean is _pulled_ towards the higher pay rates. Notice that the Average (arithemetic mean) is 266, whereas _most employees earn less than 200_. Geometric mean, 196, might be a better central measure for this dataset, as it will consider all of the data points, but without being subject to the same _pull_ that can deteriorate the interpretation of the arithmetic mean (Figure 3).
3838

3939
### Geometric Mean Calculation using SQL
4040

0 commit comments

Comments
 (0)