ysmooth
ysmooth is a Python library designed for smoothing and filtering time series data. It provides a collection of algorithms to reduce noise and reveal underlying trends in data that changes over time. The library aims to offer a user-friendly interface for applying various smoothing techniques without requiring extensive mathematical background.
The primary function of ysmooth is to process sequential data points, such as those found in sensor
Users can typically specify the window size or smoothing factor, which controls the degree of smoothing. Larger