TimeSeries.jl
TimeSeries.jl copied to clipboard
Add Matlab-like retime method
A method for changing the time base of an existing TimeArray
like Matlabs retime would be helpful.
I guess it's something like resample
in pandas?
Apart from the aggregation methods, most of it can be done with Interpolations.jl.
I think most of aggregation methods can be done by moving
?
Has someone tried to code this ? In addition to Interpolations.jl would TimeSeriesResampler.jl be pertinent?