Commit Graph

6 Commits

Author SHA1 Message Date
Paul Wells
b6a979d8cf add iterator to timeseries (#677)
* add iterator to timeseries

* cleanup

* cleanup
2024-04-09 23:02:26 -07:00
David Zhao
c9e9ae555f Add license headers & NOTICE (#429)
* Add license headers & NOTICE

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-27 16:43:25 -07:00
Raja Subramanian
9d0d6c9e94 Do not update if the model does not change. (#423)
* Do not update if the model does not change.

* No need for equality function

* generated protobuf

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-15 13:58:01 +05:30
Raja Subramanian
c54f5f7f41 Adding a few more bits (#361)
- getting samples after some time
- getting linear extrapolated value

some day, I will use all of these :-)
2023-04-24 13:09:01 +05:30
Raja Subramanian
6707e562d4 Adding a collapse duration for repeated values. (#356)
* Adding a collapse duration for repeated values.

Hoping to use this struct more widely. Hopefully in stream allocator.
That's what I am looking at now.

* add kendall's tau

* introduce update op latest
2023-04-22 11:23:06 +05:30
Raja Subramanian
3058e52593 Moving timeseries to own module and adding more stats/tests. (#355)
* Moving timeseries to own module and adding more stats/tests.

* clean up
2023-04-22 09:33:22 +05:30