/uts

Unevenly Spaced Time Series: Moving Averages and Other Rolling Operators

Primary LanguagePythonMIT LicenseMIT

UTS (Unevenly Spaced Time Series)

Unevenly Spaced Time Series: Moving Averages and Other Rolling Operators This repository was a conversion of the code from this one.

Running unit tests

Several unit tests were written to validate some corner cases. The unit tests were written in unittest. Run the following commands to execute the unit tests.

python -m unittest

Documentation

This library was documented using the google style docstring, it can be accessed here. Run the following commands to the produce the documentation for this library.

pip install pdoc3
pdoc -c latex_math=True --html -o docs uts --force

Instalation

Python CI