Consider a simple model with two objectives (O₁ and O₂) and two alternatives (a₁ and a₂).
Let’s assume that we provided judgments for a₁ and a₂ wrt O₁ and O₂, and those judgments are in unnormalized mode (for instance, we used ratings), so that priorities of a₁ and a₂ do not add up to 1 wrt O₁ and O₂.
Goal
/ \
p = 0.6 p = 0.4
O₁ O₂
/ \ / \
0.8 0.7 0.6 0.5
a₁ a₂ a₁ a₂
Here:
For O₁: p(a₁) + p(a₂) = 0.8 + 0.7 ≠ 1
For O₂: p(a₁) + p(a₂) = 0.6 + 0.5 ≠ 1
Now, let’s see how we calculate the resulting (global) priorities of a₁ and a₂ in normalized and unnormalized modes.
1. Normalized mode:
First, we normalize priorities of a₁ and a₂ wrt each covering objective:
After that, we perform regular synthesis:
Since all clusters were normalized, global priorities are also normalized: 0.538 + 0.462 =
2. Unnormalized mode:
In this case, we skip the normalization step and go straight to synthesis:
As we can see, the sum of global priorities does not add up to 1:
If we normalize global unnormalized priorities, we will get the following values:
Results are close, but not quite the same.
Let’s check the general case and see if the results should or should not match up.
Goal
|
-------------------------
| |
O₁ (p₁) O₂ (p₂)
/ \ / \
v₁₁ v₂₁ v₁₂ v₂₂
a₁ a₂ a₁ a₂
In normalized mode:
(normalized priority wrt O₁ and wrt O₂)
In unnormalized mode after normalization:
(denominator is normalization)
If results are the same in normalized mode and unnormalized after normalization, then:
That is:
Let’s assume to simplify calculations:
This is true only if:
Conclusion: We should NOT expect results in normalized mode to match results in unnormalized mode after normalization.