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 |
---|---|---|
constant_ratio |
ratio | \(t_f = \infty\) |
reduce_ratio_<year> |
ratio | \(t_f = \texttt{<year>}\) |
constant_offset |
offset | \(t_f = \infty\) |
reduce_offset_<year> |
offset | \(t_f = \texttt{<year>}\) |
linear_inerpolate_<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 deteremined 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.