init sources

This commit is contained in:
2017-09-27 21:15:46 +02:00
parent 72164ae8f1
commit e655faaf62
32 changed files with 1110702 additions and 0 deletions

9
src/DoresA/ttl.py Normal file
View File

@@ -0,0 +1,9 @@
import numpy as np
def standard_deviation(array):
return np.std(array)
if __name__ == "__main__":
exit()