Methods · Ranking
PSI (Preference Selection Index)
PSI asks for no external criterion weights. It derives them itself from how much the alternatives differ on each criterion, then ranks the alternatives using those weights.
Base method's data type: Classical
What Is the Method?
PSI is a ranking method for situations where you already hold a decision table but do not want to assign weights to the criteria. It also serves you well when you simply have no grounds for assigning weights. Its output is a preference score for every alternative, the rank that score produces, and the criterion weights the method itself generates. Maniya and Bhatt proposed it in 2010, originally for a material-selection problem, and the literature treats it as one of the few MCDM methods that dispenses with the weighting stage entirely.
The Philosophy Behind It
PSI's underlying idea runs as follows: if alternatives take widely different values on a criterion, that criterion is already self-distinguishing and needs no extra weight; but if alternatives take similar values on a criterion, that criterion cannot separate the alternatives on its own and its contribution to the total score risks being drowned out. PSI reverses this: it rewards a criterion on which alternatives differentiate LESS with a relatively HIGHER weight, so that it is not lost in the total. This is the exact opposite of the logic behind Entropy or CRITIC, where "a criterion that spreads more is more informative and deserves a higher weight."
This idea carries a philosophical consequence. In PSI, weight is not the criterion's importance in the decision-maker's eyes; it is a product of the data's own distribution. In methods that ask for weights, such as TOPSIS, MAUT, RAFSI or RAWEC, a weight is a stated preference and must be defended. In PSI, weight is a statistical outcome; the answer to "why this weight" is "because the data happen to be distributed this way." That answer reflects the structure of the current alternative set, not the decision-maker's priorities.
How It Works
The method proceeds through four steps.
First, scale equalisation (linear normalisation). The method normalises every criterion according to its own direction: for "higher is better" criteria it divides every value by the column maximum, and for "lower is better" criteria it divides the column minimum by every value. Every column then fits between 0 and 1, with the best value always equal to 1.
Second, measuring each criterion's own internal spread. The method takes the mean of each column, then computes and sums the squared deviation of every value from that mean. This sum shows how much the alternatives differ from one another on that criterion; a large sum means the alternatives are widely scattered on it.
Third, computing the preference variation value and the self-derived weights. For every criterion, the method subtracts the second step's spread measure from 1; this value shrinks for a widely spread criterion and grows for a narrowly spread one. The method sums these values across all criteria, turns each into a share of that sum, and uses the share directly as the criterion weight. No external weight input is required at any point. DecisionMind runs this step fail-closed: if any value comes out negative or undefined, or if the sum falls to zero or below, the engine halts the calculation rather than produce an invalid weight.
Fourth, computing the preference selection index and ranking in descending order. The method multiplies every normalised value by its criterion's derived weight and sums them; alternatives are then ranked by this index from highest to lowest.
The formulas behind each step are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
The preference selection index tells you how preferable an alternative is relative to the other alternatives in this table, and nothing more. A score of 0.86 does not mean "86 per cent good," and it cannot be compared with a score from a different analysis, because both the normalisation and the weights are derived from this particular alternative set. The criterion weights are likewise specific only to this table. A criterion receiving a low weight does not mean that criterion is unimportant in the decision-maker's eyes; it means the alternatives differentiate little on it. This distinction must be made explicit in the report, otherwise a safety or compliance criterion that happens to receive a low weight can be misrepresented as "unimportant."
Thus instead of writing:
"PSI showed that the quality criterion is unimportant"
the report should read:
"In this alternative set, the alternatives took similar values on the quality criterion, so PSI assigned it a relatively low weight; this reflects low discriminating power, not unimportance"
Data Type and Inputs
Classical PSI works with crisp data: one number per cell, no empty cells. If your data is fuzzy, intuitionistic fuzzy, neutrosophic, or contradictory across experts, DecisionMind holds four PSI family members alongside the base method: fuzzy, neutrosophic and plithogenic extensions. This count excludes MPSI (Modified PSI). MPSI does not produce weights; it is a different version of PSI built for a different purpose, namely objective weighting.
You need alternatives in rows, criteria in columns, one number per cell, and for every criterion whether higher or lower is better. PSI does not ask for weights, it produces them itself, so there is no need for a subjective weighting step such as AHP, BWM or SWARA, nor for a separate objective weighting step such as Entropy or CRITIC. A minimum of two alternatives and two criteria is required; three to twelve criteria work comfortably. A zero value is not accepted for cost criteria, as it carries a division-by-zero risk; for benefit criteria, zero is defined only when the column maximum is positive.
When to Use It, When Not To
PSI is a suitable choice when you have neither expert judgement nor sufficient historical data to justify weighting the criteria. Using it means accepting the existing spread among alternatives as a priority signal. Its typical territory includes material and process-parameter selection, rapid preliminary assessments, and situations where debating weights would waste time.
There are two situations where it should not be used. First, if the criteria's importance is already clear to the decision-maker and rests on the decision-maker's values rather than the data, PSI is unsuitable: it disregards that preference and imposes a weight derived from the data instead. Second, if a low-spread criterion is actually a critical threshold or compliance criterion (a safety standard, say), PSI is again unsuitable: it reads that criterion's low spread as "high weight" rather than "of little importance," and the result can be misread if the decision-maker's actual priority differs.
No expert or historical basis for weighting, a quick objective weight is wanted → PSI
Weights must reflect the decision-maker's known priorities → AHP, BWM, SWARA (subjective)
Weights should be objective, but on the logic that a wider-spread criterion is more informative → Entropy, CRITIC
No compromise allowed on one criterion, sub-threshold alternatives must be screened out → screening first, then ranking
Weights already exist, only ranking is needed → TOPSIS, VIKOR, SAW
Strengths
PSI's greatest strength is that it removes the weighting process entirely. There is no need to gather expert opinion, run pairwise comparisons, or carry out a separate objective weighting step; the method produces both the weights and the ranking in a single computational chain. The computational burden is small, and every step can be followed on the table. When debate over weights causes disagreement among decision-makers or time is short, PSI offers a practical solution for rapid preliminary assessments (Attri and Grover, 2015).
Weaknesses
Its limitations stem from the weight-generating mechanism itself. First, the weights reflect the data's distribution rather than the decision-maker's preference; a critical but narrow-spread criterion can wrongly receive a relatively high weight, as happens with a safety threshold that every alternative already meets, even though the decision-maker regards it as a pass/fail threshold not expected to discriminate. Second, the weights depend on the alternative set: adding or removing an alternative changes not just the ranking but the weights themselves, which makes the result harder to reproduce. Third, a "modified PSI" (MPSI) has since been derived from the method, showing that PSI's original weighting logic is still debated in the literature and remains open to development (Demir, 2026). Fourth, PSI shares TOPSIS's assumption of full compensation: a weakness on one criterion can be masked by another.
Common Mistakes
The most common mistake is reading a low weight PSI produces as "this criterion is unimportant," when a low weight only shows that alternatives are close to one another on it. A second mistake is using PSI where weights ought to reflect the decision-maker's priorities; if, for instance, senior management explicitly prioritises one criterion, a subjective weighting method is needed instead of PSI. A third mistake is carrying old weights over to a new table once the alternative set has changed; in PSI, weights must be recalculated together with the table. A fourth is proceeding with the calculation when a cost criterion contains a zero value; this carries a division-by-zero risk, and the engine must halt fail-closed in that case. A fifth is reading the preference score as a percentage or a probability, or comparing scores across different analyses.
The governing principle is this:
PSI's weights summarise how the data happen to be distributed within the current alternative set, not the decision-maker's priorities; if the alternative set or the data itself is contested, the weights are contested too, and the report must show this.
Cases
Each case opens with a decision table, describes in words what the method does to it, and shows how to read the resulting weights and ranking. The first case is DecisionMind's own validation example, with figures taken from the manifest; the remaining cases are illustrative constructions.
1. Illustrative example: Three alternatives, three criteria (DecisionMind validation example)
This example is not a literature case. It is a small table built so the method's steps can be followed by hand, requiring no external weights. Three alternatives are assessed on three criteria; the first two are "higher is better," the third is "lower is better."
| Alternative | C1 | C2 | C3 (cost) |
|---|---|---|---|
| A1 | 3 | 5 | 4 |
| A2 | 5 | 3 | 2 |
| A3 | 4 | 4 | 3 |
| Direction | higher is better | higher is better | lower is better |
The method first normalises each column against its own best value. Columns C1 and C2 carry the same three values (in the form 0.6-1.0-0.8) in a different order, so their spread comes out equal. C3 (in its converted form 0.5-1.0-0.667) is spread slightly further. The method reverses these spreads into weights.
| Criterion | Spread (sum of squared deviations) | Derived weight |
|---|---|---|
| C1 | 0.080 | 0.339 |
| C2 | 0.080 | 0.339 |
| C3 | 0.130 | 0.321 |
Because C1 and C2 have the smaller spread, PSI gives them a relatively higher weight (0.339). C3's spread is larger, so its weight comes out slightly lower (0.321). The gap is small because the three criteria's spreads are close to one another. The method then multiplies the normalised values by these weights and sums them.
| Alternative | Preference selection index | Rank |
|---|---|---|
| A2 | 0.864 | 1 |
| A3 | 0.757 | 2 |
| A1 | 0.704 | 3 |
The result reads as follows. A2 comes first because it holds the best value on C1 and the lowest (best) value on C3, cost, and these two criteria's weights together exceed C2's. A1 comes last because it is best on C2 alone. Since the three criteria's weights come out very close to one another (0.339-0.339-0.321), PSI's ranking in this example is close to what a roughly equal-weighted sum would have produced.
The decision-maker hesitates here: the weights PSI produces are derived from these three alternatives. Had a fourth alternative been added to the table that widened the gap on C3, a much cheaper or much more expensive one, say, C3's spread would grow, its weight would fall, and the ranking could be affected. This shows how dependent PSI's weights are on the alternative set; if an alternative is later added or removed, the weights must be recalculated.
In the report: "The criterion weights were derived by PSI from the value differences among these three alternatives (C1: 0.339, C2: 0.339, C3: 0.321); A2, with the highest preference selection index (0.864), ranks first owing to its advantage on C1 and the cost criterion."
Source: This example is DecisionMind's validation case for the PSI engine; it is not the actual material-selection data from Maniya and Bhatt (2010), but has been constructed for illustration so it can be worked through by hand.
2. Logistics: A distribution company's choice of warehouse automation system
A distribution company must choose one of three automation-system proposals for its new warehouse. Four criteria have been set: hourly packing capacity, installation time, energy consumption, and failure frequency. Capacity is "higher is better"; the other three are "lower is better." The company has neither sufficient expert opinion nor historical data to justify weighting the criteria, so it has decided to derive the weights directly from the data itself.
The method normalises the three proposals, measures the spread on each criterion, and generates weights accordingly. Suppose all three proposals turn out to have similar values on failure frequency, all low and close to one another, while the proposals differ substantially on capacity. PSI then assigns a relatively high weight to failure frequency and a relatively low one to capacity. The proposal with the highest capacity can still come out first, because the absolute gap on capacity is large.
The company hesitates here: failure frequency receiving a high weight does not mean the company considers it the most important criterion. On the contrary, all proposals are already close to one another on this criterion; PSI is simply bringing forward a criterion that differentiates little but should not be lost in the table. If the company reads the report without understanding this distinction, it may wrongly conclude that "failure frequency is the most important criterion."
In the report: "The criterion weights were derived from the data by PSI; failure frequency's relatively high weight arises because the proposals differ little on this criterion, not because the company regards it as the highest priority."
3. Public sector: A municipality's choice of recycling-facility technology
A municipality must choose one of three technologies for a solid-waste recycling facility. Three criteria have been set: annual processable waste capacity, operating cost, and recovery rate. Cost is "lower is better"; the other two are "higher is better." The technical committee proposed one order of importance for the criteria, but council members could not agree on it. The council has therefore decided to use the weights PSI produces as a neutral starting point.
The method normalises the three technologies and measures their spreads. Suppose the technologies differ substantially on recovery rate but are close to one another on cost; PSI then assigns a relatively low weight to recovery rate and a relatively high one to cost. The result can still place the technology with the highest recovery rate first, because the absolute gap is large.
The council hesitates here: the weights PSI presents as "neutral" may in fact impose, implicitly, a prioritisation (a relatively high weight on cost) that no council member actually advocated. The difference between "an unweighted decision" and "a data-driven weight" must therefore be explained to the council plainly.
In the report: "The weights were derived from the data by PSI because members could not agree on priorities; this reflects the value differences among the current three technologies, not a prioritisation made by the council."
4. What Not to Do
Had C3 (cost) been marked "higher is better" in the same three-alternative table, A2, the most expensive alternative, would have been counted as advantaged on this criterion too, rendering the ranking meaningless. A second error is reporting C1 and C2's higher weight relative to C3 as "the company considers these two criteria more important"; the weights reflect the existing spread among the three alternatives, not the company's preference. A third error is presenting A2's score of 0.864 as "86 per cent suitable"; the score only ranks these three alternatives relative to one another.
Extensions: for different data types
PSI has 3 extensions in the library. Same decision logic, different data type: if your data is not a classical number, read the relevant data type card, then open that member.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/psi
Maniya, K., & Bhatt, M. G. (2010). A selection of material using a novel type decision-making method: Preference selection index method. Materials & Design, 31(4), 1785–1789. DOI: 10.1016/j.matdes.2009.11.020
Attri, R., & Grover, S. (2015). Application of preference selection index method for decision making over the design stage of production system life cycle. Journal of King Saud University - Engineering Sciences, 27(2), 207–216. DOI: 10.1016/j.jksues.2013.06.003
Demir, G. (2026). MPSI: Modified preference selection index for multi-attribute decision-making. In Encyclopedia of Multi-Attribute Decision Making (MADM) (pp. 713–722). Elsevier. DOI: 10.1016/b978-0-443-33275-3.00057-9
Obeidat, M. S., Al Sliti, H., & Obeidat, A. (2025). The Preference Selection Index (PSI) in Multi-Criteria Decision-Making: A Systematic and Critical Review of Applications, Integrations, and Future Directions. Mathematical and Computational Applications, 30(6), 124. DOI: 10.3390/mca30060124