Skip to content

Commit bc211a7

Browse files
Update better-than-average-calculating-geometric-means-using-SQL.md
1 parent 6a0bfd0 commit bc211a7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,16 @@ If you have negative numbers, you will need to convert those numbers to a positi
8181

8282
# Conclusion
8383
If you are working with non-normal data, you should consider using the geometric mean as the measure of central tendency for your data. The geometric mean is a more robust and accurate way to find your average or expected value for data that is skewed, scaled, or proportional.
84+
85+
86+
# See also
87+
<ul id="recent-articles">
88+
{% for page in site.pages %}
89+
{% if page.title contains "Geometric Mean" %}
90+
<li>
91+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
92+
</li>
93+
{% endif %}
94+
{% endfor %}
95+
</ul>
96+

0 commit comments

Comments
 (0)