Extension card · Hesitant
Probabilistic hesitant fuzzy COPRAS (Song and Chen, 2021)
This is the form of COPRAS for situations where a cell carries more than one possible degree, and it is also known how often, or with what probability, each of these degrees is observed. It builds the benefit and cost sums over expected values weighted by these probabilities.
Base method
COPRAS →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Hesitant →
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 plain hesitant COPRAS (HF-COPRAS), every cell is a set, that is, it carries more than one possible value, but how likely each of these values is remains unknown. Here every cell is a set of value-probability pairs: each possible degree comes with its own probability or frequency of occurrence, for example "the value 0.5 with 30 per cent probability, the value 0.7 with 70 per cent probability." The probabilities in a cell cannot sum to more than 1. Weights are given from outside, as single numbers.
Scale equalisation. Classical COPRAS turns every column into a share by dividing it by its own sum. There is no separate column normalisation here, because the values are already degrees between 0 and 1. Instead, DecisionMind first scales every cell by the criterion's weight; this scaling multiplies every degree in the set by the weight and leaves its probability unchanged. The scaled sets from benefit criteria are accumulated together, and those from cost criteria separately.
Distance, score and combination. The accumulated value-probability set is reduced to a single number by taking its expected value: every degree is multiplied by its own probability and the products summed. Taking the expected value this way makes no difference whether the sum is taken first and then the expected value, or the expected value of each cell is taken first and then summed; DecisionMind applies this step after the summing. The expected values of the benefit and cost sides are then combined with classical COPRAS's Q formula to build the relative significance value.
Result and defuzzification. Defuzzification sits in the middle of the calculation: the value-probability sets descend to an expected value immediately after the benefit and cost sums are built, neither at the very start nor at the very end. The output is a relative significance value in the same form as in classical COPRAS, together with a percentage derived from it.
DecisionMind fixes the expected-value function (a probability-weighted average) and its application after the summing step for this family.
How to Read the Output
The relative significance value and its percentage are read exactly as in classical COPRAS: a share relative to the best alternative, not an absolute percentage of success. The difference is this: this share now rests only on the probability-weighted average of the degrees in every cell. Two cells can share the same expected value while one comes from a narrow probability distribution (almost all probability concentrated on a single degree) and the other from a wide one (probability spread across several distant degrees). The relative significance value does not distinguish between these two.
Thus instead of writing:
"Probabilistic hesitant COPRAS shows A2 to be the best alternative"
the report should read:
"By expected value, A2 holds the highest relative significance (Q=0.508); this figure only reflects the probability-weighted average, and does not mean A2 is 'definitely the best' without separately examining how narrow or wide a probability distribution its degrees come from"
When to Prefer This over the Base Method
This extension is suitable when more than one plausible degree exists for the same criterion-alternative pair, and it is known how often each of these degrees was observed, or how probable each one is. Example: a supplier's past performance has been observed at several different levels, and how often each level occurred is on record. If the probabilities are unknown, and only which degrees are plausible is known, plain hesitant COPRAS (HF-COPRAS) is enough; inventing probabilities adds no information. Classical COPRAS's exit condition still applies here: if no compromise is acceptable on one criterion, this extension too is compensatory.
Mistakes Specific to This Extension
Letting the probabilities in a cell sum to more than 1. In that case the expected value is no longer a weighted average but a figure of unclear meaning.
Assuming the probabilities are equal. Giving every degree an equal probability (1/n) effectively reduces the cell to the plain average of a hesitant set, and hides the real contribution of the probability information.
Marking cost and benefit direction wrongly. If a cost criterion is written on the benefit side, a high expected value on that criterion is rewarded.
The "more sophisticated" fallacy. If the degrees have no real frequency of observation, adding arbitrary probabilities to a plain hesitant set adds no information; it only complicates the calculation.
The governing principle is this:
Probabilistic hesitant COPRAS exists to carry how often each possible degree is observed through to the expected value. If the probabilities do not come from a genuine observation or record, this extension adds nothing over plain hesitant COPRAS.
Cases
The first case is a genuine literature case. It is the example from Song and Chen's (2021) paper, and its figures are taken from the paper. The second case is an illustrative construction.
1. Illustrative example: Three alternatives, two criteria (Song and Chen, 2021)
Three alternatives are assessed on two criteria; C1 is "higher is better," C2 is "lower is better" (cost). Every cell carries a degree alongside that degree's probability of occurrence.
| Alternative | C1 | C2 (cost) |
|---|---|---|
| A1 | {(0.5|0.3), (0.7|0.7)} | {(0.2|0.4), (0.4|0.6)} |
| A2 | {(0.6|0.5), (0.8|0.5)} | {(0.3|0.6), (0.5|0.4)} |
| A3 | {(0.4|0.6), (0.6|0.4)} | {(0.1|0.5), (0.3|0.5)} |
| Direction | higher is better | lower is better |
| Weight | 0.6 | 0.4 |
The method takes the expected value of every cell (degree times probability, summed), multiplies by the weight, and accumulates C1 into the benefit sum and C2 into the cost sum. It combines the benefit and cost sums with classical COPRAS's Q formula and converts the result into a percentage.
| Alternative | Relative significance (Q) | Degree of utility | Rank |
|---|---|---|---|
| A2 | 0.508 | 100% | 1 |
| A1 | 0.489 | 96.17% | 2 |
| A3 | 0.455 | 89.62% | 3 |
The result reads as follows. A2's expected value on C1 (0.70) is the highest of the three alternatives; its expected value on C2 (cost, 0.38) is middling. Because C1's weight (0.6) exceeds C2's, A2's advantage on C1 carries it into first place. A3 holds the lowest expected values on both criteria and finishes last.
The decision's hesitation: if the weight is shifted towards C2 (cost) and redistributed as C1=0.4, C2=0.6, the relative significance values come out as 0.413 for A1, 0.412 for A2 and 0.443 for A3 (computed by rerunning DecisionMind's engine independently in Python). First place passes from A2 to A3, and A1 and A2 come out almost tied (a gap of 0.001).
In the report: "With the given weights (C1=0.6, C2=0.4), A2 holds the highest relative significance (Q=0.508). When the weight shifts towards the cost criterion (C1=0.4, C2=0.6), first place passes to A3, and A1 and A2 come out almost tied; the weight distribution should therefore be justified separately in the report."
Source: Song and Chen (2021), International Journal of Computational Intelligence Systems, the PHF-COPRAS example. DecisionMind's engine has verified this table by rerunning it independently (the Q values and degrees of utility match the manifest's expected values exactly). The weight-change scenario's figures were calculated separately by this card's author with the same engine.
2. Textiles: A clothing firm's choice of fabric supplier
A clothing firm will choose one of three fabric suppliers for a new collection. Two criteria apply: colour fastness (higher is better) and delivery delay (lower is better, a cost). The firm has audited each supplier's last ten shipments; colour-fastness scores varied from batch to batch, and the firm recorded how many batches showed each score level, and therefore its probability.
The method computes every supplier's expected colour fastness and expected delivery delay, multiplies by the weights, builds the benefit and cost sums, and converts these into a relative significance value. Suppose the supplier with the highest expected colour fastness is also the most variable one, with some batches very low and others very high. It still comes out first, because colour fastness carries a higher weight than delivery delay.
The firm's hesitation: this supplier's colour-fastness distribution is wide, meaning some batches suffered a serious quality problem. The expected value does not show this variability. The firm should look not only at the expected value but also at the proportion of low-scoring batches, and request additional samples from this supplier before a critical order.
In the report: "The supplier with the highest expected score stands out because of the high weight given to colour fastness. This supplier's score distribution across past batches is wide; additional sample inspection is recommended before critical orders."
3. What Not to Do
Assuming equal probabilities (1/2, 1/2) for every cell in the illustrative table and ignoring the real probabilities (such as 0.3/0.7) distorts the expected value; A2's strong second degree on C1 (0.8, at 50 per cent probability) has its real weight hidden this way. The second error is writing C2 (cost) on the benefit side; this rewards the most expensive alternative and makes the ranking meaningless. The third error is reading A2's 100% degree of utility as "a hundred per cent reliable alternative"; this figure only means it is the best among these three alternatives.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/phf-copras
Song, H. F., & Chen, Z. C. (2021). Multi-Attribute Decision-Making Method Based Distance and COPRAS Method with Probabilistic Hesitant Fuzzy Environment. International Journal of Computational Intelligence Systems, 14(1), 1229–1241. DOI: 10.2991/ijcis.d.210318.001
Zavadskas, E. K., & Kaklauskas, A. (1996). Determination of an efficient contractor by using the new method of multicriteria assessment. In International Symposium for the Organization and Management of Construction: Shaping Theory and Practice, Vol. 2, 94–104. (no DOI)
Torra, V. (2010). Hesitant fuzzy sets. International Journal of Intelligent Systems, 25(6), 529–539. DOI: 10.1002/int.20418
Xu, Z., & Zhou, W. (2017). Consensus building with a group of decision makers under the hesitant probabilistic fuzzy environment. Fuzzy Optimization and Decision Making, 16, 481–503. DOI: 10.1007/s10700-016-9257-5