summaryrefslogtreecommitdiff
path: root/stats.py
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-29 01:55:42 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-29 01:55:42 +0200
commit07fde40a846f11d123ddc2ccf182e417c561931a (patch)
tree79238dfaa1bfe3029ce92ad17f7db72008cf2231 /stats.py
parent3741d3bb804542f7e994763ed2f2ebabe56bd5eb (diff)
stuff
Diffstat (limited to 'stats.py')
-rw-r--r--stats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/stats.py b/stats.py
index e65c49b..bb88c3e 100644
--- a/stats.py
+++ b/stats.py
@@ -6,6 +6,7 @@ import pickle
from functools import reduce
import mechanics
import geometry
+#import numpy
def fit_gaussian(l):
mean = sum(l) / len(l)