JuliaStats / TimeSeries.jl

Time series toolkit for Julia
Other
352 stars 69 forks source link

Add Matlab-like retime method #439

Open ValentinKaisermayer opened 4 years ago

ValentinKaisermayer commented 4 years ago

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

iblislin commented 4 years ago

I guess it's something like resample in pandas?

ValentinKaisermayer commented 4 years ago

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

iblislin commented 4 years ago

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

dmetivie commented 6 months ago

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