UNPKG

ahp-criteria-helper

Version:

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

2 lines 168 B
export declare const calculateConsistency: (matrix: Array<Array<number>>, weights?: number[] | undefined) => number; //# sourceMappingURL=calculate-consistency.d.ts.map