For example John has 3 kinds of fruits to be compared and he made subjective judgment on which fruit he likes best, like the following
We can make a matrix from the 3 comparisons above. Because we have three comparisons, thus we have 3 by 3 matrix. The diagonal elements of the matrix are always 1 and we only need to fill up the upper triangular matrix. How to fill up the upper triangular matrix is using the following rules:
- If the judgment value is on the left side of 1, we put the actual judgment value.
- If the judgment value is on the right side of 1, we put the reciprocal value .
To fill the lower triangular matrix, we use the reciprocal values of the upper diagonal. If is the element of row column of the matrix, then the lower diagonal is filled using this formula
0 Response to "Pairwise Comparison Matrix"
Post a Comment