Description Usage Arguments Details Value Author(s) References Examples
AHP-TOPSIS-2N is a hybrid multi-criteria decision-making method build from the AHP (Analytic Hierarchy Process) and TOPSIS-2N (Technique for Order of Preference by Similarity to Ideal Solution - with two normalizations).
1 | ahptopsis2n(decision, criteria, minmax)
|
decision |
a matrix where rows correspond to the alternatives and columns correspond to criteria. |
criteria |
a matrix with pairwise comparison of criteria as in Analytic Hierarchy Process method. |
minmax |
a vector with objectives, minimize or maximize, to each criteria. |
criteria must be in the same order on the arguments.
a list with consistency ratio and two dataframes with priority sorting of the alternatives.
Raquel Coutinho rdouradocoutinho@gmail.com, Marcos dos Santos marcosdossantos@ime.eb.br
Souza, L. P. de, Gomes, C. F. S. and De Barros, A. P. (2018). Implementation of New Hybrid AHP–TOPSIS-2N Method in Sorting and Prioritizing of an it CAPEX Project Portfolio. International Journal of Information Technology & Decision Making. DOI: 10.1142/S0219622018500207.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.