bhftbootcamp / TimeArrays.jl

TimeArrays simplifies working with time series data. It offers features like basic math operations, sliding window techniques, data resampling, and handling of missing values
MIT License
14 stars 1 forks source link

Proposal: resampling interface draft #1

Open sairus7 opened 1 month ago

sairus7 commented 1 month ago

I've made a draft interface (primarily for physiological timeseries data), maybe you can find some of this useful. It is not final thing, but some ideas to simplify synchronization of multi-frequency timeseries:

https://github.com/sairus7/TImeSamplings.jl

gryumov commented 1 month ago

@sairus7, thanks! Maybe you have some small docs or code examples?

sairus7 commented 1 month ago

It's just a small module, and code examples are in test folder.