List

Entropy Weight Topsis

Entropy Weight Topsis is a multi-attribute decision analysis method that combines the entropy method with the TOPSIS method. It essentially follows the TOPSIS approach but applies entropy-based weighting before performing TOPSIS calculations. It is located in SPSSAU -> Comprehensive Evaluation -> Entropy Weight Topsis.

SPSSAU Operations

To begin, drag the analysis items to the right-side box and click 'Start'. The research objects can be dragged to the 'Label' box for analysis. SPSSAU includes the parameter Save Process Values.

Save Process Values: When selected, SPSSAU saves 'Distance to Positive Ideal', 'Distance to Negative Ideal', and Relative Closeness (C) as new titles similar to "DPlus_****", "DMinus_****", and "C_****".

SPSSAU Data Format

Entropy Method determines the weight of indicators, where each indicator corresponds to one column of data. Sample IDs are identifiers only and are generally year-based data that do not need to be included in the analysis

Algorithm

Steps for Entropy Weight Topsis:

1.Prepare the Matrix

Prepare the data matrix as follows:

X=(x11x12x13x1nx21x22x23x2nxm1xm2xm3xmn)

Note:

Researchers may need to standardize the data. This can be done by SPSSAU -> Data Processing -> Generate Variables.

2.Non-negative Shift

If any column in the original data matrix X contains values <= 0, SPSSAU automatically applies a 'non-negative shift' of 0.01 to get Xnew:

xij=|min(xj)|+0.01

When x*j <= 0, the system applies the above processing.

Note:

Researchers can also manually apply this shift by SPSSAU -> Data Processing -> Generate Variables.

3.Entropy-Based Weight Calculation

Calculate weights using the entropy method:

W=(w1w2w3wn)

4.Obtain Weighted Data

Apply the entropy-based weights to obtain the weighted data matrix:

Xnew2=(x11w1x12w2x13w3x1nwnx21w1x22w2x23w3x2nwnxm1w1xm2w2xm3w3xmnwn)

5.Conduct the TOPSIS analysis using Xnew2.

6.SPSSAU also outputs average evaluation indicators based on , which may include data after 'non-negative shift'.

References

【1】The SPSSAU project (2024). SPSSAU. (Version 24.0) [Online Application Software]. Retrieved from https://www.spssau.com.

【2】周俊,马世澎. SPSSAU科研数据分析方法与应用.第1版[M]. 电子工业出版社,2024.

【3】Chen C T. Extensions of the TOPSIS for group decision-making under fuzzy environment[J]. Fuzzy Sets & Systems, 2000, 114(1):1-9.

【4】孙振球,徐勇勇. 医学统计学.第4版[M]. 人民卫生出版社,2017.