Extension card · Neutrosophic
Neutrosophic PSI
Neutrosophic PSI is the form of PSI used when criterion scores are given as degrees of truth, indeterminacy and falsity, that is, as a T, I, F triple. It derives its own weights, and its output is a preference selection index.
Base method
PSI →
Philosophy, mechanics, strengths and weaknesses are on the base method card; this card describes only the difference.
Data type (family)
Neutrosophic →
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 logic of deriving weights from the data itself does not change.
Cells. In crisp PSI every cell is a single number. Here every cell carries three separate degrees: truth, indeterminacy and falsity. PSI still does not ask for a weight here; it derives the weight from the data itself, in the third step.
Scale equalisation. Crisp PSI divides every column by its own best value. Here every cell's T-I-F triple is first reduced to a single score. The score subtracts twice the indeterminacy and the falsity from the truth, then halves the result; high truth and low indeterminacy increase the score. These scores are then normalised within the column by dividing by the column sum. For a benefit criterion, the score itself is divided by the column sum. For a cost criterion, the score's reciprocal is divided by the column sum. This differs from crisp PSI's "divide by the column's best value" rule. Because the neutrosophic score can come out negative, division by the sum is used instead of PSI's rule of dividing by the largest value.
Preference variation value and weight. There is a further departure from crisp PSI here. In base PSI, the spread is subtracted from 1 and turned into a weight. In this neutrosophic version, DecisionMind instead derives the weight by dividing the spread itself directly by the total spread; there is no "subtract from 1" step. As a result, a criterion with a large spread receives a relatively high weight, the opposite of crisp PSI. A criterion with a low spread receives a relatively low weight. This is the exact opposite of crisp PSI's logic of "rewarding the criterion that differentiates least." This reversal comes not from the data type but from this neutrosophic adaptation's own design choice. The report must state this.
DecisionMind holds this score function and this sum-based normalisation fixed.
How to Read the Output
The preference selection index, as in crisp PSI, is only a ranking device among the alternatives in this table. It is not a percentage or a probability. Here the direction of the weight is also reversed. As explained above, a large spread here means a high weight. A criterion receiving a high weight does not mean "this criterion discriminates poorly"; it means "the alternatives differ a great deal on this criterion." This is the exact opposite of the reading given on the crisp PSI card. The report must state clearly which direction applies. Otherwise the reader will carry over the interpretation they are used to from crisp PSI.
Thus instead of writing:
"In N-PSI this criterion's weight came out low, so the alternatives are close together here"
the report should read:
"In this neutrosophic PSI adaptation, weight is directly proportional to the criterion's own internal spread; here a low weight shows that the alternatives differ little on this criterion, and a high weight shows that they differ a great deal"
When to Prefer This over the Base Method
N-PSI is suitable if you do not want to assign a reasoned weight to the criteria and the criterion evaluation at hand rests on incomplete or contradictory information. Favourable evidence, adverse evidence and an unknown share must be kept separate. The rule on the neutrosophic data-type card applies here too: opening a measured value into a T-I-F triple without justification adds no information. Only if "no indeterminacy" is honestly embedded, that is, written as (t, 0, 1−t), is this a valid path.
If the decision maker's known priorities are to be reflected in the criteria, or if no compromise is acceptable on one criterion, the exit condition on the base PSI card applies in exactly the same way.
Mistakes Specific to This Extension
Forcing the sum of T+I+F to equal 1. The general mistake on the neutrosophic data-type card applies here too. The three components must come from independent sources.
Reading the direction of the weight as in crisp PSI. As explained above, in this adaptation a high weight means "much spread," not "little spread." Carrying crisp PSI's reading directly across produces a reversed error.
Applying sum-based division on a cost criterion without inverting the score first. The score can come out negative or close to zero. If the inversion step is skipped, the normalisation of the cost criterion becomes meaningless.
Deriving indeterminacy from truth and falsity. I must rest on an independent source of information. If it is computed as 1−T−F, the rationale for the neutrosophic data type disappears.
The governing principle is this:
N-PSI's weight direction is the reverse of crisp PSI's. Here the data-derived weight grows the more a criterion discriminates, not the less. If this reversal is not reported, the reader will carry crisp PSI's logic to the wrong place.
Cases
The first case is DecisionMind's validation example. These figures do not come from a literature table; the engine's formulas were independently recomputed in Python by this card's author. The second case is an illustrative fiction.
1. Illustrative example: three alternatives, three criteria (DecisionMind validation example)
Three alternatives are evaluated on three criteria with T-I-F triples. All three criteria are "higher is better".
| Alternative | C1 (T,I,F) | C2 (T,I,F) | C3 (T,I,F) |
|---|---|---|---|
| A1 | 0.70 / 0.20 / 0.10 | 0.60 / 0.30 / 0.20 | 0.50 / 0.40 / 0.30 |
| A2 | 0.50 / 0.30 / 0.40 | 0.70 / 0.20 / 0.20 | 0.60 / 0.30 / 0.30 |
| A3 | 0.80 / 0.10 / 0.20 | 0.50 / 0.40 / 0.30 | 0.70 / 0.30 / 0.20 |
| Direction | higher is better | higher is better | higher is better |
The method computes every cell's score, normalises by the column sum, measures the columns' spread and derives a weight directly proportional to that spread.
| Alternative | Preference selection index | Rank |
|---|---|---|
| A3 | 0.347 | 1 |
| A2 | 0.328 | 2 |
| A1 | 0.325 | 3 |
The result reads as follows. A3 comes first because it has the highest score on C1. C1 is also the criterion with the largest spread among the three, that is, the one that differentiates the alternatives most, and it therefore receives the highest weight. The difference between A1 and A2 is very small.
The board's hesitation is this. The difference in the index between A1 and A2, about 0.0027, is almost too small to notice. If A2's truth degree on C1 is raised from 0.50 to 0.60, that is, if additional evidence is found in A2's favour, the ranking changes completely. A2 overtakes A3, with 0.354 against A3's 0.331, and A1 stays third. This shows that A3's first place is fragile with respect to a small change in evidence on a single criterion.
In the report: "The preference selection indices have been derived with N-PSI, without an external weight, directly from the criteria's own internal spread. A3 has the highest index, at 0.347. However, the differences between A1, A2 and A3 are small, and the ranking could shift in A2's favour if the evidence on C1 strengthens."
Source: This example is DecisionMind's validation example for the N-PSI engine. It is not a case from an article. The engine's F.steps formulas were independently recomputed in Python by this card's author.
2. Librarianship: A university library's choice of periodical database provider
A university library will subscribe to one of three database providers. The criteria are: content coverage, interface usability and history of access outages. Content coverage measures the number of journals and the diversity of disciplines together. The library cannot obtain a clear measurement from the providers' marketing materials and the conflicting feedback from academics. It has therefore turned each criterion into a judgement, evaluated the degree of truth, indeterminacy and falsity separately, and decided to derive the weights from this evaluation as well.
The method computes the three providers' scores, normalises them and derives weights from the criteria's spread. Suppose a clear difference was found among the providers on history of access outages; one had received frequent complaints, the other none at all. On content coverage, all three turned out close to one another. N-PSI accordingly gave a relatively high weight to access outages and a relatively low weight to content coverage.
The library's hesitation is this. Content coverage receiving a low weight does not mean the library does not value content richness. It comes from the fact that the three providers are already close to one another on this criterion. The library should not finalise its decision without separately testing whether additional positive feedback from a group of academics, that is, raising one provider's truth degree, would change the ranking.
In the report: "The criterion weights have been derived with N-PSI from the evaluation differences among the three providers. The high weight on history of access outages comes from this being the criterion with the largest difference among the providers. It does not mean the library considers content coverage unimportant."
3. What Not to Do
In the illustrative example, ignoring the 0.0027 difference between A1 and A2 and simply saying "A3 first" is wrong; the A1-A2 ranking can reverse with a single change in evidence and this should be reported. The second error is reading C1's high weight with crisp PSI's logic, as "this criterion discriminates poorly." In N-PSI, the exact opposite applies. The third error is computing a provider's I from its T and F values as 1−T−F and giving the impression of "complete information." I must rest on a separate source, such as a gap in the data.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/n-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
Smarandache, F. (1998). Neutrosophy: Neutrosophic Probability, Set, and Logic. American Research Press, Rehoboth. (no DOI)
Ye, J. (2014). A multicriteria decision-making method using aggregation operators for simplified neutrosophic sets. Journal of Intelligent & Fuzzy Systems, 26(5), 2459–2466. DOI: 10.3233/IFS-130916