Theory¶
Methods¶
All harmonization is based on the following equations.
\(\beta\): the harmonization convergence parameter
\(m^{rat}\): ratio-based harmoniation
\(m^{off}\): offset-based harmoniation
\(m^{int}\): linear-interoplation-based harmoniation
These harmonization methods are made available in aneris by name
selection. Available names are listed below:
Method Name |
Harmonization Family |
Convergence Year |
|---|---|---|
|
ratio |
\(t_f = \infty\) |
|
ratio |
\(t_f = \texttt{<year>}\) |
|
offset |
\(t_f = \infty\) |
|
offset |
\(t_f = \texttt{<year>}\) |
|
interpolation |
\(t_f = \texttt{<year>}\) |
Default Decision Tree¶
While any method can be used to harmonize a given trajectory, intelligent defaults are made available to the user. These default methods are determined by use of a decision tree, which analyzes the historical trajectory, model trajectory, and relative difference between trajectories in the harmonization year. The decision tree as implemented is provided below:
The decision tree use in aneris to determine default methods to use
for each trajectory.¶