This page is published in English.
Ranking
SPOTIS - Stable Preference Ordering Towards Ideal Solution
Normalised distance to ideal (rank-reversal free)
Dezert, J., Tchamova, A., Han, D., Tacnet, J. M.2020doi:10.23919/FUSION45008.2020.9190347 ↗
Overview
p_i ∈ [0,1]. Lower p means the alternative is closer to the ideal solution. SPOTIS is designed to be rank-reversal free: adding or removing alternatives does not change the relative ranking of existing alternatives, because the normalisation is based on fixed user-defined bounds, not on the alternatives themselves. Bounds [x_min_j, x_max_j] define the decision space and must be set by the decision-maker before evaluation.
- Output
- utility, lower is better
- Data
- Crisp, complete numeric matrix
- Weights
- Needs a weight source
- Size
- 2+ alternatives, 3-12 criteria works best
- Used for
- Alternative selection, Supplier evaluation
How it works
- 1
Define bounds S_j^{min}, S_j^{max} per criterion (Stable Preference).
Dezert 2020, p.3 Eq.(1)
- 2
Normalised distance from ideal δ_ij = |x_ij − S_j*| / (S_j^max − S_j^min).
Dezert 2020, p.3 Eq.(2)
- 3
Weighted aggregated distance D_i = Σ w_j δ_ij; ASCENDING ranking (smaller is better).
Dezert 2020, p.3 Eq.(3)
Look elsewhere when
Assumptions to verify
- Criteria preferences are independent (no synergistic interactions)
- Compensation is acceptable: high score on one criterion can offset low on another
- Decision matrix is complete (no missing values)
Edge cases and pitfalls
Ill-defined bounds (x_max_j = x_min_j): division by zero in distance formula - check E-4.
Bounds too narrow: alternatives outside bounds produce distances > 1 - bounds should encompass the full feasible range.
Works with
How to cite
Dezert, J.; Tchamova, A.; Han, D.; Tacnet, J. M. (2020). The SPOTIS rank reversal free method for multi-criteria decision-making support. 2020 IEEE 23rd International Conference on Information Fusion (FUSION). https://doi.org/10.23919/FUSION45008.2020.9190347
System ID, as it appears in reports and the API
SPOTIS