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:
|
#setup:
|
||||||
|
|
||||||
|
__version__ = "1.0.3.001"
|
||||||
|
|
||||||
|
__author__ = (
|
||||||
|
"Arthur Lu <arthurlu@ttic.edu>, "
|
||||||
|
"Jacob Levine <jlevine@ttic.edu>,"
|
||||||
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'_init_device',
|
'_init_device',
|
||||||
'c_entities',
|
'c_entities',
|
||||||
@ -18,7 +25,7 @@ __all__ = [
|
|||||||
'basic_stats',
|
'basic_stats',
|
||||||
'z_score',
|
'z_score',
|
||||||
'stdev_z_split',
|
'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',
|
'poly_regression',
|
||||||
'r_squared',
|
'r_squared',
|
||||||
'rms',
|
'rms',
|
||||||
@ -27,8 +34,6 @@ __all__ = [
|
|||||||
|
|
||||||
#now back to your regularly scheduled programming:
|
#now back to your regularly scheduled programming:
|
||||||
|
|
||||||
|
|
||||||
import warnings
|
|
||||||
import statistics
|
import statistics
|
||||||
import math
|
import math
|
||||||
import csv
|
import csv
|
||||||
|
Loading…
Reference in New Issue
Block a user