LICENSE
README.md
pyproject.toml
setup.cfg
src/pyUTSAlgorithms.egg-info/PKG-INFO
src/pyUTSAlgorithms.egg-info/SOURCES.txt
src/pyUTSAlgorithms.egg-info/dependency_links.txt
src/pyUTSAlgorithms.egg-info/requires.txt
src/pyUTSAlgorithms.egg-info/top_level.txt
src/uts/__init__.py
src/uts/ema.py
src/uts/gradient.py
src/uts/peak_detection.py
src/uts/rolling.py
src/uts/sma.py
src/uts/thresholding.py
src/uts/zscore.py
test/test_ema.py
test/test_gradient.py
test/test_peaks.py
test/test_rolling.py
test/test_sma.py
test/test_zscore.py