averager 3.0.0

Creator: coderz1093

Last updated:

Add to Cart

Description:

averager 3.0.0

Averager
Averager is a simple way to calculate averages of values.
>>> average(1, 2, 3)
2

>>> weighted_average((1, 2), (2, 3))
1.6

>>> median(5, 1, 2)
2

>>> mode(1, 2, 4, 3, 3)
3






Installation
Averager is available on PyPI:
$ python -m pip install averager

Averager officially supports Python 2.7 & 3.6+.
API Reference
See Read the Docs for Averager's documentation.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.