Iblis Lin

Results 224 comments of Iblis Lin

Maybe we need a new type for viewed TimeArray.

Hi @jd-lara , no ETA at this moment. I can mark this issue as high priority in my mind. I still need to do some surveys about the implementation details...

I wrote some study notes here: - [ ] Design doc of Julia's native `SubArray` is here: https://docs.julialang.org/en/v1/devdocs/subarrays/index.html - [ ] We might need a new data type `SubTimeArray`, in...

Hi @itchingpixels, IMO, I want TimeSeriesResamplerjl and TimeFrames.jl merged into this repo (as julia submodules). Since there is an onging functionality re-design (https://github.com/JuliaStats/TimeSeries.jl/issues/482#issuecomment-778704466), and resampling methods is discussed and we...

Hi @mthelm85, Thanks for this report, I will dig into the details later. (quite busy at this moment)

Hi @sairus7. I appreciate you share this valuable review. I agree with the main concepts and points from I ~ V, VII, IX, X. - VI (Splitting methods), I want...

Here is my proposal: I. `AbstractTimeSeries` Design    a. The type parameter: `AbstractTimeSeries{T}` where `T` denotes the type of time index.      a.1 if `T

I.a. > Should there be any other compile-time information, except time type? I think for `AbstractTimeSeries`, it is time type only and for the other subtypes, we can add other...

The next step is completing the interface specs. I think the naming issue is the most difficult part. Feel free to correct me if my naming is confused. ## A....

> I'm not sure if we should leave this to user knowledge of his data, or decide to make some additional time-interval operations and check for (or dispatch on) known...