consistency.index: A function to obtain the consistency index

Description Usage Arguments Details Examples

View source: R/interval_judgement.R

Description

A function to obtain the consistency index

Usage

1
consistency.index(lambda_max, n)

Arguments

lambda_max

largest eigenvalue

n

total number of criteria

Details

C.I. = \frac{λ_{max}-n}{n-1}

where λ_{max} is the largest eigenvalue and n represents the total number of criteria

Examples

1
consistency.index(lambda_max = 1, n = 6)

iaga/ahpsensitivity documentation built on Dec. 20, 2021, 5:57 p.m.