List

Independence Weight

Independence Weight Calculation is a method used in multi-criteria decision analysis, primarily designed to compute weights by considering the strength of collinearity among indicators. It is located in SPSSAU -> Comprehensive Evaluation -> Independence Weight

SPSSAU Operations

Simply drag the analysis items to the right panel and click 'Start'. In SPSSAU, a key parameter is the composite score:

Composite Score: When this parameter is selected, SPSSAU saves the composite score as a new column with a title like "CompScore_****."

SPSSAU Data Format

The independence weight calculation is used to compute indicator weights, with each indicator occupying a single column of data. The sample numbers in the figure serve only as identifiers and have no actual significance in the analysis.

Algorithm

1.Data Preparation

Gather the indicators to be analyzed and construct a data matrix X where rows represent decision objects, and columns represent various indicators.

2.Standardize the Data Matrix

Perform standardization to eliminate the influence of different units. A common standardization formula is:

xij=xijmin(xj)max(xj)min(xj)

xij represents the original data, and xij' represents the standardized data.

Note:

Note: There are various dimensionalization methods, including standardization, positive transformation, and negative transformation, which can be configured in SPSSAU -> Data Processing -> Generate Variables. The default SPSSAU algorithm does not include this step.

3.Calculate Multiple Correlation Coefficients for Each Indicator

Treat X1 as Y and the remaining X variables as independent variables, then perform linear regression to calculate the multiple correlation coefficient. A higher coefficient indicates a stronger relationship between X1 and other variables, implying weaker independence and a lower assigned weight.

Repeat this process for each X variable to obtain multiple correlation coefficient values.

4.Calculate Independence Weights

The formula is:

wj=1Rj

wj represents the weight of indicator j, and Ri is the multiple correlation coefficient.

5.Normalize Weights

Normalize the computed weights to ensure their sum equals 1:

wj=wjj=1nwj

6.Calculate Composite Score

The formula is:

CompScorei=j=1nwj×xij

  • CompScorei represents the composite score of sample i.
  • wj is the weight of indicator j.
  • xij is the value of item i in indicator j.
  • n is the number of evaluation indicators.

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】孙振球,徐勇勇. 医学统计学.第4版[M]. 人民卫生出版社,2017.