This page is published in English.
Aggregation Operator
WAM - Weighted Arithmetic Mean
Linear additive aggregation operator
Yager, R. R.1988doi:10.1109/21.87068 ↗
Overview
Apply F.steps in order; final score determines descending ranking.
- Output
- rank position, higher is better
- Data
- Crisp, complete rank
- Size
- 2+ alternatives, 3-12 criteria works best
- Used for
- Rank aggregation, social choice, preference fusion
How it works
- 1
Validate weights satisfy Σw_j = 1 and w_j ≥ 0.
Yager 1988, p.184 Eq.(1)
- 2
Weighted arithmetic mean WAM(x_1,…,x_n) = Σ w_j x_j.
Yager 1988, p.184 Eq.(2)
- 3
Apply WAM per alternative; descending ranking.
Yager 1988, p.185 Eq.(3)
Look elsewhere when
- •Cardinal preferences important. Use a MAUT method.
Assumptions to verify
- Input is a rank matrix (1=best, m=worst per voter)
- Each voter ranks all alternatives
Edge cases and pitfalls
Applying WAM without verifying this assumption.
Requirement: Input is a rank matrix (1=best, m=worst per voter)
Applying WAM without verifying this assumption.
Requirement: Each voter ranks all alternatives
Using WAM when: Cardinal preferences important → use a MAUT method.
An alternative method is recommended in this situation.
How to cite
Yager, R. R. (1988). On ordered weighted averaging aggregation operators in multicriteria decisionmaking. IEEE Transactions on Systems, Man, and Cybernetics. https://doi.org/10.1109/21.87068
System ID, as it appears in reports and the API
WAM