This page is published in English.
Weight Objective
Gini Coefficient Weighting - inequality-of-discrimination objective weighting
Weight_Objective (Gini inequality coefficient applied to normalised criterion column)
Gini, C.1912
Overview
Gini weight is proportional to the inequality of performance values across alternatives (after normalisation). A criterion where all alternatives perform identically gets G_j=0 → w_j=0. Higher inequality → higher weight. Unlike ENTROPY and SD, uses the Gini coefficient (mean absolute difference) instead of variance or entropy.
- Output
- Weight, higher is better
- Data
- Crisp, complete numeric matrix
- Weights
- Derived internally, no weight source needed
- Size
- 2+ alternatives, 3-12 criteria works best
- Used for
- Any (objective weighting)
How it works
- 1
Convert all criteria to benefit direction: for cost, x_ij → (max_k x_kj − x_ij). Normalise by column sum.
Adapted from Gini 1912 (Gini coefficient applied to MCDM normalised column; pending PDF page verification)
- 2
Compute Gini coefficient G_j for each criterion column: G_j = (Σ_i Σ_k |p_ij − p_kj|) / (2m² μ_j) where μ_j = mean(p_ij). Normalise: w_j = G_j / Σ G_l.
Gini 1912 adapted for MCDM (pending PDF page verification)
Look elsewhere when
- •No data variation (constant criterion). Weight degenerates.
- •Expert judgment is the actual driver. Use subjective weighting.
Assumptions to verify
- Decision matrix exists with measurable criteria
- Sufficient inter-alternative variation per criterion
Edge cases and pitfalls
Requires non-negative column values after direction conversion. If column contains zeros, G_j computation may still work (μ_j=0 case: assign G_j=0).
Works with
Commonly takes its weights from
Its derived weights can feed
How to cite
Gini, C. (1912). Variabilità e mutabilità. Studi economico-giuridici della R. Università di Cagliari.
System ID, as it appears in reports and the API
GINI-WEIGHT