---
title: 'WASPAS: Hybrid Weighted Sum-Product Assessment'
url: https://www.emergentmind.com/topics/weighted-aggregated-sum-product-assessment-waspas
type: topic
---

# WASPAS: Hybrid Weighted Sum-Product Assessment

Searching arXiv for recent and foundational material on WASPAS and related extensions.
arxiv_search(query="WASPAS Zavadskas 2012 arXiv Weighted Aggregated Sum Product Assessment", max_results=10)
arxiv_search(query="2509.06388", max_results=5)
arxiv_search(query="2501.12251 CASPAS WASPAS", max_results=5)
arxiv_search(query="2201.01027 CRITIC-WASPAS interval-valued q-rung orthogonal fuzzy", max_results=5)
Weighted Aggregated Sum Product Assessment (WASPAS) is a hybrid multi-criteria decision-making (MCDM) method that converts an alternatives-criteria matrix into a single performance score per alternative by combining the additive logic of the weighted sum model with the multiplicative logic of the weighted product model. In the aggregation-type taxonomy, it belongs to methods that transform an alternatives-criteria matrix into one scalar score per alternative through additive, multiplicative, or hybrid manipulations for ranking purposes [2509.06388]. WASPAS is designed to retain the transparency and proportional compensation of Simple Additive Weighting while also incorporating the “all-criteria-must-be-reasonable” property of Multiplicative Exponent Weighting, with the balance between these two components controlled by a parameter $\lambda \in [0,1]$ [2509.06388].

## 1. Methodological position within aggregation-type MCDM

WASPAS is presented alongside Simple Additive Weighting (SAW), Multiplicative Exponent Weighting (MEW), Analytic Hierarchy Process (AHP), Analytic Network Process (ANP), Complex Proportional Assessment (COPRAS), Multi-Objective Optimization on the basis of Ratio Analysis (MOORA), and Faire Un Choix Adequat (FUCA) as one of the selected aggregation-type MCDM methods that rank alternatives by reducing an alternatives-criteria matrix to a single performance score [2509.06388]. Its defining characteristic is hybridity: it combines a weighted arithmetic aggregation and a weighted geometric aggregation rather than relying exclusively on one of them.

The method is motivated by the observation that additive and multiplicative aggregation encode different compensability regimes. The additive component preserves interpretability and proportional scaling, whereas the multiplicative component penalizes very low criterion performance more strongly [2509.06388]. This suggests that WASPAS occupies an intermediate position between highly compensatory and less compensatory aggregation rules. A plausible implication is that it is especially attractive when neither pure linear trade-off behavior nor pure multiplicative strictness is normatively sufficient.

The 2025 solar-panel study situates WASPAS in the literature as a method proposed by Zavadskas et al. (2012) for MCDM problems with known importance weights, emphasizing that its core purpose is to strengthen ranking robustness by blending the Weighted Sum Model (WSM) and the Weighted Product Model (WPM) [2501.12251]. In that account, the balancing parameter is denoted $\alpha$ rather than $\lambda$, but the functional role is the same: $\alpha=1$ yields the purely additive regime, $\alpha=0$ yields the purely multiplicative regime, and $\alpha=0.5$ is commonly used to assign equal importance to both components [2501.12251].

## 2. Formal structure, notation, and score construction

In the notation used for the method, alternatives are indexed by $i \in \{1,2,\dots,m\}$ and criteria by $j \in \{1,2,\dots,n\}$. The raw alternatives-criteria matrix entry is $f_{ij}$, the normalized criterion value is $F_{ij}$, and the criterion weight is $W_j$, with $\sum_{j=1}^{n} W_j = 1$ [2509.06388]. Benefit criteria are to be maximized, whereas cost criteria are transformed so that larger normalized values are always preferable [2509.06388].

For the chapter formulation, WASPAS uses max normalization for benefit criteria and min/inverse normalization for cost criteria:
$$
F_{ij}=\frac{f_{ij}}{\max_k f_{kj}}
\quad\text{for benefit criteria,}
$$
$$
F_{ij}=\frac{\min_k f_{kj}}{f_{ij}}
\quad\text{for cost criteria.}
$$
These transformations place all criteria on a common benefit scale in which larger $F_{ij}$ indicates better performance [2509.06388]. The solar-panel paper describes the same crisp WASPAS normalization in conventional $x_{ij}$ notation:
$$
r_{ij}=\frac{x_{ij}}{\max_i x_{ij}}
\quad\text{for benefit criteria,}
\qquad
r_{ij}=\frac{\min_i x_{ij}}{x_{ij}}
\quad\text{for cost criteria.}
$$
It also notes that other normalization variants exist, including sum-based normalization [2501.12251].

WASPAS then computes two component scores. The additive score is
$$
S_i=\sum_{j=1}^{n} W_j F_{ij},
$$
and the multiplicative score is
$$
P_i=\prod_{j=1}^{n} (F_{ij})^{W_j}.
$$
The final aggregated score is
$$
Q_i=\lambda S_i + (1-\lambda)P_i,
$$
with $\lambda \in [0,1]$ [2509.06388]. In the alternative notation of the solar-panel paper, these are written as
$$
Q_i^{(1)}=\sum_{j=1}^{m} w_j r_{ij}, \qquad
Q_i^{(2)}=\prod_{j=1}^{m} r_{ij}^{w_j}, \qquad
Q_i(\alpha)=\alpha Q_i^{(1)}+(1-\alpha)Q_i^{(2)}.
$$
The notational difference does not alter the underlying mechanism [2501.12251].

The limiting cases are explicit. Setting $\lambda=1$ recovers SAW, and setting $\lambda=0$ recovers MEW [2509.06388]. The same statement appears in the alternative notation with $\alpha$ replacing $\lambda$ [2501.12251]. A common default is $\lambda=0.5$, which weights the additive and multiplicative components equally [2509.06388].

## 3. Computational procedure and algorithmic interpretation

The chapter gives a stepwise algorithm for WASPAS. Given an alternatives-criteria matrix $f_{ij}$, criterion weights $W_j$, and criterion types labeled as benefit or cost, the procedure is: normalize the matrix; compute the additive score $S_i$; compute the multiplicative score $P_i$; aggregate them into $Q_i$ using $\lambda$; and rank alternatives in descending order of $Q_i$ [2509.06388]. In schematic pseudocode form, the method computes column maxima and minima, populates the normalized matrix according to benefit/cost type, evaluates $S[i]$, $P[i]$, and $Q[i]$, and finally sorts by descending $Q$ [2509.06388].

The method is computationally lightweight. Its operations are simple normalization, weighted sums, weighted products, and a linear blend [2509.06388]. The chapter characterizes it as straightforward and computationally efficient and states that it scales well with the numbers of alternatives and criteria [2509.06388]. The CASPAS paper makes a parallel point indirectly by contrasting WASPAS with its Choquet-generalized extension: when interaction modeling is introduced, per-alternative processing requires sorting criterion values and evaluating Choquet-based operators; the implication is that the classic WASPAS pipeline is materially simpler when interdependencies are not modeled [2501.12251].

Interpretively, the additive component $S_i$ is directly readable as a weighted sum, whereas the multiplicative component $P_i$ behaves as a weighted geometric-type aggregation in which very low normalized values can strongly depress the overall score [2509.06388]. This difference is central to the role of $\lambda$: it governs how much compensation across criteria is permitted. The chapter states that WASPAS allows compensation governed by the SAW-versus-MEW balance and implicitly assumes that criteria can be aggregated without interaction terms, that is, under an independence assumption [2509.06388].

## 4. Worked example and comparative ranking behavior

A common numerical example in the chapter uses four alternatives $A_1,A_2,A_3,A_4$ and three criteria $C_1$ (benefit), $C_2$ (benefit), and $C_3$ (cost), with weights $W_1=0.25$, $W_2=0.33$, and $W_3=0.42$ [2509.06388]. The raw matrix entries are:
- $C_1$: $f_{11}=0.93$, $f_{21}=0.51$, $f_{31}=0.77$, $f_{41}=0.82$
- $C_2$: $f_{12}=600$, $f_{22}=700$, $f_{32}=500$, $f_{42}=400$
- $C_3$: $f_{13}=398.2$, $f_{23}=305.5$, $f_{33}=152.5$, $f_{43}=143.8$ [2509.06388]

After normalization, the chapter reports:
- $A_1$: $(1.0000, 0.8571, 0.3612)$
- $A_2$: $(0.5484, 1.0000, 0.4708)$
- $A_3$: $(0.8280, 0.7143, 0.9430)$
- $A_4$: $(0.8817, 0.5714, 1.0000)$ [2509.06388]

The corresponding SAW and MEW component scores are:
- $S_1=0.6846$, $P_1=0.6197$
- $S_2=0.6648$, $P_2=0.6271$
- $S_3=0.8388$, $P_3=0.8329$
- $S_4=0.8290$, $P_4=0.8056$ [2509.06388]

With $\lambda=0.5$, the final WASPAS scores are:
- $Q_1=0.6521$
- $Q_2=0.6460$
- $Q_3=0.8358$
- $Q_4=0.8173$ [2509.06388]

The resulting ranking is
$$
A_3 > A_4 > A_1 > A_2.
$$
For the same alternatives-criteria matrix, the chapter reports the following rankings for other methods [2509.06388]:

| Method | Ranking |
|---|---|
| SAW | $A_3 > A_4 > A_1 > A_2$ |
| MEW | $A_3 > A_4 > A_2 > A_1$ |
| COPRAS | $A_3 > A_4 > A_1 > A_2$ |
| MOORA | $A_3 > A_4 > A_2 > A_1$ |
| FUCA | $A_4 > A_3 > A_1 = A_2$ |
| WASPAS ($\lambda=0.5$) | $A_3 > A_4 > A_1 > A_2$ |

This comparison is significant because it shows that WASPAS may align with either its additive or multiplicative component on some positions while differing on others. In the common example, WASPAS agrees with SAW on the full ordering, whereas MEW and MOORA swap the relative positions of $A_1$ and $A_2$ [2509.06388]. The chapter uses this consolidated outcome to reinforce a broader recommendation: multiple MCDM methods may identify the same top alternative while disagreeing on lower ranks, so sensitivity analyses and method triangulation are often appropriate [2509.06388].

## 5. Strengths, weaknesses, and recurrent implementation issues

The chapter lists several practical strengths. WASPAS is straightforward and computationally efficient; its hybrid structure combines interpretability and proportional scaling from the additive component with anti-compensatory pressure from the multiplicative component [2509.06388]. The solar-panel paper reiterates that it is used when decision makers want a simple, transparent, and computationally efficient method that balances sum-type and product-type aggregation [2501.12251].

Its principal weaknesses are also explicit. First, the method is sensitive to the choice of $\lambda$, and selecting $\lambda$ is itself an additional decision problem [2509.06388]. Second, zero or extremely small normalized values can cause the multiplicative component $P_i$ to collapse or become overly punitive [2509.06388]. Third, like most normalization-based aggregation methods, WASPAS is vulnerable to rank reversal when alternatives are added or removed, because the normalization denominators depend on observed maxima and minima [2509.06388].

Several implementation nuances follow directly from these properties. The normalization choice matters: the chapter uses max normalization, but it notes that different schemes such as vector or sum normalization can change $F_{ij}$ and therefore $S_i$, $P_i$, and $Q_i$ [2509.06388]. Benefit-versus-cost handling also matters because the method assumes monotonicity after normalization: once transformed, larger normalized values must always be better [2509.06388]. The chapter further notes that ties are not explicitly addressed; a reasonable practice is to report ties or apply secondary criteria [2509.06388].

Other issues are discussed as practical rather than formal components of the method. Missing values and zero-variance criteria are not handled in the chapter; it states that, in practice, missing data require imputation or exclusion, while zero-variance criteria contribute no discrimination and can be dropped [2509.06388]. For very small normalized values, the multiplicative score may underflow numerically, and log-domain computations can mitigate this even though such stabilization is not discussed in the chapter itself [2509.06388]. These points help clarify a common misconception: WASPAS is not merely a matter of substituting a formula for a ranking. Its behavior depends materially on preprocessing, normalization, and the numerical properties of the data matrix.

## 6. Parameter sensitivity, interpretation of compensability, and method selection

The balancing parameter is the central control variable in WASPAS. The chapter states that varying $\lambda$ between $0$ and $1$ smoothly transitions the ranking toward MEW or SAW, respectively, and recommends $\lambda=0.5$ as a common default [2509.06388]. No detailed $\lambda$-sensitivity results are reported for the common alternatives-criteria matrix, but an exercise in the chapter suggests performing such an analysis [2509.06388]. The solar-panel paper makes the same recommendation in the classical setting: if there is no strong reason to privilege sum-type or product-type aggregation, $\alpha=0.5$ is a natural starting point [2501.12251].

The interpretation of $\lambda$ is not purely technical; it encodes a choice about compensability. Increasing $\lambda$ emphasizes interpretability and proportionality associated with the additive component, whereas decreasing it emphasizes the stronger penalization of low-performing criteria associated with the multiplicative component [2509.06388]. The CASPAS paper phrases the same distinction as a choice between less punitive “sum-like” behavior and stronger multiplicative/geometric effects [2501.12251]. This suggests that the parameter can be read as a policy variable governing tolerance for trade-offs across criteria.

The chapter also situates WASPAS relative to alternative MCDM families. It states that WASPAS is preferable to AHP or ANP when the problem is represented by an objective alternatives-criteria matrix and the aim is fast, transparent aggregation with tunable compensability, whereas AHP or ANP are appropriate when subjective pairwise comparisons, hierarchies, or network interdependencies are central [2509.06388]. Relative to MOORA and COPRAS, the chapter states that WASPAS is often preferable when both additive and multiplicative perspectives are relevant and a single parameter is desired to control that balance [2509.06388].

A second misconception concerns robustness. The 2022 interval-valued q-rung orthogonal fuzzy study reports that, in its case study, rankings were invariant to changes in $\lambda$, with WASPAS scores remaining between the weighted-sum and weighted-product components [2201.01027]. That result should not be generalized indiscriminately: the chapter explicitly identifies sensitivity to $\lambda$ as a weakness of the method in general [2509.06388]. The combined reading implies that robustness to $\lambda$ is empirical and dataset-dependent rather than guaranteed by the method’s structure.

## 7. Extensions beyond the classical independent-criteria formulation

A major line of extension generalizes WASPAS to environments where classical weighted aggregation is inadequate. The CASPAS methodology, introduced for solar panel selection, is a Choquet Aggregated Sum Product Assessment method that generalizes WASPAS by replacing WSM and WPM with Choquet-based sum and product aggregations in order to model interdependencies among criteria via fuzzy measures [2501.12251]. In this framework, the final significance degree is
$$
SD_i=\varepsilon\, CSM_i \oplus (1-\varepsilon)\, CPM_i,
$$
with $\varepsilon \in [0,1]$ playing a role analogous to $\alpha$ in classical WASPAS [2501.12251]. The extension is built in a disc intuitionistic fuzzy set (D-IFS) environment, where each evaluation carries membership, non-membership, and a radius component, and ranking is performed through D-IFS score and accuracy functions [2501.12251].

The conceptual importance of CASPAS lies in a limitation of standard WASPAS that is explicit in the chapter: classical WASPAS assumes criteria can be aggregated without interaction terms [2509.06388]. CASPAS addresses precisely this issue by using capacities and discrete Choquet integrals to model synergy and redundancy among criteria [2501.12251]. The paper proves a reduction property: when the capacity is additive and there are no interactions, the Choquet arithmetic operator reduces to weighted arithmetic aggregation and the Choquet geometric operator reduces to weighted geometric aggregation, so CASPAS becomes consistent with classical WASPAS under criterion independence [2501.12251].

Another extension integrates WASPAS with CRITIC weighting, Yager operators, and interval-valued q-rung orthogonal fuzzy numbers for group decision-making with unknown weights [2201.01027]. In this formulation, decision-maker weights are derived through similarity-based weighting, attribute weights are obtained objectively through CRITIC and then converted to real-valued weights, and WASPAS is implemented by replacing the classical weighted-sum and weighted-product steps with interval-valued q-rung orthogonal fuzzy Yager weighted average and Yager weighted geometric operators [2201.01027]. The final mixture retains the familiar form
$$
r_i=\lambda Q_i^{(1)}+(1-\lambda)Q_i^{(2)},
$$
followed by score-based ranking [2201.01027]. The hypertension risk-management case yields the ranking
$$
y_2 > y_1 > y_3 > y_4 > y_5,
$$
with $\lambda=0.5$, and the result is reported as consistent with the experts’ judgments [2201.01027].

These developments clarify the boundary of the original method. Classical WASPAS is a hybrid scalar aggregation procedure for an objective alternatives-criteria matrix under independent criteria and explicit weights [2509.06388]. Its later variants preserve the same sum-product fusion idea while modifying the representational layer: Choquet capacities are introduced when criterion interactions matter [2501.12251], and interval-valued q-rung orthogonal fuzzy structures are introduced when uncertainty, group heterogeneity, and unknown weights must be handled jointly [2201.01027]. A plausible implication is that the enduring core of WASPAS is not a particular normalization formula alone, but the controlled interpolation between additive and multiplicative evaluation regimes.

Source: https://www.emergentmind.com/topics/weighted-aggregated-sum-product-assessment-waspas