Methods · Ranking
WEBIRA (Weighted Bidirectional Ideal-Ratio Ranking)
WEBIRA computes two separate ratios for every alternative, how close it is to the ideal and how far it is from the worst case; it ranks alternatives by the weighted sum of the difference between these two ratios.
Base method's data type: Classical
What Is the Method?
WEBIRA is a method that orders alternatives into a single sequence once you already hold a decision table filled with numbers. It identifies the best (ideal) and worst (anti-ideal) value for every criterion, then measures each alternative's closeness to the ideal and its distance from the anti-ideal with two separate ratios. Its output is a score for every alternative and the rank that score produces. It takes weights from the user rather than generating them. DecisionMind holds no extension of this method; it works in its base form.
The Philosophy Behind It
WEBIRA's logic is to base an alternative's quality not on a single distance measure but on two separate ratios: the ratio of closeness to the ideal and the ratio of distance from the anti-ideal. The closer an alternative sits to the ideal, the higher its first ratio; the further it sits from the worst case, the higher its second ratio. The method takes the difference between these two ratios and sums it with weights. This is a perspective that does not regard closeness to the ideal alone as sufficient, and separately rewards moving away from the worst case as well. Its philosophical consequence is that, like TOPSIS, it is compensatory: a weakness on one criterion can be offset by strength on another, because the final score is the weighted sum of every criterion's contribution.
How It Works
The method proceeds through three steps.
First, the ideal and anti-ideal values. For every criterion, the best value (largest for a benefit, smallest for a cost) establishes the ideal point, and the worst value establishes the anti-ideal point.
Second, two ratios. For every alternative, the ratio of its value on that criterion to the ideal (the positive ratio) and the ratio of the anti-ideal to that value (the negative ratio) are computed. The closer the positive ratio sits to 1, the closer the alternative is to the ideal on that criterion; the closer the negative ratio sits to 1, the closer the alternative is to the anti-ideal.
Third, the weighted difference. On every criterion, the difference between the positive ratio and the negative ratio is taken, multiplied by the criterion weight, and summed. Alternatives are ordered by this total score from highest to 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 WEBIRA score reduces the balance between an alternative's closeness to the ideal and its distance from the anti-ideal into a single figure. A positive score shows that the alternative is, overall, closer to the ideal than to the anti-ideal; a negative score shows the opposite. This score is meaningful only for this particular set of alternatives and these weights, because the ideal and anti-ideal points are built afresh, in every analysis, from that analysis's own alternatives. If every alternative is equal on one criterion, the ideal and anti-ideal for that criterion coincide, and that criterion makes no contribution to the score at all; this is not an error, but it is a situation that needs to be noticed.
Thus instead of writing:
"WEBIRA found this alternative objectively best"
the report should read:
"With these weights and this alternative set, the alternative closest to the ideal and furthest from the anti-ideal is this one"
Data Type and Inputs
WEBIRA works with crisp data: one number per cell. You need alternatives in rows, criteria in columns, one number per cell; direction information for every criterion (higher or lower is better); and criterion weights that sum to 1. WEBIRA does not produce weights, it asks for them; you can derive them from expert opinion (AHP, BWM, SWARA) or from the data itself (Entropy, CRITIC). A minimum of two alternatives and two criteria is required. If every alternative is equal on one criterion, that criterion makes no contribution to the score because its ideal and anti-ideal coincide; in such a case, consider dropping that criterion from the model or questioning the reason for the tie.
When to Use It, When Not To
WEBIRA is a sound choice if your criteria can be measured numerically, the table is completely filled, and you accept that a weakness on one criterion may be offset by strength on another. Its typical territory includes supplier assessment, equipment selection, and similar numerical comparisons.
WEBIRA is not suited to a case where no compromise at all is acceptable on one criterion; here you should first screen out anything below the threshold and rank only what remains. Where criteria are strongly linked (one rising as another rises), that link needs handling first, because WEBIRA treats criteria as independent.
A numerical table, compensation accepted, the goal is ranking → WEBIRA
Summarising closeness to the ideal with a single distance measure is sufficient → TOPSIS
No compromise allowed on one criterion, sub-threshold alternatives must be screened out → screening first, then ranking
Not a ranking but weights are needed → AHP, BWM, SWARA (subjective); Entropy, CRITIC (objective)
Strengths
WEBIRA's strength is that it computes closeness to the ideal and distance from the anti-ideal separately before combining them; this gives a two-directional check compared with methods that look at only a single distance measure. Its computational burden is low, every step can be followed on the table, and it brings criteria measured in different units onto the same scale through ratios.
Weaknesses
Its limitations follow the same structure known from similar ideal-point methods. When the alternative set changes, the ideal and anti-ideal points shift, and an alternative added later can change the order of the others. The method is fully compensatory; a serious weakness on one criterion can be papered over by others. If every value on one criterion sits very close to another, that criterion's ratios come out close to 1 and its contribution to the score fades; if this goes unnoticed, an important criterion's influence can be lost.
Common Mistakes
The most common mistake is marking criterion direction wrongly, which swaps the ideal and anti-ideal points and reverses the ranking. A second mistake is keeping a criterion's weight high without noticing that every alternative is equal on that criterion; because the ideal and anti-ideal coincide, this weight changes nothing. A third mistake is adding an alternative once the analysis is finished and being surprised the ranking shifts. A fourth is reading the score as a percentage or a probability, or comparing scores taken from different analyses.
The governing principle is this:
A WEBIRA score is a summary of the directions, weights and alternative set you supplied; if any input is contested, the ranking is contested too.
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 an illustrative worked example. The remaining cases are illustrative constructions.
1. Textiles: Choosing among three fabric suppliers
A textile firm will choose among three fabric suppliers. Three criteria apply: quality score (higher is better), delivery-reliability score (higher is better), and unit price (lower is better). The firm has set the weights at 0.40 for quality, 0.35 for delivery, and 0.25 for price.
| Supplier | Quality | Delivery | Price |
|---|---|---|---|
| T1 | 3.0 | 5.0 | 4.0 |
| T2 | 5.0 | 3.0 | 2.0 |
| T3 | 4.0 | 4.0 | 3.0 |
| Direction | higher is better | higher is better | lower is better |
| Weight | 0.40 | 0.35 | 0.25 |
The method establishes the ideal and anti-ideal value for every criterion: on quality the ideal is 5 (T2), on delivery the ideal is 5 (T1), on price the ideal is 2 (T2, the cheapest). It then computes each supplier's ratios to these two points and sums the weighted difference.
| Supplier | WEBIRA score | Rank |
|---|---|---|
| T1 | 0.230 | 1 |
| T3 | 0.079 | 2 |
| T2 | -0.230 | 3 |
The result reads as follows. T1 is neither the highest-quality nor the cheapest option, but it is the best on delivery reliability, and this criterion carries a high weight; this is why it comes out ahead. T2, despite being best on quality and price, finishes last, because it is weakest on delivery reliability.
The firm hesitates here: the gap between T1 and T3 is not large. If the delivery weight were lowered and the price weight raised, T2 would be expected to move ahead, since T2 is clearly the best option on price.
In the report: "With the weights given, T1 is the supplier closest to the ideal and furthest from the anti-ideal; the ranking may change if the delivery weight is lowered."
Source: this case is an illustrative worked example; the figures come from applying DecisionMind's engine's WEBIRA steps to this small table. The DecisionMind team is separately reviewing this method's source citation.
2. Mining: Choosing an equipment supplier for a quarry operation
A mining operation will choose among three suppliers for a new piece of loading equipment. Four criteria are set: fuel efficiency, average downtime (lower is better), after-sales service score, and purchase cost (lower is better). The engineering team has set the weights to give more to downtime and service, and less to cost.
The method establishes the ideal and anti-ideal points for the three proposals, computes each proposal's ratios to these two points, and sums the weighted difference. Suppose the result places the most expensive proposal first, because it is clearly the best on downtime and service score, and the combined weight given to these two criteria is high.
The team hesitates here: if a budget ceiling exists and the most expensive proposal exceeds it, WEBIRA will not screen it out on its own; cost has already been traded off against the other criteria. The proposal exceeding budget should be screened out before the analysis, and only the remaining proposals ranked.
In the report: "The budget ceiling was applied as a pre-screening criterion; the remaining proposals were ranked using the engineering team's weights."
3. Maritime: A port operator's choice of tugboat charter
A port operator will choose among three tugboat charter proposals. Three criteria apply: bollard pull (higher is better), annual charter fee (lower is better), and crew-experience score (higher is better). The operator has set the weights to give the most to bollard pull, and less to experience and fee.
The method establishes the ideal and anti-ideal points for the three proposals and computes the weighted difference. Suppose the result places first the proposal with a moderate fee but the highest bollard pull.
The operator hesitates here: two proposals sit very close to each other on bollard pull, and a small measurement error on this criterion could change the ranking. The crew-experience score, moreover, rests on the operator's own observation; how this criterion was scored should be documented separately.
In the report: "The high weight on bollard pull has driven the result; measurement uncertainty on this criterion may call for the ranking to be reviewed."
4. What Not to Do
Had the price criterion in the same supplier table been marked "higher is better," the ideal point would have been built from the most expensive supplier, turning T2's low price against it. A second error is keeping a criterion's weight high after all three suppliers turn out equal on delivery, without noticing this; since the ideal and anti-ideal then coincide, this weight changes nothing about the result. A third error is reporting T1's score of 0.230 as "23 per cent better"; the score only ranks these three suppliers relative to one another.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/webira
This method's founding paper could not be verified during this review; the detail is in the approval notes.
Hwang, C. L., & Yoon, K. (1981). Multiple Attribute Decision Making: Methods and Applications, A State-of-the-Art Survey. Lecture Notes in Economics and Mathematical Systems, Vol. 186. Springer-Verlag. DOI: 10.1007/978-3-642-48318-9 (for the general background of ranking approaches based on ideal/anti-ideal points)