This page is published in English.
Ranking
Fuzzy AROMAN - Fuzzy extension of AROMAN
Fuzzy outranking/ranking - Triangular Fuzzy Number (TFN: l, m, u)
Bošković et al.2023doi:10.1109/access.2023.3265818 ↗
Overview
fuzzy-aroman extends AROMAN to handle Fuzzy uncertainty. All arithmetic operations (normalisation, weighting, distance computation) are performed using Triangular Fuzzy Number (TFN: l, m, u) algebra. The final scores are defuzzified via centroid (l+m+u)/3 before ranking.
- Output
- utility, higher is better
- Data
- Fuzzy (TFN), uncertainty tuples complete
- Weights
- Needs a weight source
- Size
- 2+ alternatives, 3-10 criteria works best
- Used for
- Fuzzy (Triangular) MCDM, MAGDM under epistemic uncertainty, expert-driven evaluation with linguistic terms
How it works
- 1
Extract TFN decision matrix X̃=[x̃ij] and weights w̃j=(wjα,wjβ,wjγ).
- 2
Vector (Euclidean) normalisation per column using COA defuzzified values: d̃ij = x̃ij / sqrt(Σi COA(x̃ij)²).
- 3
Min-max normalisation on vector-normalised TFNs: benefit r̃ij = d̃ij / max_i COA(d̃ij); cost r̃ij = min_i COA(d̃ij) / d̃ij.
- 4
Weighted TFN product: ṽij = r̃ij ⊗ w̃j = (rijα·wjα, rijβ·wjβ, rijγ·wjγ).
- 5
Compute AROMAN score Qi = Σj COA(ṽij) and rank alternatives in descending order; highest Qi is best.
Fits when / Look elsewhere when
Fits when
- •Preserves fuzzy_TFN uncertainty through the pipeline rather than premature crispification at elicitation
- •Native group-decision support (multi-DM aggregation built into the pipeline)
Look elsewhere when
- •Crisp data sufficient - use base AROMAN directly (avoid unnecessary uncertainty layer)
- •Aggregation operator (PFWA/PFOWA/etc.) not specified - output ambiguous
Assumptions to verify
- Decision matrix entries are valid Fuzzy (Triangular) numbers/tuples
- Underlying crisp method's compensation assumption holds in uncertain space
- All decision-maker(s) and experts use the same linguistic/uncertainty scale
Edge cases and pitfalls
Value-space violation: ensure all entries satisfy TFN: l ≤ m ≤ u, all ≥ 0 before computation.
Defuzzification method affects ranking: centroid (l+m+u)/3 is the canonical choice but alternatives exist.
Works with
Commonly takes its weights from
How to cite
Bošković et al. (2023). Fuzzy Alternative Ranking Order Method Accounting for two-step Normalization. IEEE Access. https://doi.org/10.1109/access.2023.3265818
System ID, as it appears in reports and the API
FUZZY-AROMAN