Function to assess strict consistency of Comparison Matrix
Function to assess strict consistency of Comparison Matrix
Check if [REMOVE_ME]aik=aij×ajka[i,k]==a[i,j]∗a[j,k][REMOVEME2] applies for all i,j,k=1,2,…,n, where n is size of a.
strictConsistency(PairwiseComparisonMatrix, print.report =TRUE)## S4 method for signature 'FuzzyPairwiseComparisonMatrix'strictConsistency(PairwiseComparisonMatrix, print.report =TRUE)## S4 method for signature 'PairwiseComparisonMatrix'strictConsistency(PairwiseComparisonMatrix, print.report =TRUE)
Arguments
PairwiseComparisonMatrix: A FuzzyPairwiseComparisonMatrix or PairwiseComparisonMatrix .
print.report: Optional boolean parameter stating if short report should be printed along with determination of Weak Consistency. Default value is TRUE.
Returns
Boolean value indicating if Comparison Matrix passed the weak consistency test and a warning message listing the problematic triplets if the matrix is not consisten.
Description
Check if
aik=aij×ajka[i,k]==a[i,j]∗a[j,k]
applies for all i,j,k=1,2,…,n, where n is size of a.