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

Extreme Days

Open holgerteichgraeber opened this issue 5 years ago • 6 comments

Include extreme days:

  • extreme day identification -- min max -- absolute / integral -- single data type / among all
  • representation modification -- How to include this in the current struct system. Use inheritance or composition. Possibly Traits. --- http://www.stochasticlifestyle.com/type-dispatch-design-post-object-oriented-programming-julia/ --- https://discourse.julialang.org/t/composition-and-inheritance-the-julian-way/11231/19 --- https://discourse.julialang.org/t/workaround-for-traditional-inheritance-features-in-object-oriented-languages/1195/26
  • more complex selection methods -- feasibility based -- slack variable based

holgerteichgraeber avatar Nov 23 '18 22:11 holgerteichgraeber

I'll start on this one to include it in the type system, and then we can see how we go from there to include the different selection methods.

holgerteichgraeber avatar Nov 23 '18 22:11 holgerteichgraeber

Extreme Day Result Struct and combined Clust and Extr Result Struct?

YoungFaithful avatar Dec 06 '18 21:12 YoungFaithful

@YoungFaithful I have the full extreme day selection with simple, slack-based, feasibility-based selection implemented (feasibility and append). I am holding off with a PR ecause I think I can clean the function a little bit and test it more to run into any bugs that may have slipped through). In case you really want to test it already, let me know, and I'll push something up.

holgerteichgraeber avatar Jan 03 '19 04:01 holgerteichgraeber

accidentally closed..

holgerteichgraeber avatar Jan 03 '19 04:01 holgerteichgraeber

I'd say this addition sounds great. I have a few other things to do first. So I'm sure I won't need it before Thursday next week, but afterwards I think it could be interesting for the continuation of the seasonal storage research.

YoungFaithful avatar Jan 04 '19 03:01 YoungFaithful

Great, that gives me a little time to play with it too, even though I'm out for conference next week.

holgerteichgraeber avatar Jan 04 '19 05:01 holgerteichgraeber