Methods · Ranking
OWA (Ordered Weighted Averaging)
OWA is an aggregation method that weights criterion values not by which criterion they came from but by the rank they occupy within each alternative, letting the decision-maker's optimistic or cautious attitude show up directly in the result.
Base method's data type: Classical
What Is the Method?
OWA is a ranking method for when you hold a decision table and want the decision-maker's risk attitude (cautious, optimistic or balanced) to shape the aggregation of criteria explicitly. Its output is a suitability score between 0 and 1 for every alternative, together with the rank that score produces. Yager proposed it in 1988; it has found its widest use in geographic-information-system (GIS) land-suitability analysis, a field where the choice between "every criterion must be satisfied" and "some criteria are enough" is argued over constantly.
The Philosophy Behind It
Most aggregation methods pick one of two extremes: either "the weakest criterion decides" (AND logic, pessimistic) or "the strongest criterion is enough" (OR logic, optimistic). OWA's idea is that these two extremes are really the two edges of a single continuum, and the decision-maker should be able to choose any point along it. To do this, OWA weights criterion values not by which criterion produced them but by the rank they hold within that alternative, from highest to lowest. The highest value always receives the same positional weight, whichever criterion happens to supply it.
This idea carries a philosophical consequence: OWA is both compensatory and tunable. If positional weights are spread evenly, OWA collapses into a plain weighted average; loading weight onto the highest value produces an optimistic attitude, close to OR; loading weight onto the lowest value produces a cautious attitude, close to AND. The method answers the question "which logic are we using" not from the data but from the positional weights the decision-maker has chosen.
How It Works
The method proceeds through five steps.
First, scale equalisation. Every criterion is mapped onto the 0–1 range: "more is better" criteria are divided by their own largest value, "less is better" criteria are inverted. If your data is already a suitability score on this scale, drawn from expert assessment or a prior analysis, this step can be skipped, but only because the data was genuinely defined that way, not because raw figures happen to look as if they already sit between 0 and 1.
Second, ordering. OWA sorts each alternative's own scaled values, however many criteria there are, from largest to smallest. Criterion identity is set aside at this point; what matters now is position: highest value, second-highest and so on. Each position keeps a record of which criterion supplied it, so the criterion's own weight travels together with its position.
Third, position-weighted summation. The decision-maker has already fixed a positional weight sequence (λ): how much weight the highest value receives, how much the second receives, and so on. OWA multiplies the ordered values by both this positional weight and the criterion's own weight, sums the products, and scales the total by the sum of the same products.
Fourth, optional diagnostics. OWA can produce two further indicators: orness (where the chosen positional weights fall on the optimistic-pessimistic axis) and the preferred degree of compensation. These are computed from the chosen positional weights, not from the data, and summarise the decision-maker's attitude.
Fifth, ranking. Alternatives are ranked from the highest score to the lowest.
The formulas behind each step, the intermediate tables and the citation formats are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The score is a suitability indicator computed with the positional weights chosen for this particular analysis; it cannot be compared against a different positional-weight choice or a different analysis. A score of 0.62 does not mean "sixty-two per cent suitable"; it only shows where this alternative stands relative to the others under the chosen risk attitude.
The orness indicator must be read alongside it. When orness is close to 0.5, the aggregation is balanced and OWA approaches a plain weighted average (WLC/SAW). As orness moves towards 1, the method turns optimistic and the strongest criterion gains weight. As orness moves towards 0, the method turns cautious and the weakest criterion becomes decisive. An OWA score reported without its orness value is a score whose governing attitude is unstated.
Thus instead of writing:
"OWA showed that this site is the most suitable"
the report should read:
"With the chosen positional weights (orness = 0.50, a balanced attitude), this site comes out ahead of the others"
Data Type and Inputs
OWA works with crisp data. DecisionMind holds no extension of this base method.
You need: alternatives in rows, criteria in columns, one number per cell; direction information for every criterion; criterion weights summing to 1; and a positional weight sequence (λ) also summing to 1. λ can be fixed by hand towards a preference such as "every position equally important" (OWA = WLC), "weight the best" (optimistic) or "weight the worst" (cautious); Yager's quantifier-guided approach also lets λ be derived from natural-language phrases such as "most criteria" or "at least half". Benefit criteria must hold positive values, because scaling divides by the largest value. A minimum of two alternatives and two criteria is required; three to twelve criteria work comfortably.
When to Use It, When Not To
OWA is a sound choice if you want the decision-maker's risk attitude (cautious, balanced, optimistic) reflected explicitly when criteria are combined. Its typical territory includes land-use suitability analysis, site selection, environmental assessment and urban planning; this attitude adjustment is a frequently sought feature in GIS-based studies.
It should not be used where criterion weights are already settled and no positional risk-attitude adjustment is needed; a plain weighted sum (WLC/SAW) is then sufficient and the extra complexity OWA brings is unnecessary. When the number of criteria grows very large, tracking which criterion a positional weight corresponds to also becomes difficult.
Risk attitude (cautious/optimistic/balanced) should show explicitly in the result → OWA
Criterion weights already settled, no need for a risk-attitude adjustment → WLC/SAW
No compromise allowed on one criterion, sub-threshold alternatives must be screened out → screening first, then ranking
Criteria need weights → AHP, BWM, SWARA (subjective); Entropy, CRITIC (objective)
Strengths
OWA's greatest strength is its flexibility. Changing a single positional weight sequence can turn the same data into a cautious, balanced or optimistic result, which makes sensitivity analysis a natural part of the method. Its exact equivalence to a plain weighted average (WLC/SAW) under equal positional weights means it can always be checked against a baseline. The orness indicator makes the chosen attitude numerical and traceable; the decision-maker can see, as a single figure, how optimistic the analysis has been.
Weaknesses
Its limitations stem from its position-based structure. First, positional weights attach to rank rather than to a criterion, so which criterion receives which weight changes from alternative to alternative, and confusing positional weight with criterion weight is a common error. Second, adding a new alternative to the set can shift the positions of the ordered values and so affect other alternatives' scores; the risk of rank reversal seen in TOPSIS applies here too. Third, the choice of positional weights is left largely to the decision-maker; if this choice is not justified, OWA can turn into a subjective tool tuned to produce a desired outcome (Malczewski and Rinner, 2015).
Common Mistakes
The most common mistake is confusing positional weight with criterion weight. The positional weight given to the highest value always goes to that position, whichever criterion happens to fill it; assuming "the first positional weight always belongs to this criterion" is wrong.
A second mistake is jumping straight to an optimistic or cautious sequence without ever checking the equal-positional-weight baseline; whether OWA under equal weights matches a plain weighted average should be established first. A third is skipping the scaling step (F1) and ordering raw figures directly; a scale that does not reflect the criterion's true preference structure puts the ranking in the wrong place too. A fourth is sharing an OWA result without stating orness, which presents a result whose governing attitude is unknown.
The governing principle is this:
An OWA result is a product of the chosen positional weights (the risk attitude), not of the data alone; if this attitude is not stated explicitly in the report, the result is presented incompletely.
Cases
Each case opens with a decision table, describes in words what the method does to it, and shows how to read the result. The first case is drawn from the method's source textbook; its figures are the book's own.
1. Environment: A land-use suitability analysis (Malczewski and Rinner, 2015)
A GIS specialist will compare the suitability of three parcels of land for a new use. Four criteria have already been scaled by expert assessment onto a 0–1 "suitability score": slope suitability, soil fertility, road accessibility and proximity to a water source. The expert has given soil fertility the highest weight (0.50); the other three criteria carry weights of 0.10, 0.30 and 0.10. Positional weights are chosen equal in this first analysis (0.25 each), the baseline under which OWA should match a plain weighted average (WLC).
| Parcel | Slope suitability | Soil fertility | Road accessibility | Water proximity |
|---|---|---|---|---|
| A1 | 0.6 | 0.3 | 0.2 | 0.9 |
| A2 | 0.7 | 0.8 | 0.4 | 0.3 |
| A3 | 0.9 | 0.5 | 0.7 | 0.6 |
| Weight | 0.10 | 0.50 | 0.30 | 0.10 |
The method orders each parcel's four values from largest to smallest within itself; for A1, for instance, the highest value comes from water proximity (0.9), the lowest from road accessibility (0.2). Since the positional weights are equal, every position receives the same 0.25 weight, so OWA here produces, regardless of which value sits in which position, the weighted average of the criteria under their own weights.
| Parcel | OWA score | Rank |
|---|---|---|
| A2 | 0.62 | 1 |
| A3 | 0.61 | 2 |
| A1 | 0.36 | 3 |
The result reads as follows. A2 holds the highest value (0.8) on the heaviest criterion, soil fertility, which carries it to first place. A3 holds the highest value on no single criterion but is weak on none either; this balance brings it to a close second, just behind A2. A1 is best on water proximity but holds the lowest value on soil fertility, the heaviest criterion, and so finishes last.
The expert hesitates here: the gap between A2 (0.62) and A3 (0.61) is very small, and this is a balanced result (orness = 0.50) obtained under equal positional weights. If the planning priority is "nothing should be weak on any criterion", the expert should consider shifting the positional weights towards the cautious side; if "one outstanding criterion is enough" is the priority, towards the optimistic side. Either shift could move this small gap between A2 and A3.
In the report: "Under equal positional weights (a balanced attitude, orness = 0.50), A2 is the most suitable parcel (0.62); the gap to A3 (0.61) is very small, and the ranking can shift if the positional weights move towards the cautious or the optimistic side."
Source: Malczewski and Rinner (2015), Table 4.1, pp. 86–89. The values and scores are the book's own; this case serves as the validation example for DecisionMind's OWA engine, and the engine reproduces the same result.
2. Fishing: Choosing a new fishing ground
A cooperative will choose among three candidate fishing grounds. Four criteria have been scaled to the 0–1 range: fish density, distance-to-shore suitability, weather-condition suitability and fuel-cost suitability. The cooperative has given fish density the highest weight.
In the first attempt, the cooperative used equal positional weights and obtained a balanced result. The cooperative's chair then said, "we want a ground that is not poor on any criterion, let us not take the risk," and changed the positional weights to give more weight to the lowest value (cautious, low orness). Suppose this change lifted into first place the ground that had ranked second under the balanced scenario, because that ground was not badly weak on any single criterion, whereas the ground that ranked first under the balanced scenario was fairly weak on one criterion (weather conditions).
The cooperative hesitates here: making the positional weights cautious has brought forward a ground with no single weak point but no standout strength either. This is not a fact about the data but the cooperative's own risk-attitude preference, and the report should present it as such.
In the report: "Under cautious positional weights (low orness, prioritising no weakness on any criterion), the second ground comes out ahead; the result differs under balanced positional weights, and the report states which attitude was used."
3. Parks and Recreation: Choosing a site for a new neighbourhood park
A municipality will choose one of three parcels as the site for a new neighbourhood park. Four criteria have been scaled to the 0–1 range: proximity to population density, green-space potential, transport connectivity and noise-level suitability. The municipality has given proximity to population density the highest weight.
The municipality first obtained a result under balanced positional weights, then, arguing "the park should go where it is most needed, moderate performance on the other criteria is enough," tried an optimistic positional weight sequence (more weight on the highest value, high orness). Suppose this change brought forward the parcel closest to population density but weak on transport connectivity.
The council hesitates here: the optimistic attitude has rewarded a parcel with one strong point while pushing its weak transport connectivity into the background. The council must clarify whether this trade-off was made deliberately or went unnoticed.
In the report: "Under optimistic positional weights (high orness, priority to the strongest criterion), the first parcel comes out ahead; this parcel's transport connectivity is weak, and this weakness carries more weight under a balanced attitude."
4. What Not to Do
In the same land-use table, assuming "the first positional weight (0.25) always belongs to soil fertility" would be wrong; the positional weight goes to whichever criterion happens to produce the highest value in that alternative, and this changes from alternative to alternative. A second error is adding a fourth parcel once the planning is finished and being surprised the ranking shifts; the ordered positions are recalculated and the order of the first three can change too. A third error is reporting A2's 0.62 score as "sixty-two per cent suitable" while never stating orness; the score only ranks these three parcels relative to one another under the chosen positional weights.
Sources
For the formulas behind each step, the intermediate tables and citation formats (BibTeX, RIS, APA), see the DecisionMind method page: decisionmind.app/library/owa
Yager, R. R. (1988). On ordered weighted averaging aggregation operators in multicriteria decision making. IEEE Transactions on Systems, Man, and Cybernetics, 18, 183–190. DOI: 10.1109/21.87068
Malczewski, J., & Rinner, C. (2015). Multicriteria Decision Analysis in Geographic Information Science. Springer, Advances in Geographic Information Science, 86–89. DOI: 10.1007/978-3-540-74757-4
Yager, R. R. (1996). Quantifier guided aggregation using OWA operators. International Journal of Intelligent Systems, 11, 49–73. DOI: 10.1002/(SICI)1098-111X(199601)11:1<49::AID-INT3>3.0.CO;2-Z
Jiang, H., & Eastman, J. R. (2000). Application of fuzzy measures in multi-criteria evaluation in GIS. International Journal of Geographical Information Science, 14, 173–184. DOI: 10.1080/136588100240903