TimeSeries.jl icon indicating copy to clipboard operation
TimeSeries.jl copied to clipboard

Add Matlab-like retime method

Open ValentinKaisermayer opened this issue 5 years ago • 4 comments

A method for changing the time base of an existing TimeArray like Matlabs retime would be helpful.

ValentinKaisermayer avatar Nov 11 '19 21:11 ValentinKaisermayer

I guess it's something like resample in pandas?

iblislin avatar Nov 13 '19 05:11 iblislin

Apart from the aggregation methods, most of it can be done with Interpolations.jl.

ValentinKaisermayer avatar Nov 13 '19 20:11 ValentinKaisermayer

I think most of aggregation methods can be done by moving ?

iblislin avatar Nov 14 '19 03:11 iblislin

Has someone tried to code this ? In addition to Interpolations.jl would TimeSeriesResampler.jl be pertinent?

dmetivie avatar Mar 09 '24 22:03 dmetivie