UNPKG

ahp-criteria-helper

Version:

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

5 lines 299 B
import { calculateConsistency } from './calculate-consistency'; import { calculateWeights } from './calculate-weights'; import { randomConsistencyIndex } from './random-consistency-index'; export { calculateWeights, randomConsistencyIndex, calculateConsistency }; //# sourceMappingURL=index.d.ts.map