init sources
This commit is contained in:
9
src/DoresA/ttl.py
Normal file
9
src/DoresA/ttl.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import numpy as np
|
||||
|
||||
|
||||
def standard_deviation(array):
|
||||
return np.std(array)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
exit()
|
||||
Reference in New Issue
Block a user