sarusso / Timeseria

An object-oriented time series processing library
Apache License 2.0
19 stars 2 forks source link

Data loss in diff, csum, derivative and integral operations is imprecise #20

Closed sarusso closed 1 week ago

sarusso commented 2 years ago

The data loss in diff, csum, derivative and integral operations is imprecise, as it should be base on prev/next data losses as well. In the moving average, for the same reason, it is indeed completely removed.