Skip to content

Commit 9e899b0

Browse files
Update better-than-average-calculating-geometric-means-using-SQL.md
1 parent cf2b79c commit 9e899b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ Let's take the pay rate for employees in an organization. Most of the Individual
2525

2626
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).
2727

28-
Geometric means are also appropriate when summarizing ratios or percentages. In the financial industry, this concept is applied when constructing stock indexes and rates of return. The geometric mean is also employed in the art world, to choose aspect ratios film and video. The idea of comparing ratios is expanded when you look at scaled data: if you have data that have different attributes or scales, and you have normalized the results to be presented as ratios to reference values, the geometric mean is the correct mean to use.
29-
3028
### Geometric Mean Calculation using SQL
3129

3230
```sql

0 commit comments

Comments
 (0)