Metadata-Version: 2.1
Name: Topsis-Arnav-102003760
Version: 1.0.0
Summary: It evaluates alternatives based on multiple criteria using TOPSIS method
Author: Arnav Goyal
Author-email: <agoyal_be20@thapar.edu>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE


# TOPSIS



Author: **Arnav Goyal**.



Type: **Package**.



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



Version: **1.0.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?



**T**echnique for **O**rder **P**reference by **S**imilarity to **I**deal **S**olution

(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.



<br>



## 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.





