Extension card · Neutrosophic
Neutrosophic AROMAN
N-AROMAN is the form of AROMAN used when a criterion's assessment is given as degrees of truth, indeterminacy and falsity. These three degrees are called a single-valued neutrosophic triple. The method first reduces the triple to a single score, then applies AROMAN's two normalisations to this score, and ranks the result with a single number.
Base method
AROMAN →
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. Two of them also affect crisp AROMAN's defining structure.
Cells. In crisp AROMAN every cell is a single number. Here every cell is made up of three independent components: truth (T), indeterminacy (I), falsity (F). Each lies between 0 and 1, and their sum is not expected to equal 1. Criterion weights stay crisp, that is, single numbers. The method does not generate weights; it takes weight from outside.
Scale equalisation. The method first reduces the neutrosophic triple to a single score number. This score counts truth as positive, twice indeterminacy as negative, and falsity as negative. Crisp AROMAN performs defuzzification at the very last step; here this order reverses, and defuzzification comes first. A ratio-type normalisation is then applied to this score: for a benefit criterion it is divided by the column's largest score, for a cost criterion by the column's smallest score. Crisp AROMAN's normalisation, by contrast, divides the gap between the value and the minimum by the gap between the maximum and the minimum. The two are different calculations.
Score and aggregation. In crisp and fuzzy AROMAN, linear and vector normalisation are computed independently from the raw data and then averaged. Here, vector normalisation is computed not from the raw score but from the previous step's ratio-normalised value. That is, the steps are chained one after another rather than running in parallel. The two are averaged, multiplied by the criterion weight, and summed. The step that defines crisp and fuzzy AROMAN is absent here: keeping the benefit total and the cost total separate and combining them with a visible balance parameter (λ). The direction information has already been dissolved into the ratio normalisation at the second step. The final score is simply a plain weighted sum.
Result. Because defuzzification happens at the start, through the score function, there is no separate defuzzification step at the end. The output is a single crisp number. Larger is better.
DecisionMind fixes, for this extension, the score function, the ratio-type normalisation, and the linear-vector average. One further point should be noted: crisp and fuzzy AROMAN's philosophical core is combining a separate benefit total and cost total with a visible λ parameter. This core is absent in N-AROMAN. Structurally, N-AROMAN resembles a ratio-normalised weighted sum method more than it resembles crisp AROMAN. This discrepancy is an open finding for scientific review.
How to Read the Output
The output is a single number and a ranking, as in crisp AROMAN. It is not a percentage or a probability. It shows only a ranking relative to the other alternatives computed with the same triple inputs.
The difference is this. The score is built from the truth-indeterminacy-falsity triple, already dissolved into a single number by a single score function at the very first step. Where two alternatives' scores are close, checking which one has the higher indeterminacy component adds a separate layer of interpretation; the score function has already penalised this component.
Thus instead of writing:
"According to the N-AROMAN score, A3 is the best option"
the report should read:
"A3 has the highest score (0.705), obtained by combining the truth-indeterminacy-falsity triples with a weighted score function. Its gap over A1 (0.607) is clear. The order between A1 and A2 (0.594), however, is sensitive to the weight of Criterion 1"
When to Prefer This over the Base Method
Where the information about a criterion is incomplete, inconsistent or contradictory, and this matters for the decision itself, this extension is suitable. It is also used when assessing alternatives with no track record, or with expert opinions resting on contradictory sources. Which situations call for the neutrosophic structure, and the principle of not converting measured data directly into a triple, are covered on the Neutrosophic data-type card.
Crisp AROMAN's exit condition applies here too. This extension is also compensatory. It is not suitable where no compromise is acceptable on one criterion.
Mistakes Specific to This Extension
Violating the value-range constraint. T, I and F must each lie between 0 and 1, and their sum must not exceed 3. Violating this can make the score function and normalisation produce an invalid number.
Changing the score function without stating it. The canonical choice is truth plus one minus twice indeterminacy minus falsity, all divided by two. Indeterminacy is penalised here twice as heavily as falsity. A different score function, for instance one that counts indeterminacy only once, can produce a different order.
Looking for λ in this extension. The λ balance parameter found on the crisp and fuzzy AROMAN cards is absent here. The direction information has already been folded into the normalisation at the second step. Carrying crisp AROMAN's habit of "I computed it with λ=0.5" over here is a mistake.
A near-zero score on a cost criterion. If a cost criterion's smallest score is very close to zero, the ratio normalisation becomes undefined; this denominator approaches division by zero. Such a criterion should be reviewed.
The governing principle is this:
In N-AROMAN, defuzzification happens at the start, through the score function. Which function this is, and that no λ-based balancing step exists here, must be stated explicitly in the report.
Cases
The first case is DecisionMind's validation fixture. No published, page-traceable example specific to N-AROMAN exists in the literature. Instead, a synthetic neutrosophic matrix of three options and three criteria has been built, faithful to the manifest's steps. The engine's steps have been independently recomputed in Python. The second case is an illustrative construction.
1. Illustrative example: Three options scored neutrosophically on three criteria
Three options are assessed on three benefit criteria. Every cell carries a truth-indeterminacy-falsity triple.
| Option | Criterion 1 (T,I,F) | Criterion 2 (T,I,F) | Criterion 3 (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) |
| Weight | 0.40 | 0.30 | 0.30 |
| Direction | higher is better | higher is better | higher is better |
The method reduces every triple to a single score. It equalises this score with ratio normalisation, then equalises it a second time with vector normalisation. It averages the two and takes the weighted sum.
| Option | N-AROMAN score | Rank |
|---|---|---|
| A3 | 0.705 | 1 |
| A1 | 0.607 | 2 |
| A2 | 0.594 | 3 |
The result reads as follows. A3 holds the highest truth (0.80) and lowest indeterminacy (0.10) on Criterion 1, the heaviest criterion. This turns into a large advantage in the score function. The gap between A1 and A2 is small, only 0.013. A1 is stronger on Criterion 1, A2 stronger on Criterion 2. With the given weights, these two strengths nearly cancel each other out.
If Criterion 1's weight is lowered from 0.40 to about 0.38, and the difference is split evenly between Criteria 2 and 3, raising them to 0.31 each, the order of A1 and A2 reverses. A2 moves ahead. A3 remains first in every case. This shows that the second-versus-third order between A1 and A2 is fragile against Criterion 1's weight. A3's lead, by contrast, is robust.
In the report: "The truth-indeterminacy-falsity triples have been reduced to a single score and equalised with two normalisations. A3, at 0.705, is clearly first. The second-versus-third order between A1 and A2 is sensitive to a shift of about two points in Criterion 1's weight."
Source: DecisionMind's N-AROMAN validation fixture. The computational logic is a neutrosophic adaptation built on Bošković and colleagues' 2023 crisp AROMAN study. This table and its figures are not taken from a paper's page. The engine's steps for this card have been independently recomputed in Python and confirmed to match DecisionMind's recorded ranking (A3, A1, A2) and scores (A1: 0.6071; A2: 0.5937; A3: 0.7052) exactly.
2. Maritime: A port operator's choice of container-handling equipment
A port operator will choose one of three container-handling equipment tenders. The criteria are handling speed, maintenance-history reliability, and energy efficiency; all three are "higher is better." Two of the tenders come from manufacturers new to the market, with a limited field-performance record. The operator therefore assesses every criterion with a truth-indeterminacy-falsity triple. Manufacturer documentation and a single reference port count as evidence in favour (T); the absence of an independent audit is collected separately as indeterminacy (I); any known failure records count as evidence against (F).
The method scores the three tenders, normalises, and computes the weighted sum. Suppose the result comes out as follows: the equipment with the highest handling speed also has the most limited field record, that is, the highest indeterminacy, and finishes second. The equipment with the best-documented maintenance history comes first.
The operator's hesitation is this. The first-place equipment's indeterminacy component is low, so the score function has not penalised it. The second-place equipment's higher speed is overshadowed by its indeterminacy. The operator could request an additional field audit for the second equipment to reduce its indeterminacy, and then re-test whether the order changes.
In the report: "The equipment has been assessed with truth-indeterminacy-falsity triples. The first-place equipment stands out because its maintenance history is well documented. The second-place equipment's indeterminacy component is high, so an additional field audit is recommended."
3. What Not to Do
In the illustrative example, taking only the T component of every triple and feeding it into crisp AROMAN, never using I or F, is the first mistake. This is not N-AROMAN but an incomplete crisp AROMAN, and it discards the indeterminacy information entirely. The second mistake is "correcting" A2's F component to 1 minus T minus I; this breaks the independence of the three components. The third mistake is reporting, as on the crisp AROMAN card, "I computed it with λ=0.5." This extension has no λ-based benefit-cost combination step; such a sentence refers to a parameter that does not exist.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/n-aroman
Bošković, S., Švadlenka, L., Jovčić, S., Dobrodolac, M., Simić, V., & Bačanin, N. (2023). An alternative ranking order method accounting for two-step normalization (AROMAN) — a case study of the electric vehicle selection problem. IEEE Access, 11, 39496–39507. DOI: 10.1109/ACCESS.2023.3265818
Smarandache, F. (1998). Neutrosophy: Neutrosophic Probability, Set, and Logic. American Research Press, Rehoboth. (no DOI)
Wang, H., Smarandache, F., Zhang, Y., & Sunderraman, R. (2010). Single valued neutrosophic sets. Multispace and Multistructure, 4, 410–413. (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