Ordered weighted averaging

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

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.[1][2] 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.

Definition

[edit | edit source]

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

F(a1,,an)=j=1nwjbj

where bj is the jth largest of the ai.

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.

Notable OWA operators

[edit | edit source]
 F(a1,,an)=max(a1,,an) if  w1=1 and  wj=0 for j1
 F(a1,,an)=min(a1,,an) if  wn=1 and  wj=0 for jn
 F(a1,,an)=average(a1,,an) if  wj=1n for all j[1,n]

Properties

[edit | edit source]

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

Bounded min(a1,,an)F(a1,,an)max(a1,,an)
Monotonic F(a1,,an)F(g1,,gn) if aigi for  i=1,2,,n
Symmetric F(a1,,an)=F(a𝝅(1),,a𝝅(𝒏)) if 𝝅 is a permutation map
Idempotent  F(a1,,an)=a if all  ai=a

Characterizing features

[edit | edit source]

Two features have been used to characterize the OWA operators. The first is the attitudinal character, also called orness.[1] This is defined as

AC(W)=1n1j=1n(nj)wj.

It is known that AC(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=1nwjln(wj).

An alternative definition is E(W)=j=1nwj2. The dispersion characterizes how uniformly the arguments are being used.

Type-1 OWA aggregation operators

[edit | edit source]

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.[3][4] 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 {Wi}i=1n 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=1n to aggregate the α-cuts of fuzzy sets {Ai}i=1n is given as

Φα(Aα1,,Aαn)={i=1nwiaσ(i)i=1nwi|wiWαi,aiAαi,i=1,,n}

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

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\limits WαiwiWα+iAαiaiAα+ii=1nwiaσ(i)/i=1nwi

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

Φα(Aα1,,Aαn)+=max\limits WαiwiWα+iAαiaiAα+ii=1nwiaσ(i)/i=1nwi

Zhou et al. presented a fast method to solve two programming problem so that the type-1 OWA aggregation operation can be performed efficiently.[5]

OWA for committee voting

[edit | edit source]

Amanatidis, Barrot, Lang, Markakis and Ries present voting rules for multi-issue voting, based on OWA and the Hamming distance.[6] Barrot, Lang and Yokoo study the manipulability of these rules.[7]

References

[edit | edit source]
  1. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).[page needed]
  3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  6. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  7. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).

Further reading

[edit | edit source]
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).