ahp-criteria-helper
Version:
A simple package that helps to find the weights of n criteria, and also calculate your consistency ratio.
10 lines • 859 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.calculateConsistency = exports.randomConsistencyIndex = exports.calculateWeights = void 0;
var calculate_consistency_1 = require("./calculate-consistency");
Object.defineProperty(exports, "calculateConsistency", { enumerable: true, get: function () { return calculate_consistency_1.calculateConsistency; } });
var calculate_weights_1 = require("./calculate-weights");
Object.defineProperty(exports, "calculateWeights", { enumerable: true, get: function () { return calculate_weights_1.calculateWeights; } });
var random_consistency_index_1 = require("./random-consistency-index");
Object.defineProperty(exports, "randomConsistencyIndex", { enumerable: true, get: function () { return random_consistency_index_1.randomConsistencyIndex; } });
//# sourceMappingURL=index.js.map