Extension card · Spherical
Spherical fuzzy MOORA (Aydın & Kutlu Gündoğdu, 2021)
Spherical fuzzy MOORA is the form of MOORA's ratio system for situations where criterion scores are given as a support-rejection-hesitancy triple. Its output remains a single score and the rank that score produces.
Base method
MOORA →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Spherical →
What this data type is, when to use it, how to write it in a cell: the family's full account is here.
What Changes from the Base Method?
Four things change; the ratio system logic does not.
Cells. In crisp MOORA every cell is a single number. Here every cell consists of three degrees: support (μ), rejection (ν) and hesitancy (π); the only constraint is that the sum of the three degrees' squares must not exceed 1. Weights come from outside in DecisionMind as crisp numbers; the method does not generate weights. This extension does not support group decisions; it works with a single, combined decision matrix.
Scale equalisation. Crisp MOORA divides the column directly by the square root of the sum of squares. Here every cell is first reduced to a single number with a score function: s = (μ−π)² − (ν−π)². On a "lower is better" criterion μ and ν swap places, so that low support turns into a high score. Because the score can come out between −1 and 1, 1 is added to every score to avoid dividing with negative values. Only after this is the single number equalised, as in crisp MOORA, by dividing it by the square root of the sum of squares column by column. That is, the spherical structure drops to a single number immediately before scale equalisation; unlike most MULTIMOORA extensions, the uncertainty is not carried through to the end.
Distance / score / combination. The equalised single number is multiplied directly by the criterion weight, and crisp MOORA's ratio-system operation is applied: the weighted shares on "lower is better" criteria are subtracted from the sum of the weighted shares on "higher is better" criteria. DecisionMind runs only the ratio system here; the reference-point approach and the full multiplicative form are not part of this extension. This is exactly the same choice as the DecisionMind implementation (ratio system only) described on the crisp MOORA card.
Result and defuzzification. The output is a single number; the three-degree structure is never carried through to the result. Defuzzification happens in the first step, where the score function is applied, before scale equalisation; this ordering is a design decision DecisionMind fixes in this family.
DecisionMind fixes, in this extension: the score function (μ−π)²−(ν−π)², the +1 shift on the score, column-based vector normalisation, and direct weighted addition-subtraction after normalisation. The reference-point approach and the full multiplicative form are not added; consistent with its name, this extension is only MOORA's ratio system.
How to Read the Output
The score is read as in crisp MOORA: it is not a percentage or a probability, it is not compared with a different analysis, and the normalisation denominator changes when the alternative set changes. Being positive or negative does not mean "good" or "bad"; it only shows relative position within this alternative set.
The difference is here: the three-degree uncertainty beneath the score has dropped to a single score before scale equalisation. In the illustrative example below, the gap between A2 (0.6291) and A1 (0.5622) almost closes when C2's weight is raised from 0.35 to 0.55 (A1=0.5881, A2=0.5970), and A1 moves ahead once C2's weight is raised to 0.80 and C1's weight is lowered to 0.10 (A1=0.6113, A2=0.5640).
Thus instead of writing:
"Because spherical fuzzy MOORA preserves the uncertainty, its result is more reliable"
the report should read:
"The three-degree uncertainty has been reduced to a single score before scale equalisation; the score is calculated on a crisp number that results from this reduction, and the ranking is sensitive to the weight distribution"
When to Prefer This over the Base Method
This extension is used when experts give a judgement's degree of support, rejection and hesitancy separately, and this triple is too high to fit the picture fuzzy constraint (sum at most 1). The constraint rule and the boundary that must not be confused with neighbouring types (Pythagorean, picture fuzzy) are on the data-type card. A measured criterion (price, time) should not be expanded directly into three degrees.
Crisp MOORA's exit condition applies here too: if no compromise can ever be given on one criterion, this extension is also compensatory and does not screen out anything below a threshold. If both the ratio system and the reference-point logic are wanted together, this extension does not provide that; for that need, the spherical fuzzy extension of the MULTIMOORA family should be consulted.
Mistakes Specific to This Extension
Confusing the value-space constraint. The constraint is μ²+ν²+π²≤1; it is not the sum of the three degrees themselves. This is the picture fuzzy structure's constraint, and confusing it means invalid data gets processed as if it were crisp MOORA's.
Changing the score function. The defuzzification before scale equalisation is fixed in DecisionMind at (μ−π)²−(ν−π)². More than one score proposal exists in the spherical fuzzy family's literature, and one of them may not always be monotonically increasing; a different function can produce a different ranking, and this choice must be stated in the report.
Skipping the shifting step. Because the score can come out negative, normalising directly without the +1 shift causes sign errors when negative and positive scores are divided by the same denominator.
Confusing the spherical structure with MULTIMOORA. This extension is only the ratio system; the reference-point approach and the full multiplicative form do not enter the calculation. Saying "MULTIMOORA's three viewpoints are here too" is wrong.
The governing principle is this:
In spherical fuzzy MOORA the three-degree uncertainty is reduced to a single score immediately before scale equalisation; the method is only the ratio system and does not include the reference-point approach or the full multiplicative form.
Cases
The first case is DecisionMind's validation example: the founding source (Kutlu Gündoğdu and Kahraman, 2019) gives the spherical fuzzy set's definition but contains no decision-table example, and the book chapter introducing SF-MOORA (Aydın and Kutlu Gündoğdu, 2021) uses its own example too; a small, hand-traceable table was therefore built in formula-faithful form and verified by running DecisionMind's engine. The second case is an illustrative construction.
1. Illustrative example (DecisionMind's validation example): Spherical fuzzy assessment of three supplier facilities
Three supplier facilities (A1, A2, A3) are assessed on three criteria with spherical fuzzy triples. All three are higher-is-better criteria.
| Facility | C1 | C2 | C3 |
|---|---|---|---|
| A1 | (0.70; 0.20; 0.50) | (0.80; 0.10; 0.40) | (0.60; 0.30; 0.50) |
| A2 | (0.90; 0.10; 0.30) | (0.60; 0.30; 0.60) | (0.80; 0.20; 0.40) |
| A3 | (0.50; 0.40; 0.60) | (0.70; 0.20; 0.50) | (0.70; 0.10; 0.50) |
| Direction | higher is better | higher is better | higher is better |
| Weight | 0.40 | 0.35 | 0.25 |
The method reduces every cell to a single number with the score function, adds 1, passes it through column-based vector normalisation, and takes the weighted sum. This calculation was independently reproduced with Python and matched DecisionMind's engine (method_runner.py SF-MOORA) exactly.
| Facility | Score | Rank |
|---|---|---|
| A2 | 0.6291 | 1 |
| A1 | 0.5622 | 2 |
| A3 | 0.5286 | 3 |
The result reads as follows. A2 has the highest support and the lowest rejection-hesitancy triple on C1 (0.40), the most heavily weighted criterion; this carries it clearly into first place. A1 is strong on the second criterion (0.80; 0.10; 0.40) but trails A2 on C1. A3 is not the best on any criterion and finishes last.
The committee's hesitation is this: if C2's weight is raised from 0.35 to 0.55 and C1's weight is lowered from 0.40 to 0.20 (C3 fixed at 0.25), the gap almost closes (A1=0.5881, A2=0.5970, A3=0.5382); the ranking does not yet break down. If the weights are pushed further to extremes, C1=0.10, C2=0.80, C3=0.10, A1 moves ahead with 0.6113, A2 stays second with 0.5640, A3 third with 0.5505. The ranking is thus robust to moderate weight changes but reverses in a scenario where C2 is given extreme weight.
In the report: "With the weights given (C1=0.40, C2=0.35, C3=0.25), A2 has the highest score (0.6291). If C2's weight is raised well above C1's (C2=0.80, C1=0.10, C3=0.10), A1 moves ahead (0.6113); the ranking is robust up to this degree of extreme weight change."
Source: DecisionMind's validation example for the SF-MOORA engine. The score function and the ratio system rest on the ratio-system component of spherical fuzzy MULTIMOORA introduced by Aydın and Kutlu Gündoğdu (2021), but these specific figures were not taken from a paper; they were verified by running DecisionMind's own engine and independently recomputing with Python.
2. Freight: A distribution company's choice of urban delivery vehicle fleet
A freight company will choose one of three vehicle-fleet tenders for urban delivery. The criteria are: suitability in terms of delivery speed and fuel efficiency (both higher is better), and suitability in terms of maintenance cost (lower is better). None of these criteria is a directly measured quantity; the operations team has separately scored how much support, rejection and hesitancy it gives to the judgement "this fleet is suitable for this criterion" for every tender.
The method reduces every tender's spherical fuzzy triple on the three criteria to a single number with the score function, normalises it column by column, and computes the weighted ratio-system score. Suppose the tender with the strongest support and the lowest hesitancy triple on delivery speed received the highest score; but this tender's hesitancy share also stayed high on the maintenance-cost criterion.
The company's hesitation is this: the high hesitancy share on the maintenance-cost criterion has dissolved within the score. The score alone does not show where this hesitancy comes from. Before selecting the highest-scoring tender, the company should separately report on which criterion hesitancy has stayed high and consider adding an extra guarantee clause to the maintenance contract.
In the report: "With the weights given, this is the tender with the highest score. The hesitancy share on the maintenance-cost criterion has stayed higher than the other criteria's and must be addressed separately at the contract stage."
3. What Not to Do
Reading A3's lowest score in the illustrative example as "the worst alternative, unsuitable for any criterion" is wrong; the score only shows relative position among these three alternatives, not an absolute suitability threshold. The second mistake is changing the triples on C2 without checking the constraint; for instance, writing A2's C2 value as (0.60; 0.30; 0.80) instead of (0.60; 0.30; 0.60) raises the sum of squares to 0.36+0.09+0.64=1.09, exceeding the constraint. The third mistake is skipping the +1 shift and normalising negative scores directly; this causes sign confusion when negative and positive scores are divided by the same denominator and can distort the ranking.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/sf-moora
Aydın, S., & Kutlu Gündoğdu, F. (2021). Interval-valued spherical fuzzy MULTIMOORA method and its application to Industry 4.0. In C. Kahraman & F. Kutlu Gündoğdu (Eds.), Decision Making with Spherical Fuzzy Sets: Theory and Applications (pp. 295–322). Springer. DOI: 10.1007/978-3-030-45461-6_13
Kutlu Gündoğdu, F., & Kahraman, C. (2019). Spherical fuzzy sets and spherical fuzzy TOPSIS method. Journal of Intelligent & Fuzzy Systems, 36(1), 337–352. DOI: 10.3233/JIFS-181401
Brauers, W. K. M., & Zavadskas, E. K. (2006). The MOORA method and its application to privatization in a transition economy. Control and Cybernetics, 35(2), 445–469. (no DOI)
Hamal, S., & Senvar, O. (2021). A novel integrated AHP and MULTIMOORA method with interval-valued spherical fuzzy sets and single-valued spherical fuzzy sets to prioritize financial ratios for financial accounting fraud detection. Journal of Intelligent & Fuzzy Systems, 42(1), 337–364. DOI: 10.3233/JIFS-219195