statistics-calculator/mean_var_std.py

8 lines
68 B
Python
Raw Normal View History

2020-09-29 19:25:21 +02:00
import numpy as np
def calculate(list):
return calculations