statistikat / persephone

Object-oriented wrappers for RJDemetra
https://statistikat.github.io/persephone/
Other
7 stars 0 forks source link

Add support for hierarchical time series #1

Open GregorDeCillia opened 5 years ago

GregorDeCillia commented 5 years ago

As discussed with @alexkowa and @merangelik, it would be a good idea to add a class for hierarchical time series.

All this work should be done within the current polymorphic structure by introducing a new class persephoneSingle.

persephone
  ├─ persephoneSingle
  │    ├─ tramoseatsSingle
  │    └─ x13Single
  └─ hierarchicalTimeseries
GregorDeCillia commented 5 years ago

A UML diagram of the planned class design (composite pattern)

persephone_UML_details

GregorDeCillia commented 5 years ago

About the missing TODO

of this issue: We should check out https://github.com/djhurio/SA-indirect-quality and possibly contact the author about reusing some functionalities of that package.