Releases: chotanansub/autotrend
Releases · chotanansub/autotrend
AutoTrend v0.2.4
AutoTrend v0.2.4
Installation
pip install autotrend==0.2.4Quick Start
from autotrend import decompose_llt
# Run LLT decomposition
result = decompose_llt(sequence, window_size=10)
# Visualize results
result.plot_full_decomposition()What's Included
- 📦 Source distribution (tar.gz)
- 📦 Python wheel (.whl)
Resources
Full Changelog: v0.2.2...v0.2.4