Extension card · Linguistic
Probabilistic linguistic MULTIMOORA (Wu et al., 2018)
Probabilistic linguistic MULTIMOORA is the form of MULTIMOORA for situations where a criterion assessment is split across several terms and the probabilities of those terms. The ratio system, the reference point and the full multiplicative form are all computed on the same expected value; the result is combined with an improved Borda score.
Base method
MULTIMOORA →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Linguistic →
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 dominance logic stays the same, only the scoring direction is flipped.
Cells. In crisp MULTIMOORA every cell is a single number. Here every cell is several terms chosen from a previously declared term set, each term given a probability: "term s3 at 40 per cent, term s4 at 60 per cent," for example. This cell form is used when an expert cannot settle on a single term, or when several experts' terms are combined with probabilities. Criterion weights are crisp numbers; they are not entered as probabilistic linguistic values.
Scale equalisation. Crisp MULTIMOORA divides a column directly by the square root of the sum of its squares. Here every cell is first reduced to a single number with the probabilistic linguistic expectation function (PLEF): each term's position in the set is multiplied by its own probability and summed. This is the term's "expected position," and it gives a single real number. Only after this does vector normalisation, exactly as in crisp MULTIMOORA, apply column by column. In other words, the term-probability structure dissolves into a single number before normalisation, at the very first step.
Distance / score / combination. The ratio system, the reference point and the full multiplicative form all operate on this normalised expected value, and there is no difference between them in this respect. The ratio system subtracts the weighted sum of the cost criteria from the weighted sum of the benefit criteria. The reference point finds the best expected value on each criterion, and takes the largest of each alternative's weighted distances to it. The full multiplicative form divides the weighted product of the benefit criteria by the weighted product of the cost criteria.
Result and combination. Crisp MULTIMOORA sums the ranks across the three sub-rankings and the smallest total wins. Here an "improved Borda rule" is used: for each sub-method, an alternative's position is checked; coming last earns 0 points, one place up earns 1 point, and first place earns the highest score. The scores from the three sub-methods are summed, and the alternative with the highest total comes first. This carries the same logic as crisp MULTIMOORA's "smallest rank-sum wins" rule, only with the scoring direction reversed; the two rules make the same alternative come first.
DecisionMind fixes, in this extension, the PLEF (expected value) and the subsequent vector normalisation, the fact that all three sub-methods operate on this one normalised value, and the improved Borda scoring.
How to Read the Output
The final ranking is, as in crisp MULTIMOORA, a combined summary of the three viewpoints; it is read the same way.
The difference is this. A term's probability distribution, that is, how much the expert hesitated between two terms, is used only at the first step and collapses into a single expected value there. All three sub-methods then operate on this same crisp number from that point on; there is no difference here of the kind found in intuitionistic fuzzy or neutrosophic MULTIMOORA, where "one sub-method defuzzifies later than another."
Thus instead of writing:
"PL-MULTIMOORA is more informative because it carries the probability distribution through the entire calculation"
the report should read:
"Every term's probability distribution has been reduced to an expected value at the first step only; all three sub-methods then operate on this single number, and the shape of the distribution is not used separately in the later steps"
When to Prefer This over the Base Method
Use this extension when experts decide on a criterion not with a single term but with a probability spread across several terms; for example, when an expert says "40 per cent good, 60 per cent very good." The rule on the linguistic data-type card applies here too: if a criterion is measured, it should not be converted into a term. If an expert can settle on a single term, classical linguistic MULTIMOORA is sufficient; a probability distribution adds an unnecessary layer.
Crisp MULTIMOORA's exit condition also applies here: the full multiplicative form requires every normalised expected value to be strictly greater than zero; a zero expected value makes this component undefined. If no compromise is ever acceptable on one criterion, this extension too is compensatory and will not eliminate anything below a threshold.
Mistakes Specific to This Extension
Ignoring an expected value that comes out zero or negative. The full multiplicative form becomes undefined in this case; the lowest term in the term set should either never be used in a probabilistic linguistic assessment, or it should be confirmed that it does not come out as zero after normalisation.
Not bringing the probabilities to sum to 1. The probabilities assigned to the terms in a cell must be declared so that they sum to 1; otherwise the expected-value calculation shifts to a different scale in different cells and the comparison breaks down.
Confusing the expected value with the most likely term. Reading "40 per cent good, 60 per cent very good" directly as "very good" forgets that the expected value is a weighted average; when the probabilities of two terms are close, the expected value falls between them.
Changing the term set during the analysis. As the linguistic data-type card warns, the number and order of terms must stay the same for all experts and all alternatives; the PLEF calculation depends on a term's position within the set.
The governing principle is this:
The probability distribution is reduced to an expected value only at the first step; from that point on, PL-MULTIMOORA is a calculation that repeats crisp MULTIMOORA's three sub-methods on this same number and combines the result with a Borda score.
Cases
The first case is a literature case: the numerical example from Wu and colleagues' (2018) paper. The second case is an illustrative construction.
1. Illustrative example: Evaluating three candidates on a five-term scale (Wu et al., 2018)
A committee evaluates three candidates (A1, A2, A3) on three criteria; the first two criteria are higher is better, the third is lower is better. A five-term scale is used (s0 to s4, from lowest to highest); each cell scores the candidate as spread across several terms and probabilities. The weights are C1 0.40, C2 0.35, C3 0.25.
| Candidate | C1 (higher is better) | C2 (higher is better) | C3 (lower is better) |
|---|---|---|---|
| A1 | s3 (0.4), s4 (0.6) | s2 (0.3), s3 (0.7) | s1 (0.5), s2 (0.5) |
| A2 | s2 (0.5), s3 (0.5) | s3 (0.4), s4 (0.6) | s0 (0.3), s1 (0.7) |
| A3 | s1 (0.3), s2 (0.7) | s1 (0.5), s2 (0.5) | s2 (0.4), s3 (0.6) |
| Weight | 0.40 | 0.35 | 0.25 |
The method reduces every cell to its expected value; for example, A1's C1, taken as 0.4 times the third term plus 0.6 times the fourth term, gives an expected value of 0.90. These values are then normalised column by column, and the three sub-methods are computed on this normalised value. The three calculations were independently reproduced in Python and matched DecisionMind's own validation figures within a tolerance of 1e-4.
| Candidate | Ratio system | Rank | Reference point | Rank | Full multiplicative | Rank |
|---|---|---|---|---|---|---|
| A1 | 0.3839 | 2 | 0.0664 | 1 | 0.8831 | 2 |
| A2 | 0.4216 | 1 | 0.0936 | 2 | 1.0211 | 1 |
| A3 | 0.0444 | 3 | 0.1617 | 3 | 0.4640 | 3 |
The improved Borda rule looks at each candidate's position in each sub-ranking: with three candidates, last place earns 0 points, middle place earns 1 point, first place earns 2 points.
| Candidate | Borda score | Final rank |
|---|---|---|
| A2 | 5 | 1 |
| A1 | 4 | 2 |
| A3 | 0 | 3 |
The result reads as follows. A2 comes first on both the ratio system and the full multiplicative form, and only comes second, behind A1, on the reference point; it nonetheless stays ahead on the total score. A3 comes last on all three sub-methods and scores zero; this means A3's third place is far more robust than the ranking between the other two.
The committee's hesitation: if C1's weight is raised from 0.40 to roughly 0.48, with C2 and C3 lowered in the same proportion (computed by independently running the same algorithm in Python), A1 moves ahead of A2. The gap between A2 and A1 is therefore sensitive to the weight distribution; A3's third place does not change in the same test.
In the report: "With the improved Borda scoring, A2 is first, A1 second and A3 third (scores: 5, 4, 0). A3's third place is robust across all three sub-methods; the A2-A1 ranking changes once C1's weight exceeds roughly 0.48."
Source: Wu, X., Liao, H., Xu, Z. S., Hafezalkotob, A., & Herrera, F. (2018). Probabilistic Linguistic MULTIMOORA: A Multicriteria Decision Making Method Based on the Probabilistic Linguistic Expectation Function and the Improved Borda Rule. IEEE Transactions on Fuzzy Systems, 26(6), 3688–3702. The figures are taken from the paper's own worked example; DecisionMind's kernel code was verified by reproducing it line by line in Python.
2. Publishing: Setting print priority among three novel manuscripts
A publishing house, working with a limited print budget, will give priority to one of three novel manuscripts (A1, A2, A3). Three criteria are set: originality of the plot and quality of the prose (both higher is better), and editorial revision workload (lower is better). Three reader-editors assess each manuscript on a five-term scale; when an editor is torn between two terms, that opinion is split with a probability, for example "60 per cent good, 40 per cent very good."
The method reduces every cell to its expected value, normalises it, computes the ratio system, the reference point and the full multiplicative form on this value, and sums the Borda scores. Suppose the manuscript with the highest expected value on prose quality comes first on both the ratio system and the full multiplicative form, while the manuscript with the lowest editorial workload comes first on the reference point.
The publishing house's hesitation is this: the score of the manuscript that comes out ahead on prose quality may stem from two editors being torn between "good" and "very good"; this indecision becomes invisible once it enters the expected value. The publishing house should not look only at the Borda score without also factoring in how much the editors actually agreed, that is, which probability distribution the leading manuscript's expected value arose from.
In the report: "Under the improved Borda scoring, the manuscript that stands out on prose quality and originality ranks first; this manuscript's prose-quality score is the expected value of editors' opinions spread across two terms, and the degree of disagreement among the editors should be reported separately."
3. What Not to Do
In the illustrative example, writing A1's C1 cell directly as "s4" (the most likely term) instead of "40 per cent s3, 60 per cent s4," and then running the engine on that, is wrong. This makes the expected value 1.00 instead of 0.90, makes A1 look stronger than it is, and discards the information in the probability distribution. The second error is entering probabilities in a cell, such as 0.4 and 0.5, that do not sum to 1; this shifts that cell's expected value to a scale that cannot be compared with the other cells. The third error is seeing that A3 comes last on all three sub-methods and concluding "A3 must definitely be eliminated"; the score only ranks these three manuscripts relative to one another and carries no claim of absolute inadequacy.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/pl-multimoora
Wu, X., Liao, H., Xu, Z. S., Hafezalkotob, A., & Herrera, F. (2018). Probabilistic Linguistic MULTIMOORA: A Multicriteria Decision Making Method Based on the Probabilistic Linguistic Expectation Function and the Improved Borda Rule. IEEE Transactions on Fuzzy Systems, 26(6), 3688–3702. DOI: 10.1109/TFUZZ.2018.2843330
Pang, Q., Wang, H., & Xu, Z. (2016). Probabilistic linguistic term sets in multi-attribute group decision making. Information Sciences, 369, 128–143. DOI: 10.1016/j.ins.2016.06.021
Brauers, W. K. M., & Zavadskas, E. K. (2010). Project management by MULTIMOORA as an instrument for transition economies. Technological and Economic Development of Economy, 16(1), 5–24. DOI: 10.3846/tede.2010.01
Zadeh, L. A. (1975). The concept of a linguistic variable and its application to approximate reasoning—I. Information Sciences, 8(3), 199–249. DOI: 10.1016/0020-0255(75)90036-5