Skip to main content

A Python package to find TOPSIS for MCDM (Multi-Criteria Decision Analysis Method)

Project description

Topsis

TOPSIS( Technique for order for preference by similarity to Ideal solution ) for MCDM (Multiple criteria decision making) in Python compiled by Chirag Gupta, 102103278, TIET, Patiala.

Installation

Use the package manager pip to install.

pip install topsis_chirag_102103278

Usage

Enter csv filename followed by .csv extentsion, then enter the weights vector with vector values separated by commas, followed by the impacts vector with comma separated signs (+,-) and enter the output file name followed by .csv extension.

topsis_chirag_102103278 [InputDataFile as .csv] [Weights as a string] [Impacts as a string] [ResultFileName as .csv]

Example

topsis_chirag_102103278 sample.csv "1,1,1,1" "-,+,+,+" output.csv

Sample Input

Fund P1 P2 P3 P4 P5
M1 0.72 0.52 7 56 16.06
M2 0.83 0.69 3.7 37 10.56
M3 0.81 0.66 4 30.4 8.97
M4 0.77 0.59 3.6 44.1 12.27
M5 0.82 0.67 7 34.6 10.77
M6 0.72 0.52 3 58.5 15.69
M7 0.85 0.72 4.2 50.5 14.07
M8 0.64 0.41 3 38.5 10.64

Sample Output

Fund P1 P2 P3 P4 P5 TOPSIS Score Rank
M1 0.72 0.52 7 56 16.06 0.6339125495800909 1
M2 0.83 0.69 3.7 37 10.56 0.3751667010618832 6
M3 0.81 0.66 4 30.4 8.97 0.4268895365063883 3
M4 0.77 0.59 3.6 44.1 12.27 0.3631574031053784 8
M5 0.82 0.67 7 34.6 10.77 0.6320591213396627 2
M6 0.72 0.52 3 58.5 15.69 0.3687064767204701 7
M7 0.85 0.72 4.2 50.5 14.07 0.3862956874804864 5
M8 0.64 0.41 3 38.5 10.64 0.4069761888395339 4

Please Note That

  • The first column and first row are removed by the library before processing, in attempt to remove indices and headers. So the csv MUST follow the format as shown in sample.csv shown in the Example section.
  • The input data file MUST contain three or more columns.
  • The second to last columns of the data file MUST contain NUMERIC values.
  • The number of weights, impacts and columns (second to last) MUST be SAME.
  • Impacts MUST either be '+' or '-'.
  • Impacts and Weights MUST be separated by , (comma).

License

© 2024 Chirag Gupta

This repository is licensed under MIT License. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

topsis_chirag_102103278-1.0.4.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

topsis_chirag_102103278-1.0.4-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file topsis_chirag_102103278-1.0.4.tar.gz.

File metadata

  • Download URL: topsis_chirag_102103278-1.0.4.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for topsis_chirag_102103278-1.0.4.tar.gz
Algorithm Hash digest
SHA256 d09341f3d6e0b1be2c92bd51f6a30df4f74ea2278d587ab9f1e695564eb88936
MD5 3e67ac0d723fc0412aac95c1a00976d9
BLAKE2b-256 a9ecbb6afc69296814c8bbf96e3e9b7c9a955e31a1407976da60f9a322818679

See more details on using hashes here.

File details

Details for the file topsis_chirag_102103278-1.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for topsis_chirag_102103278-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e0e98fd8d25605cbc6c63277b7e5ed2a12408a4a7aacc2baaf833eda04768b5e
MD5 4650f0188d8ac8442d2170425555526b
BLAKE2b-256 eb93b960b21e8e9fa713c6492c7bbc134529f82581a19de3f2dbe86b121b08e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page