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
tests/test_ema.py
tests/test_gradient.py
tests/test_peak_detection.py
tests/test_rolling.py
tests/test_sma.py
tests/test_thresholding.py
tests/test_zscore.py