strictConsistency {FuzzyAHP}R Documentation

Function to assess strict consistency of Comparison Matrix

Description

Check if

a_{ik} = a_{ij} \times a_{jk}

applies for all i,j,k = 1,2,\dots,n, where n is size of a.

Usage

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.

Value

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.


[Package FuzzyAHP version 0.9.5 Index]