We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed with @alexkowa and @merangelik, it would be a good idea to add a class for hierarchical time series.
tramoseatsSingle
x13Single
addAggregate()
*Single
run()
plot()
All this work should be done within the current polymorphic structure by introducing a new class persephoneSingle.
persephone ├─ persephoneSingle │ ├─ tramoseatsSingle │ └─ x13Single └─ hierarchicalTimeseries
The text was updated successfully, but these errors were encountered:
A UML diagram of the planned class design (composite pattern)
Sorry, something went wrong.
introduce class persephoneSingle
85a82f5
so far, this class just delegates methods to the base class persephone. See the UML diagram in #1 for details
first version of hierarchical class
6d92e8a
allow recursive calls to run() for all components using a composite pattern part of #1
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.
GregorDeCillia
No branches or pull requests
As discussed with @alexkowa and @merangelik, it would be a good idea to add a class for hierarchical time series.
tramoseatsSingle
andx13Single
objectsaddAggregate()
to define weighted aggregates between the*Single
objectsrun()
method that performs a direct and indirect adjustmentplot()
methodAll this work should be done within the current polymorphic structure by introducing a new class persephoneSingle.
The text was updated successfully, but these errors were encountered: