Description Usage Arguments Details Examples
View source: R/interval_judgement.R
A function to obtain the consistency index
1 | consistency.index(lambda_max, n)
|
lambda_max |
largest eigenvalue |
n |
total number of criteria |
C.I. = \frac{λ_{max}-n}{n-1}
where λ_{max} is the largest eigenvalue and n represents the total number of criteria
1 | consistency.index(lambda_max = 1, n = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.