UNPKG

ahp-criteria-helper

Version:

A simple package that helps to find the weights of n criteria, and also calculate your consistency ratio.

6 lines (4 loc) 265 B
import { calculateConsistency } from './calculate-consistency'; import { calculateWeights } from './calculate-weights'; import { randomConsistencyIndex } from './random-consistency-index'; export { calculateWeights, randomConsistencyIndex, calculateConsistency };