We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TopDownReconciliator
Create reconciler implementing Top-Down approaches
TopDownReconciliator(BaseReconciler)
T: int
method: str
source_level
target_level
fit
mapping_matrix
method
T
No response
The text was updated successfully, but these errors were encountered:
TopDownAverageHistoricalProportionsReconciler
TopDownReconciler
HierarchicalPipeline
brsnw250
No branches or pull requests
🚀 Feature Request
Create reconciler implementing Top-Down approaches
Proposal
TopDownReconciliator(BaseReconciler)
T: int
-- length of the lookback windowmethod: str
-- "AHP"/"PHA" = "Average historical proportions"/"Proportions of the historical averages" (might be implemented via enum)source_level
is upper thantarget_level
fit
:target_level
,source_level
source_level
mapping_matrix
: G[i,j] - 0, if there is no path between i and j. Otherwise use formula form here according to themethod
.Test cases
T
method
Additional context
No response
The text was updated successfully, but these errors were encountered: