Extension card · Pythagorean
Pythagorean fuzzy EDAS
This is the Pythagorean fuzzy form of EDAS. The sum of the support and rejection degrees given to a judgement may exceed 1, provided the sum of their squares does not. The output is again a single closure ratio built relative to the set's own average, and the ranking that follows from it.
Base method
EDAS →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Pythagorean →
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?
Three things change. The decision logic stays the same.
Cells. In crisp EDAS every cell is a single number. Here every cell is a pair: μ, the support degree, and ν, the rejection degree. These two values must satisfy μ² + ν² ≤ 1. The hesitancy margin, π = √(1 − μ² − ν²), is derived from these two degrees; it is not asked of the expert separately. Criterion weights remain crisp numbers and come from outside.
The average solution and the score. Crisp EDAS takes the numerical average of every column. PF-EDAS first builds the weighted Pythagorean matrix, then computes an average pair for every column. This average is not a single number but a support-rejection pair, found with the Pythagorean weighted geometric mean rule. Both the cells and this average pair are then converted to a single number with the score function, s = μ² − ν². Cells that are already numbers in crisp EDAS are here carried as pairs first, and only turn into scores at the moment of comparison.
Deviation calculation and combination. Crisp EDAS accumulates, in two separate totals, whether every cell stays above or below the average, according to benefit or cost direction. PF-EDAS runs the same logic over the scores: every cell's score is compared with that column's average score, the difference is measured with normalised Euclidean distance, and counted as favourable or unfavourable depending on direction. In the final step, the favourable and unfavourable totals are each divided by their own largest value and combined into a single closure ratio; this step is the same as in crisp EDAS.
Result and defuzzification. The output is a single closure ratio and a rank; it sits on the same 0-1 scale as crisp EDAS's assessment score. Uncertainty collapses to a single number the moment the cells are converted to a score. This differs from PF-TOPSIS, which carries the distance in three components, μ², ν² and π²; PF-EDAS scores first, then applies the remaining steps of crisp EDAS exactly as they stand.
DecisionMind fixes the Pythagorean weighted geometric mean, the score function, and the normalised Euclidean deviation in PF-EDAS. Criterion weights come from outside as crisp numbers; the method does not generate weights.
How to Read the Output
The closure ratio states how favourably an alternative is positioned relative to the set's own average; this is the same as in crisp EDAS. What differs is that this average is now a Pythagorean average. If, on one criterion, all alternatives' support-rejection pairs sit close to one another, that criterion's scores also come out close together, and the criterion's discriminating power falls; this matches exactly the same phenomenon in crisp EDAS. What conceals the difference is where μ and ν come from: two experts can express the same "middling" judgement with different pairs, and this can shift the average without it being noticed.
Thus instead of writing:
"This alternative was chosen because PF-EDAS found it the most advantageous"
the report should read:
"With these weights and this alternative set, this is the alternative positioned most advantageously relative to the set's average; the report should show on what scale μ and ν were given, and that the average changes together with the set"
When to Prefer This over the Base Method
This extension is used when experts give a judgement both strong support and marked reservation, and a decision based on position relative to the set's average suits your purpose. If the sum of the two degrees exceeds 1, the intuitionistic fuzzy constraint forces these pairs to shrink, because that constraint keeps the sum at no more than 1. Pythagorean fuzzy solves this problem. A measured value is not turned directly into a support-rejection pair. It is first converted into a judgement, and only then are μ and ν derived from separate sources; the detail is on the data-type card. The table must be of a single data type; part crisp and part Pythagorean is not allowed. The base method's exit condition applies here too. If no compromise is acceptable on one criterion, this extension is also compensatory and will not eliminate anything below a threshold.
Mistakes Specific to This Extension
Domain violation. Every cell must satisfy μ ∈ [0,1], ν ∈ [0,1] and μ² + ν² ≤ 1. Entering the calculation without this check invalidates the method.
Writing ν as 1 − μ. In that case the sum always comes to exactly 1. The hesitancy margin is zeroed. The extra region the Pythagorean structure offers over the intuitionistic one is never used.
Changing the score function and expecting the same result. s = μ² − ν² is the canonical choice, but not the only one. Computing the average solution and the deviations with a different score can give a different ranking.
Treating a criterion as unimportant once all alternatives' scores come out close to the average on it. This mistake exists in crisp EDAS too. It is easier to overlook with Pythagorean input, because the same score can come from several different support-rejection pairs.
Turning a measured value directly into μ. Scaling a measured quantity such as price or time to 0-1 and writing it as μ, with ν given as its complement, does not produce a judgement. It only conceals crisp data.
The governing principle is this:
A PF-EDAS result is a summary of the alternatives' position relative to this set's own Pythagorean average. Every alternative added to or removed from the set shifts this average, and the report must show this.
Cases
The first case is a literature example recorded in DecisionMind's PF-EDAS manifest. The figures are taken from Menekşe et al.'s 2023 paper, and the engine produces the same ranking. The second case is an illustrative construction.
1. Manufacturing: Choosing an additive-manufacturing process (Menekşe et al., 2023)
An automotive supplier compares seven additive-manufacturing processes, A1-A7, for producing a part, on eight criteria. The criteria are technical and economic performance indicators, all treated as "more is better". Every cell is a support-rejection pair from expert assessment. The weights were computed in a separate stage with the CRITIC method and supplied as a fixed external input: C1=0.135, C2=0.113, C3=0.219, C4=0.077, C5=0.095, C6=0.122, C7=0.127, C8=0.112.
| Process | C1 | C2 | C3 | C4 | C5 | C6 | C7 | C8 |
|---|---|---|---|---|---|---|---|---|
| A1 | (0.70;0.40) | (0.70;0.40) | (0.35;0.75) | (0.36;0.77) | (0.46;0.65) | (0.73;0.38) | (0.28;0.87) | (0.36;0.77) |
| A2 | (0.27;0.87) | (0.34;0.81) | (0.66;0.45) | (0.31;0.82) | (0.28;0.87) | (0.24;0.89) | (0.60;0.50) | (0.41;0.69) |
| A3 | (0.66;0.41) | (0.56;0.55) | (0.34;0.80) | (0.53;0.58) | (0.73;0.33) | (0.35;0.75) | (0.70;0.35) | (0.70;0.35) |
| A4 | (0.40;0.77) | (0.73;0.33) | (0.55;0.56) | (0.45;0.72) | (0.63;0.46) | (0.45;0.65) | (0.55;0.56) | (0.48;0.68) |
| A5 | (0.34;0.81) | (0.48;0.63) | (0.55;0.58) | (0.55;0.56) | (0.46;0.65) | (0.53;0.58) | (0.53;0.63) | (0.70;0.35) |
| A6 | (0.66;0.45) | (0.46;0.65) | (0.73;0.33) | (0.70;0.35) | (0.55;0.57) | (0.50;0.61) | (0.73;0.38) | (0.73;0.38) |
| A7 | (0.22;0.91) | (0.24;0.90) | (0.55;0.56) | (0.22;0.91) | (0.24;0.89) | (0.26;0.86) | (0.18;0.94) | (0.27;0.87) |
| Weight | 0.135 | 0.113 | 0.219 | 0.077 | 0.095 | 0.122 | 0.127 | 0.112 |
The method first finds the Pythagorean weighted average solution for every column. It then measures how favourably or unfavourably each cell sits relative to this average, and computes the closure ratio by combining the weighted totals.
| Process | Closure ratio | Rank |
|---|---|---|
| A6 | 0.9883 | 1 |
| A4 | 0.8739 | 2 |
| A5 | 0.8653 | 3 |
| A3 | 0.8186 | 4 |
| A1 | 0.6060 | 5 |
| A2 | 0.2954 | 6 |
| A7 | 0.0290 | 7 |
The result reads as follows. A6 sits markedly above the average on C3, the most heavily weighted criterion, and does not fall behind the set's average on the other criteria either. A7 is the exact opposite; it stays below the set's average on almost every criterion and finishes last. A4 and A5 come out very close to one another, with a gap of only 0.0086 between them.
The supplier's hesitation touches exactly this close pair. If C3's weight is lowered from 0.219 to 0.119 and shifted to C4, from 0.077 to 0.177, A4 and A5 swap places: A5 rises to 0.8739, while A4 falls to 0.8731. The gap between them, 0.0008, is almost zero. This shows how sensitive the order between A4 and A5 is to which criterion is weighted.
In the report: "With the weights given, A6 is clearly first, 0.9883. The gap between A4 and A5, 0.0086, is small, and these two processes swap places once the weights on C3 and C4 are brought closer together."
Source: Menekşe, Ertemel, Camgöz Akdağ and Görener (2023), Tables 3, 5 and 7. The closure ratios and the ranking were independently reproduced by running DecisionMind's PF-EDAS engine and matched the paper's reported ranking exactly. The engine's own magnitudes differ slightly from the values in the paper's table; this difference is separately noted in the manifest, and the calculation gate, which stays faithful to DecisionMind's F steps, treats the ranking as authoritative. The figures for the weight-change scenario were separately computed with the same engine.
2. Food safety: A catering company's supplier evaluation
A catering company evaluates three food suppliers, F1-F3, that will supply school and institutional kitchens, on three criteria: hygiene practices, traceability, and price competitiveness. All three are "more is better", and every cell is the support-rejection pair the audit team gave that supplier. The weights are set to give hygiene the highest share: 0.45, 0.30, 0.25.
| Supplier | Hygiene | Traceability | Price competitiveness |
|---|---|---|---|
| F1 | (0.80;0.40) | (0.60;0.55) | (0.55;0.65) |
| F2 | (0.65;0.55) | (0.75;0.45) | (0.70;0.50) |
| F3 | (0.55;0.60) | (0.65;0.55) | (0.80;0.35) |
| Weight | 0.45 | 0.30 | 0.25 |
The method finds the Pythagorean weighted average of the three criteria, measures each supplier's favourable and unfavourable position relative to this average, and computes the closure ratio. F2 stays evenly good across all three criteria and takes first place. F1 has the best pair on hygiene but is weak on price competitiveness. F3 has the best pair on price competitiveness but is weak on hygiene.
| Supplier | Closure ratio | Rank |
|---|---|---|
| F2 | 0.7760 | 1 |
| F3 | 0.5037 | 2 |
| F1 | 0.4879 | 3 |
The company's hesitation comes from the fine gap between F1 and F3. If the hygiene weight is raised from 0.45 to 0.50 and traceability lowered from 0.30 to 0.25, F1 moves ahead of F3: F1 rises to 0.5052, F3 falls to 0.4986. This shows that F1's edge on hygiene can overtake F3's edge on price once the weight shifts slightly.
In the report: "With the weights given, F2 is clearly first, 0.7760. The order between F1 and F3 is sensitive to the relative size of the hygiene and traceability weights, and F1 moves ahead once the hygiene weight is raised."
3. What Not to Do
In the manufacturing table, removing a criterion such as C3, whose scores for A7 come out close to the average, from the analysis on the grounds that "this criterion is unimportant" is wrong; it only shows that there is a small difference on that criterion among these seven processes, not that the criterion is genuinely unimportant. The second error is marking price competitiveness in the food-safety table in the reverse direction, as if it were a "less is better" cost criterion; this reverses F3's advantage. The third error is reporting A6's closure ratio of 0.9883 as a "99 per cent reliable process"; this ratio only shows its relative position among these seven processes.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/pf-edas
Menekşe, A., Ertemel, A. V., Camgöz Akdağ, H., & Görener, A. (2023). Additive manufacturing process selection for automotive industry using Pythagorean fuzzy CRITIC EDAS. PLOS ONE, 18(3), e0282676. DOI: 10.1371/journal.pone.0282676
Keshavarz Ghorabaee, M., Zavadskas, E. K., Olfat, L., & Turskis, Z. (2015). Multi-criteria inventory classification using a new method of evaluation based on distance from average solution (EDAS). Informatica, 26(3), 435–451. DOI: 10.15388/Informatica.2015.57
Yager, R. R. (2014). Pythagorean membership grades in multicriteria decision making. IEEE Transactions on Fuzzy Systems, 22(4), 958–965. DOI: 10.1109/TFUZZ.2013.2278989