diff --git a/__pycache__/analysis.cpython-37.pyc b/__pycache__/analysis.cpython-37.pyc index 3ec7dbdd..121d58ba 100644 Binary files a/__pycache__/analysis.cpython-37.pyc and b/__pycache__/analysis.cpython-37.pyc differ diff --git a/analysis.py b/analysis.py index e05637da..f39a67d8 100644 --- a/analysis.py +++ b/analysis.py @@ -8,6 +8,13 @@ #setup: +__version__ = "1.0.3.001" + +__author__ = ( + "Arthur Lu , " + "Jacob Levine ," + ) + __all__ = [ '_init_device', 'c_entities', @@ -18,7 +25,7 @@ __all__ = [ 'basic_stats', 'z_score', 'stdev_z_split', - 'histo_analysis', #histo_analysis_old is intentionally left out + 'histo_analysis', #histo_analysis_old is intentionally left out as it has been depreciated 'poly_regression', 'r_squared', 'rms', @@ -27,8 +34,6 @@ __all__ = [ #now back to your regularly scheduled programming: - -import warnings import statistics import math import csv