UniStuttgart-VISUS / uadapy

Uncertainty-aware Data Analysis with Python
https://unistuttgart-visus.github.io/uadapy/
MIT License
4 stars 3 forks source link

Support for time series data #18

Open marinaevers opened 4 months ago

marinaevers commented 4 months ago

Add initial support for uncertain time series. This includes a class building on the distribution class but also contains the time steps. Additionally, meaningful plots are required, for example, similar to this paper: https://doi.org/10.1109/TVCG.2024.3364388

marinaevers commented 2 weeks ago

The basic interface is created in the branch time_series. What still needs to be done before merging to main: