Lines Matching full:variance
201 variance = reduce(lambda x, y: float(x) + float(y), variances) / (len(v) - 1)202 std_dev = math.sqrt(variance)