Arnavgoyal00 / Topsis-python-package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TOPSIS

Author: Arnav Goyal.

Type: Package.

Title: TOPSIS method for multiple-criteria decision making (MCDM).

Version: 1.1.0

Date: 2022-1-21

Maintainer: Arnav Goyal agoyal_be20@thapar.edu.

Description: Evaluation of alternatives based on multiple criteria using TOPSIS method..


What is TOPSIS?

Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) originated in the 1980s as a multi-criteria decision making method. TOPSIS chooses the alternative of shortest Euclidean distance from the ideal solution, and greatest distance from the negative-ideal solution.


How to install this package:

>> pip install Topsis_Arnav_102003760

In Command Prompt

>> topsis data.csv "1,1,1,1" "+,+,-,+" result.csv

License

© 2022 Arnav Goyal

This repository is licensed under the MIT license. See LICENSE for details.

About

License:MIT License


Languages

Language:Python 100.0%