Supriya Ghosh (Editor)

Ordered weighted averaging aggregation operator

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In applied mathematics – specifically in fuzzy logic – the ordered weighted averaging (OWA) operators provide a parameterized class of mean type aggregation operators. They were introduced by Ronald R. Yager. Many notable mean operators such as the max, arithmetic average, median and min, are members of this class. They have been widely used in computational intelligence because of their ability to model linguistically expressed aggregation instructions.

Contents

Definition

Formally an OWA operator of dimension   n is a mapping F : R n R that has an associated collection of weights   W = [ w 1 , , w n ] lying in the unit interval and summing to one and with

F ( a 1 , , a n ) = j = 1 n w j b j

where b j is the jth largest of the a i .

By choosing different W one can implement different aggregation operators. The OWA operator is a non-linear operator as a result of the process of determining the bj.

Properties

The OWA operator is a mean operator. It is bounded, monotonic, symmetric, and idempotent, as defined below.

Notable OWA operators

  F ( a 1 , , a n ) = max ( a 1 , , a n ) if   w 1 = 1 and   w j = 0 for j 1   F ( a 1 , , a n ) = min ( a 1 , , a n ) if   w n = 1 and   w j = 0 for j n

Characterizing features

Two features have been used to characterize the OWA operators. The first is the attitudinal character(orness).

This is defined as

A C ( W ) = 1 n 1 j = 1 n ( n j ) w j .

It is known that A C ( W ) [ 0 , 1 ] .

In addition A − C(max) = 1, A − C(ave) = A − C(med) = 0.5 and A − C(min) = 0. Thus the A − C goes from 1 to 0 as we go from Max to Min aggregation. The attitudinal character characterizes the similarity of aggregation to OR operation(OR is defined as the Max).

The second feature is the dispersion. This defined as

H ( W ) = j = 1 n w j ln ( w j ) .

An alternative definition is E ( W ) = j = 1 n w j 2 . The dispersion characterizes how uniformly the arguments are being used ÀĚ

A literature survey: OWA (1988-2014)

The historical reconstruction of scientific development of the OWA field, the identification of the dominant direction of knowledge accumulation that emerged since the publication of the first OWA paper, and to discover the most active lines of research has recently been published, (see: http://onlinelibrary.wiley.com/doi/10.1002/int.21673/full). The results suggest, as expected, that Yager's paper[1] (IEEE Trans. Systems Man Cybernet, 18(1), 183–190, 1988) is the most influential paper and the starting point of all other research using OWA. Starting from his contribution, other lines of research developed and we describe them. Full list of papers published in OWA is also available at http://onlinelibrary.wiley.com/doi/10.1002/int.21673/full)

Type-1 OWA aggregation operators

The above Yager's OWA operators are used to aggregate the crisp values. Can we aggregate fuzzy sets in the OWA mechanism ? The Type-1 OWA operators have been proposed for this purpose. So the type-1 OWA operators provides us with a new technique for directly aggregating uncertain information with uncertain weights via OWA mechanism in soft decision making and data mining, where these uncertain objects are modelled by fuzzy sets.

The type-1 OWA operator is defined according to the alpha-cuts of fuzzy sets as follows:

Given the n linguistic weights { W i } i = 1 n in the form of fuzzy sets defined on the domain of discourse U = [ 0 , 1 ] , then for each α [ 0 , 1 ] , an α -level type-1 OWA operator with α -level sets { W α i } i = 1 n to aggregate the α -cuts of fuzzy sets { A i } i = 1 n is given as

Φ α ( A α 1 , , A α n ) = { i = 1 n w i a σ ( i ) i = 1 n w i | w i W α i , a i A α i , i = 1 , , n }

where W α i = { w | μ W i ( w ) α } , A α i = { x | μ A i ( x ) α } , and σ : { 1 , , n } { 1 , , n } is a permutation function such that a σ ( i ) a σ ( i + 1 ) , i = 1 , , n 1 , i.e., a σ ( i ) is the i th largest element in the set { a 1 , , a n } .

The computation of the type-1 OWA output is implemented by computing the left end-points and right end-points of the intervals Φ α ( A α 1 , , A α n ) : Φ α ( A α 1 , , A α n ) and Φ α ( A α 1 , , A α n ) + , where A α i = [ A α i , A α + i ] , W α i = [ W α i , W α + i ] . Then membership function of resulting aggregation fuzzy set is:

μ G ( x ) = α : x Φ α ( A α 1 , , A α n ) α α

For the left end-points, we need to solve the following programming problem:

Φ α ( A α 1 , , A α n ) = min W α i w i W α + i A α i a i A α + i i = 1 n w i a σ ( i ) / i = 1 n w i

while for the right end-points, we need to solve the following programming problem:

Φ α ( A α 1 , , A α n ) + = max W α i w i W α + i A α i a i A α + i i = 1 n w i a σ ( i ) / i = 1 n w i

This paper has presented a fast method to solve two programming problem so that the type-1 OWA aggregation operation can be performed efficiently.

References

Ordered weighted averaging aggregation operator Wikipedia