Skip to content

mdelcambre/py-geothmetic-meandian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geothmetic Meandian

Python package to provide the calculation of the "geothmetric median" as defined in XKCD # 2435. For when you aren't sure whether to use the mean, median, or geometric mean. XKCD # 2435

Instalation

pip3 install geothmetic_meandian

Example Usage

>>> from geothmetic_meandian import geothmetic_meandian
>>> geothmetic_meandian([1, 1, 2, 3, 5])
2.0889513309015815

About

A python implementation of the Geothmetic Meandian as proposed in XKCD #2435

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages