mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
1
This commit is contained in:
parent
5fe5e5026c
commit
32f0999485
Binary file not shown.
11
analysis.py
11
analysis.py
@ -8,6 +8,13 @@
|
||||
|
||||
#setup:
|
||||
|
||||
__version__ = "1.0.3.001"
|
||||
|
||||
__author__ = (
|
||||
"Arthur Lu <arthurlu@ttic.edu>, "
|
||||
"Jacob Levine <jlevine@ttic.edu>,"
|
||||
)
|
||||
|
||||
__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
|
||||
|
Loading…
Reference in New Issue
Block a user