Learn R Programming

FuzzyAHP (version 0.9.5)

fuzzyPairwiseComparisonMatrix1: Function that creates Fuzzy Pairwise Comparions Matrix

Description

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.

Usage

fuzzyPairwiseComparisonMatrix1(lowerValues, pairwiseComparisonMatrix, upperValues)

# S4 method for matrix,PairwiseComparisonMatrix,matrix fuzzyPairwiseComparisonMatrix1( lowerValues, pairwiseComparisonMatrix, upperValues )

Arguments

lowerValues

A matrix of "double" that consists of lower significant values.

pairwiseComparisonMatrix

'>PairwiseComparisonMatrix that consists of middle significant values.

upperValues

A matrix of "double" that consists of upper significant values.

Value

Object of class '>FuzzyPairwiseComparisonMatrix

Details

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.