commit | 34052016e89bb608ebb4f78b34b9ce346165c2d5 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Thu Aug 27 18:32:11 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Thu Sep 10 19:11:25 2015 +0300 |
tree | d109eddb3672d305821a4e7bde1562748dcc7817 | |
parent | 8ba6e233dda1c04e4dde73c30b54bbad09e7a1c4 [diff] [blame] |
fixes
diff --git a/wally/statistic.py b/wally/statistic.py index fb05acb..06d525e 100644 --- a/wally/statistic.py +++ b/wally/statistic.py
@@ -131,7 +131,7 @@ """chi, etc""" -def minimal_measurement_amount(data, max_diff, req_probability): +def minimal_measurement_count(data, max_diff, req_probability): """ should returns amount of measurements to get results (avg and deviation) with error less, that max_diff in at least req_probability% cases