fuzzyPairwiseComparisonMatrix1-methods: Function that creates Fuzzy Pairwise Comparions Matrix

Description Usage Arguments Details Value

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

1
2
3
4
5
6
7
8
fuzzyPairwiseComparisonMatrix1(lowerValues, pairwiseComparisonMatrix, upperValues)

## S4 method for signature '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.

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.

Value

Object of class FuzzyPairwiseComparisonMatrix


FuzzyAHP documentation built on Dec. 6, 2019, 5:10 p.m.