Description Usage Arguments Value Details References
View source: R/interval_judgement.R
A function to obtain the probabilities of rank reversals
1 | ahp.interval(lower, upper, nmatrices, norm_test)
|
lower |
A list of dataframes objects with the lower bounds for each pairwise comparison matrix |
upper |
A list of dataframes objects with the upper bounds for each pairwise comparison matrix |
nmatrices |
Integer, defines the total number of random matrices to generate |
norm_test |
Logical, if TRUE determines if the components of the right eigenvector of all the generated random pairwise comparison matrices are normally distributed, via the kolmogorov-smirnoff test |
A list of list, for each interval pairwise comparison matrix
List of random matrices (rm)
List of weight of rm
List of normalized weights of rm
List of largest eigenvalues
List of consistency indices
List of consistency ratios
Dataframe of normalized weights of consistent random matrices (crm)
Named vector, maximum value of the crm for each criteria
Named vector, minimum value of the crm for each criteria
Named vector, mean value of the crm for each criteria
Named vector, standard deviation value of the crm for each criteria
List of list with the normality test for each criteria
Vector, probabilities of rank reversal between two alternatives A_i and A_j
Vector, probabilities that a given alternative will reverse rank with other alternative
The probabilities p_i, i = 1, … , n that a given alternative will reverse rank with another alternative are given by
p_i=1-∏_{j=1}^n (1-p_{ij})
where p_{ij} is the probability of rank reversal for two alternatives, it is calculated considering different cases for the lower and upper bounds on the i and j components of the right eigenvector w and the probability cumulative distribution F_i(x_i):
Case | Condition | p_{ij} |
1 | w_j^L≤q w_i^L and w_i^U≤q w_j^U | F_j(w_i^U)-F_j(w_i^L) |
2 | w_i^L < w_j^L and w_j^U < w_i^U | F_i(w_j^U)-F_i(w_j^U) |
3 | w_i^L < w_j^L < w_i^U < w_j^U | (F_i(w_i^U)-F_i(w_j^L))(F_j(w_i^U)-F_j(w_j^L)) |
4 | w_j^L < w_i^L < w_j^U < w_i^U | (F_i(w_j^U)-F_i(w_i^L))(F_j(w_j^U)-F_j(w_i^L)) |
Saaty, Thomas L. y Vargas, Luis G.: Uncertainty and rank order in the analytic hierarchy process. European Journal of Operational Research, 1987, 32(1), pp. 107–117. ISSN 0377- 2217. doi: 10.1016/0377-2217(87)90275-X.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.