diff options
author | Florian Jung <flo@windfisch.org> | 2015-08-29 01:55:42 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-08-29 01:55:42 +0200 |
commit | 07fde40a846f11d123ddc2ccf182e417c561931a (patch) | |
tree | 79238dfaa1bfe3029ce92ad17f7db72008cf2231 /stats.py | |
parent | 3741d3bb804542f7e994763ed2f2ebabe56bd5eb (diff) |
stuff
Diffstat (limited to 'stats.py')
-rw-r--r-- | stats.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |