This methods construct object '>FuzzyPairwiseComparisonMatrix based on provided '>PairwiseComparisonMatrix and two matrices that form lower an upper significant values of the '>PairwiseComparisonMatrix that form middle significant value.
fuzzyPairwiseComparisonMatrix1(lowerValues, pairwiseComparisonMatrix, upperValues)# S4 method for matrix,PairwiseComparisonMatrix,matrix
fuzzyPairwiseComparisonMatrix1(
lowerValues,
pairwiseComparisonMatrix,
upperValues
)
A matrix of "double"
that consists of lower significant values.
A matrix of "double"
that consists of upper significant values.
This function allows user to specify fuzzy pairwise comparison matrix that is not based on fuzzy scale but rely more on user's specification. The middle significant values have to be definied by '>PairwiseComparisonMatrix to ensure some elementary properties. The significant values provided to this function have to be correctly ordered and fuzzy numbers have to be reciprocal otherwise the function fails.