Skip to content

Instantly share code, notes, and snippets.

@alexprengere
alexprengere / stat_functions.py
Created October 30, 2014 10:21
Some basic stat functions
#!/usr/bin/python
"""
Some stats functions::
>>> mean([1, 2, 6])
3.0
>>> variance([1, 2, 6], bias=True)
4.666666...
@alexprengere
alexprengere / run_times_from_pace.py
Last active August 29, 2015 13:57
Simple converter from pace to reference times for runners.
#!/usr/bin/env python
"""
Simple converter from pace to reference times
for runners.
$ ./run_times_from_pace.py 4:15 -d 1.0
1.00km in 0:04:15 gives you:
1km: 0:04:15 ( 1.00km)