- Source: Shapley value
The Shapley value is a solution concept in cooperative game theory. It was named in honor of Lloyd Shapley, who introduced it in 1951 and won the Nobel Memorial Prize in Economic Sciences for it in 2012. To each cooperative game it assigns a unique distribution (among the players) of a total surplus generated by the coalition of all players. The Shapley value is characterized by a collection of desirable properties. Hart (1989) provides a survey of the subject.
Formal definition
Formally, a coalitional game is defined as:
There is a set N (of n players) and a function
v
{\displaystyle v}
that maps subsets of players to the real numbers:
v
:
2
N
→
R
{\displaystyle v\colon 2^{N}\to \mathbb {R} }
, with
v
(
∅
)
=
0
{\displaystyle v(\emptyset )=0}
, where
∅
{\displaystyle \emptyset }
denotes the empty set. The function
v
{\displaystyle v}
is called a characteristic function.
The function
v
{\displaystyle v}
has the following meaning: if S is a coalition of players, then
v
{\displaystyle v}
(S), called the worth of coalition S, describes the total expected sum of payoffs the members of
S
{\displaystyle S}
can obtain by cooperation.
The Shapley value is one way to distribute the total gains to the players, assuming that they all collaborate. It is a "fair" distribution in the sense that it is the only distribution with certain desirable properties listed below. According to the Shapley value, the amount that player i is given in a coalitional game
(
v
,
N
)
{\displaystyle (v,N)}
is
φ
i
(
v
)
=
∑
S
⊆
N
∖
{
i
}
|
S
|
!
(
n
−
|
S
|
−
1
)
!
n
!
(
v
(
S
∪
{
i
}
)
−
v
(
S
)
)
{\displaystyle \varphi _{i}(v)=\sum _{S\subseteq N\setminus \{i\}}{\frac {|S|!\;(n-|S|-1)!}{n!}}(v(S\cup \{i\})-v(S))}
=
1
n
∑
S
⊆
N
∖
{
i
}
(
n
−
1
|
S
|
)
−
1
(
v
(
S
∪
{
i
}
)
−
v
(
S
)
)
{\displaystyle \quad \quad \quad ={\frac {1}{n}}\sum _{S\subseteq N\setminus \{i\}}{n-1 \choose |S|}^{-1}(v(S\cup \{i\})-v(S))}
where n is the total number of players and the sum extends over all subsets S of N not containing player i, including the empty set. Also note that
(
n
k
)
{\displaystyle {n \choose k}}
is the binomial coefficient. The formula can be interpreted as follows: imagine the coalition being formed one actor at a time, with each actor demanding their contribution
v
(
S
∪
{
i
}
)
−
v
(
S
)
{\displaystyle v(S\cup \{i\})-v(S)}
as a fair compensation, and then for each actor take the average of this contribution over the possible different permutations in which the coalition can be formed.
An alternative equivalent formula for the Shapley value is:
φ
i
(
v
)
=
1
n
!
∑
R
[
v
(
P
i
R
∪
{
i
}
)
−
v
(
P
i
R
)
]
{\displaystyle \varphi _{i}(v)={\frac {1}{n!}}\sum _{R}\left[v(P_{i}^{R}\cup \left\{i\right\})-v(P_{i}^{R})\right]}
where the sum ranges over all
n
!
{\displaystyle n!}
orders
R
{\displaystyle R}
of the players and
P
i
R
{\displaystyle P_{i}^{R}}
is the set of players in
N
{\displaystyle N}
which precede
i
{\displaystyle i}
in the order
R
{\displaystyle R}
.
= In terms of synergy
=From the characteristic function
v
{\displaystyle v}
one can compute the synergy that each group of players provides. The synergy is the unique function
w
:
2
N
→
R
{\displaystyle w\colon 2^{N}\to \mathbb {R} }
, such that
v
(
S
)
=
∑
R
⊆
S
w
(
R
)
{\displaystyle v(S)=\sum _{R\subseteq S}w(R)}
for any subset
S
⊆
N
{\displaystyle S\subseteq N}
of players. In other words, the 'total value' of the coalition
S
{\displaystyle S}
comes from summing up the synergies of each possible subset of
S
{\displaystyle S}
.
Given a characteristic function
v
{\displaystyle v}
, the synergy function
w
{\displaystyle w}
is calculated via
w
(
S
)
=
∑
R
⊆
S
(
−
1
)
|
S
|
−
|
R
|
v
(
R
)
{\displaystyle w(S)=\sum _{R\subseteq S}(-1)^{|S|-|R|}v(R)}
using the Inclusion exclusion principle. In other words, the synergy of coalition
S
{\displaystyle S}
is the value
v
(
S
)
{\displaystyle v(S)}
, which is not already accounted for by its subsets.
The Shapley values are given in terms of the synergy function by
φ
i
(
v
)
=
∑
i
∈
S
⊆
N
w
(
S
)
|
S
|
{\displaystyle \varphi _{i}(v)=\sum _{i\in S\subseteq N}{\frac {w(S)}{|S|}}}
where the sum is over all subsets
S
{\displaystyle S}
of
N
{\displaystyle N}
that include player
i
{\displaystyle i}
.
This can be interpreted as
φ
i
(
v
)
=
∑
coalitions including i
synergy of the coalition
number of members in the coalition
{\displaystyle \varphi _{i}(v)=\sum _{\text{coalitions including i}}{\frac {\text{synergy of the coalition}}{\text{number of members in the coalition}}}}
In other words, the synergy of each coalition is divided equally between all members.
Examples
= Business example
=Consider a simplified description of a business. An owner, o, provides crucial capital in the sense that, without him/her, no gains can be obtained. There are m workers w1,...,wm, each of whom contributes an amount p to the total profit. Let
N
=
{
o
,
w
1
,
…
,
w
m
}
.
{\displaystyle N=\{o,w_{1},\ldots ,w_{m}\}.}
The value function for this coalitional game is
v
(
S
)
=
{
(
|
S
|
−
1
)
p
if
o
∈
S
,
0
otherwise
.
{\displaystyle v(S)={\begin{cases}(|S|-1)p&{\text{if }}o\in S\;,\\0&{\text{otherwise}}\;.\\\end{cases}}}
Computing the Shapley value for this coalition game leads to a value of mp/2 for the owner and p/2 for each one of the m workers.
This can be understood from the perspective of synergy. The synergy function
w
{\displaystyle w}
is
w
(
S
)
=
{
p
,
if
S
=
{
o
,
w
i
}
0
,
otherwise
{\displaystyle w(S)={\begin{cases}p,&{\text{if }}S=\{o,w_{i}\}\\0,&{\text{otherwise}}\\\end{cases}}}
so the only coalitions that generate synergy are one-to-one between the owner and any individual worker.
Using the above formula for the Shapley value in terms of
w
{\displaystyle w}
we compute
φ
w
i
=
w
(
{
o
,
w
i
}
)
2
=
p
2
{\displaystyle \varphi _{w_{i}}={\frac {w(\{o,w_{i}\})}{2}}={\frac {p}{2}}}
and
φ
o
=
∑
i
=
1
m
w
(
{
o
,
w
i
}
)
2
=
m
p
2
{\displaystyle \varphi _{o}=\sum _{i=1}^{m}{\frac {w(\{o,w_{i}\})}{2}}={\frac {mp}{2}}}
The result can also be understood from the perspective of averaging over all orders. A given worker joins the coalition after the owner (and therefore contributes p) in half of the orders and thus makes an average contribution of
p
2
{\displaystyle {\frac {p}{2}}}
upon joining. When the owner joins, on average half the workers have already joined, so the owner's average contribution upon joining is
m
p
2
{\displaystyle {\frac {mp}{2}}}
.
= Glove game
=The glove game is a coalitional game where the players have left- and right-hand gloves and the goal is to form pairs. Let
N
=
{
1
,
2
,
3
}
,
{\displaystyle N=\{1,2,3\},}
where players 1 and 2 have right-hand gloves and player 3 has a left-hand glove.
The value function for this coalitional game is
v
(
S
)
=
{
1
if
S
∈
{
{
1
,
3
}
,
{
2
,
3
}
,
{
1
,
2
,
3
}
}
;
0
otherwise
.
{\displaystyle v(S)={\begin{cases}1&{\text{if }}S\in \left\{\{1,3\},\{2,3\},\{1,2,3\}\right\};\\0&{\text{otherwise}}.\\\end{cases}}}
The formula for calculating the Shapley value is
φ
i
(
v
)
=
1
|
N
|
!
∑
R
[
v
(
P
i
R
∪
{
i
}
)
−
v
(
P
i
R
)
]
,
{\displaystyle \varphi _{i}(v)={\frac {1}{|N|!}}\sum _{R}\left[v(P_{i}^{R}\cup \left\{i\right\})-v(P_{i}^{R})\right],}
where R is an ordering of the players and
P
i
R
{\displaystyle P_{i}^{R}}
is the set of players in N which precede i in the order R.
The following table displays the marginal contributions of Player 1.
Order
R
M
C
1
1
,
2
,
3
v
(
{
1
}
)
−
v
(
∅
)
=
0
−
0
=
0
1
,
3
,
2
v
(
{
1
}
)
−
v
(
∅
)
=
0
−
0
=
0
2
,
1
,
3
v
(
{
1
,
2
}
)
−
v
(
{
2
}
)
=
0
−
0
=
0
2
,
3
,
1
v
(
{
1
,
2
,
3
}
)
−
v
(
{
2
,
3
}
)
=
1
−
1
=
0
3
,
1
,
2
v
(
{
1
,
3
}
)
−
v
(
{
3
}
)
=
1
−
0
=
1
3
,
2
,
1
v
(
{
1
,
3
,
2
}
)
−
v
(
{
3
,
2
}
)
=
1
−
1
=
0
{\displaystyle {\begin{array}{|c|r|}{\text{Order }}R\,\!&MC_{1}\\\hline {1,2,3}&v(\{1\})-v(\varnothing )=0-0=0\\{1,3,2}&v(\{1\})-v(\varnothing )=0-0=0\\{2,1,3}&v(\{1,2\})-v(\{2\})=0-0=0\\{2,3,1}&v(\{1,2,3\})-v(\{2,3\})=1-1=0\\{3,1,2}&v(\{1,3\})-v(\{3\})=1-0=1\\{3,2,1}&v(\{1,3,2\})-v(\{3,2\})=1-1=0\end{array}}}
Observe
φ
1
(
v
)
=
(
1
6
)
(
1
)
=
1
6
.
{\displaystyle \varphi _{1}(v)=\!\left({\frac {1}{6}}\right)(1)={\frac {1}{6}}.}
By a symmetry argument it can be shown that
φ
2
(
v
)
=
φ
1
(
v
)
=
1
6
.
{\displaystyle \varphi _{2}(v)=\varphi _{1}(v)={\frac {1}{6}}.}
Due to the efficiency axiom, the sum of all the Shapley values is equal to 1, which means that
φ
3
(
v
)
=
4
6
=
2
3
.
{\displaystyle \varphi _{3}(v)={\frac {4}{6}}={\frac {2}{3}}.}
Properties
The Shapley value has many desirable properties.
Notably, it is the only payment rule satisfying the four properties of Efficiency, Symmetry, Linearity and Null player.
See: 147–156 for more characterizations of the Shapley value.
= Efficiency
=The sum of the Shapley values of all agents equals the value of the grand coalition, so that all the gain is distributed among the agents:
∑
i
∈
N
φ
i
(
v
)
=
v
(
N
)
{\displaystyle \sum _{i\in N}\varphi _{i}(v)=v(N)}
Proof:
∑
i
∈
N
φ
i
(
v
)
=
1
|
N
|
!
∑
R
∑
i
∈
N
v
(
P
i
R
∪
{
i
}
)
−
v
(
P
i
R
)
=
1
|
N
|
!
∑
R
v
(
N
)
=
1
|
N
|
!
|
N
|
!
⋅
v
(
N
)
=
v
(
N
)
{\displaystyle \sum _{i\in N}\varphi _{i}(v)={\frac {1}{|N|!}}\sum _{R}\sum _{i\in N}v(P_{i}^{R}\cup \left\{i\right\})-v(P_{i}^{R})={\frac {1}{|N|!}}\sum _{R}v(N)={\frac {1}{|N|!}}|N|!\cdot v(N)=v(N)}
since
∑
i
∈
N
v
(
P
i
R
∪
{
i
}
)
−
v
(
P
i
R
)
{\displaystyle \sum _{i\in N}v(P_{i}^{R}\cup \left\{i\right\})-v(P_{i}^{R})}
is a telescoping sum and there are
|
N
|
!
{\displaystyle |N|!}
different orderings
R
{\displaystyle R}
.
= Symmetry
=If
i
{\displaystyle i}
and
j
{\displaystyle j}
are two actors who are equivalent in the sense that
v
(
S
∪
{
i
}
)
=
v
(
S
∪
{
j
}
)
{\displaystyle v(S\cup \{i\})=v(S\cup \{j\})}
for every subset
S
{\displaystyle S}
of
N
{\displaystyle N}
which contains neither
i
{\displaystyle i}
nor
j
{\displaystyle j}
, then
φ
i
(
v
)
=
φ
j
(
v
)
{\displaystyle \varphi _{i}(v)=\varphi _{j}(v)}
.
This property is also called equal treatment of equals.
= Linearity
=If two coalition games described by gain functions
v
{\displaystyle v}
and
w
{\displaystyle w}
are combined, then the distributed gains should correspond to the gains derived from
v
{\displaystyle v}
and the gains derived from
w
{\displaystyle w}
:
φ
i
(
v
+
w
)
=
φ
i
(
v
)
+
φ
i
(
w
)
{\displaystyle \varphi _{i}(v+w)=\varphi _{i}(v)+\varphi _{i}(w)}
for every
i
{\displaystyle i}
in
N
{\displaystyle N}
. Also, for any real number
a
{\displaystyle a}
,
φ
i
(
a
v
)
=
a
φ
i
(
v
)
{\displaystyle \varphi _{i}(av)=a\varphi _{i}(v)}
for every
i
{\displaystyle i}
in
N
{\displaystyle N}
.
= Null player
=The Shapley value
φ
i
(
v
)
{\displaystyle \varphi _{i}(v)}
of a null player
i
{\displaystyle i}
in a game
v
{\displaystyle v}
is zero. A player
i
{\displaystyle i}
is null in
v
{\displaystyle v}
if
v
(
S
∪
{
i
}
)
=
v
(
S
)
{\displaystyle v(S\cup \{i\})=v(S)}
for all coalitions
S
{\displaystyle S}
that do not contain
i
{\displaystyle i}
.
= Stand-alone test
=If
v
{\displaystyle v}
is a subadditive set function, i.e.,
v
(
S
⊔
T
)
≤
v
(
S
)
+
v
(
T
)
{\displaystyle v(S\sqcup T)\leq v(S)+v(T)}
, then for each agent
i
{\displaystyle i}
:
φ
i
(
v
)
≤
v
(
{
i
}
)
{\displaystyle \varphi _{i}(v)\leq v(\{i\})}
.
Similarly, if
v
{\displaystyle v}
is a superadditive set function, i.e.,
v
(
S
⊔
T
)
≥
v
(
S
)
+
v
(
T
)
{\displaystyle v(S\sqcup T)\geq v(S)+v(T)}
, then for each agent
i
{\displaystyle i}
:
φ
i
(
v
)
≥
v
(
{
i
}
)
{\displaystyle \varphi _{i}(v)\geq v(\{i\})}
.
So, if the cooperation has positive externalities, all agents (weakly) gain, and if it has negative externalities, all agents (weakly) lose.: 147–156
= Anonymity
=If
i
{\displaystyle i}
and
j
{\displaystyle j}
are two agents, and
w
{\displaystyle w}
is a gain function that is identical to
v
{\displaystyle v}
except that the roles of
i
{\displaystyle i}
and
j
{\displaystyle j}
have been exchanged, then
φ
i
(
v
)
=
φ
j
(
w
)
{\displaystyle \varphi _{i}(v)=\varphi _{j}(w)}
. This means that the labeling of the agents doesn't play a role in the assignment of their gains.
= Marginalism
=The Shapley value can be defined as a function which uses only the marginal contributions of player
i
{\displaystyle i}
as the arguments.
Aumann–Shapley value
In their 1974 book, Lloyd Shapley and Robert Aumann extended the concept of the Shapley value to infinite games (defined with respect to a non-atomic measure), creating the diagonal formula. This was later extended by Jean-François Mertens and Abraham Neyman.
As seen above, the value of an n-person game associates with each player the expectation of their contribution to the worth of the coalition of players before them in a random ordering of all the players. When there are many players and each individual plays only a minor role, the set of all players preceding a given one is heuristically thought of as a good sample of all players. The value of a given infinitesimal player ds is then defined as "their" contribution to the worth of a "perfect" sample of all the players.
Symbolically, if v is the coalitional worth function that associates each coalition c with its value, and each coalition c is a measurable subset of the measurable set I of all players, that we assume to be
I
=
[
0
,
1
]
{\displaystyle I=[0,1]}
without loss of generality, the value
(
S
v
)
(
d
s
)
{\displaystyle (Sv)(ds)}
of an infinitesimal player ds in the game is
(
S
v
)
(
d
s
)
=
∫
0
1
(
v
(
t
I
+
d
s
)
−
v
(
t
I
)
)
d
t
.
{\displaystyle (Sv)(ds)=\int _{0}^{1}(\,v(tI+ds)-v(tI)\,)\,dt.}
Here tI is a perfect sample of the all-player set I containing a proportion t of all the players, and
t
I
+
d
s
{\displaystyle tI+ds}
is the coalition obtained after ds joins tI. This is the heuristic form of the diagonal formula.
Assuming some regularity of the worth function, for example, assuming v can be represented as differentiable function of a non-atomic measure on I, μ,
v
(
c
)
=
f
(
μ
(
c
)
)
{\displaystyle v(c)=f(\mu (c))}
with density function
φ
{\displaystyle \varphi }
, with
μ
(
c
)
=
∫
1
c
(
u
)
φ
(
u
)
d
u
,
{\displaystyle \mu (c)=\int 1_{c}(u)\varphi (u)\,du,}
where
1
c
(
∙
)
{\displaystyle 1_{c}(\bullet )}
is the characteristic function of c. Under such conditions
μ
(
t
I
)
=
t
μ
(
I
)
{\displaystyle \mu (tI)=t\mu (I)}
,
as can be shown by approximating the density by a step function and keeping the proportion t for each level of the density function, and
v
(
t
I
+
d
s
)
=
f
(
t
μ
(
I
)
)
+
f
′
(
t
μ
(
I
)
)
μ
(
d
s
)
.
{\displaystyle v(tI+ds)=f(t\mu (I))+f'(t\mu (I))\mu (ds).}
The diagonal formula has then the form developed by Aumann and Shapley (1974)
(
S
v
)
(
d
s
)
=
∫
0
1
f
t
μ
(
I
)
′
(
μ
(
d
s
)
)
d
t
{\displaystyle (Sv)(ds)=\int _{0}^{1}f'_{t\mu (I)}(\mu (ds))\,dt}
Above μ can be vector valued (as long as the function is defined and differentiable on the range of μ, the above formula makes sense).
In the argument above if the measure contains atoms
μ
(
t
I
)
=
t
μ
(
I
)
{\displaystyle \mu (tI)=t\mu (I)}
is no longer true—this is why the diagonal formula mostly applies to non-atomic games.
Two approaches were deployed to extend this diagonal formula when the function f is no longer differentiable. Mertens goes back to the original formula and takes the derivative after the integral thereby benefiting from the smoothing effect. Neyman took a different approach. Going back to an elementary application of Mertens's approach from Mertens (1980):
(
S
v
)
(
d
s
)
=
lim
ε
→
0
,
ε
>
0
1
ε
∫
0
1
−
ε
(
f
(
t
+
ε
μ
(
d
s
)
)
−
f
(
t
)
)
d
t
{\displaystyle (Sv)(ds)=\lim _{\varepsilon \to 0,\varepsilon >0}{\frac {1}{\varepsilon }}\int _{0}^{1-\varepsilon }(f(t+\varepsilon \mu (ds))-f(t))\,dt}
This works for example for majority games—while the original diagonal formula cannot be used directly. How Mertens further extends this by identifying symmetries that the Shapley value should be invariant upon, and averaging over such symmetries to create further smoothing effect commuting averages with the derivative operation as above. A survey for non atomic value is found in Neyman (2002)
Generalization to coalitions
The Shapley value only assigns values to the individual agents. It has been generalized to apply to a group of agents C as,
φ
C
(
v
)
=
∑
T
⊆
N
∖
C
(
n
−
|
T
|
−
|
C
|
)
!
|
T
|
!
(
n
−
|
C
|
+
1
)
!
∑
S
⊆
C
(
−
1
)
|
C
|
−
|
S
|
v
(
S
∪
T
)
.
{\displaystyle \varphi _{C}(v)=\sum _{T\subseteq N\setminus C}{\frac {(n-|T|-|C|)!\;|T|!}{(n-|C|+1)!}}\sum _{S\subseteq C}(-1)^{|C|-|S|}v(S\cup T)\;.}
In terms of the synergy function
w
{\displaystyle w}
above, this reads
φ
C
(
v
)
=
∑
C
⊆
T
⊆
N
w
(
T
)
|
T
|
−
|
C
|
+
1
{\displaystyle \varphi _{C}(v)=\sum _{C\subseteq T\subseteq N}{\frac {w(T)}{|T|-|C|+1}}}
where the sum goes over all subsets
T
{\displaystyle T}
of
N
{\displaystyle N}
that contain
C
{\displaystyle C}
.
This formula suggests the interpretation that the Shapley value of a coalition is to be thought of as the standard Shapley value of a single player, if the coalition
C
{\displaystyle C}
is treated like a single player.
Value of a player to another player
The Shapley value
φ
i
(
v
)
{\displaystyle \varphi _{i}(v)}
was decomposed in into a matrix of values
φ
i
j
(
v
)
=
∑
S
⊆
N
(
|
S
|
−
1
)
!
(
n
−
|
S
|
)
!
n
!
(
v
(
S
)
−
v
(
S
∖
{
i
}
)
−
v
(
S
∖
{
j
}
)
+
v
(
S
∖
{
i
,
j
}
)
)
∑
t
=
|
S
|
n
1
t
{\displaystyle \varphi _{ij}(v)=\sum _{S\subseteq N}{\frac {(|S|-1)!\;(n-|S|)!}{n!}}(v(S)-v(S\setminus \{i\})-v(S\setminus \{j\})+v(S\setminus \{i,j\}))\sum _{t=|S|}^{n}{\frac {1}{t}}}
Each value
φ
i
j
(
v
)
{\displaystyle \varphi _{ij}(v)}
represents the value of player
i
{\displaystyle i}
to player
j
{\displaystyle j}
. This matrix satisfies
φ
i
(
v
)
=
∑
j
∈
N
φ
i
j
(
v
)
{\displaystyle \varphi _{i}(v)=\sum _{j\in N}\varphi _{ij}(v)}
i.e. the value of player
i
{\displaystyle i}
to the whole game is the sum of their value to all individual players.
In terms of the synergy
w
{\displaystyle w}
defined above, this reads
φ
i
j
(
v
)
=
∑
{
i
,
j
}
⊆
S
⊆
N
w
(
S
)
|
S
|
2
{\displaystyle \varphi _{ij}(v)=\sum _{\{i,j\}\subseteq S\subseteq N}{\frac {w(S)}{|S|^{2}}}}
where the sum goes over all subsets
S
{\displaystyle S}
of
N
{\displaystyle N}
that contain
i
{\displaystyle i}
and
j
{\displaystyle j}
.
This can be interpreted as sum over all subsets that contain players
i
{\displaystyle i}
and
j
{\displaystyle j}
, where for each subset
S
{\displaystyle S}
you
take the synergy
w
(
S
)
{\displaystyle w(S)}
of that subset
divide it by the number of players in the subset
|
S
|
{\displaystyle |S|}
. Interpret that as the surplus value player
i
{\displaystyle i}
gains from this coalition
further divide this by
|
S
|
{\displaystyle |S|}
to get the part of player
i
{\displaystyle i}
's value that's attributed to player
j
{\displaystyle j}
In other words, the synergy value of each coalition is evenly divided among all
|
S
|
2
{\displaystyle |S|^{2}}
pairs
(
i
,
j
)
{\displaystyle (i,j)}
of players in that coalition, where
i
{\displaystyle i}
generates surplus for
j
{\displaystyle j}
.
Shapley value regression
Shapley value regression is a statistical method used to measure the contribution of individual predictors in a regression model. In this context, the "players" are the individual predictors or variables in the model, and the "gain" is the total explained variance or predictive power of the model. This method ensures a fair distribution of the total gain among the predictors, attributing each predictor a value representing its contribution to the model's performance. Lipovetsky (2006) discussed the use of Shapley value in regression analysis, providing a comprehensive overview of its theoretical underpinnings and practical applications.
Shapley value contributions are recognized for their balance of stability and discriminating power, which make them suitable for accurately measuring the importance of service attributes in market research. Several studies have applied Shapley value regression to key drivers analysis in marketing research. Pokryshevskaya and Antipov (2012) utilized this method to analyze online customers' repeat purchase intentions, demonstrating its effectiveness in understanding consumer behavior. Similarly, Antipov and Pokryshevskaya (2014) applied Shapley value regression to explain differences in recommendation rates for hotels in South Cyprus, highlighting its utility in the hospitality industry. Further validation of the benefits of Shapley value in key-driver analysis is provided by Vriens, Vidden, and Bosch (2021), who underscored its advantages in applied marketing analytics.
In machine learning
The Shapley value provides a principled way to explain the predictions of nonlinear models common in the field of machine learning. By interpreting a model trained on a set of features as a value function on a coalition of players, Shapley values provide a natural way to compute which features contribute to a prediction or contribute to the uncertainty of a prediction. This unifies several other methods including Locally Interpretable Model-Agnostic Explanations (LIME), DeepLIFT, and Layer-Wise Relevance Propagation.
See also
Airport problem
Banzhaf power index
Shapley–Shubik power index
References
Further reading
Friedman, James W. (1986). Game Theory with Applications to Economics. New York: Oxford University Press. pp. 209–215. ISBN 0-19-503660-3.
External links
"Shapley value", Encyclopedia of Mathematics, EMS Press, 2001 [1994]
Shapley Value Calculator
Calculating a Taxi Fare using the Shapley Value
Kata Kunci Pencarian:
- Lloyd S. Shapley
- Shapley value
- Lloyd Shapley
- Cooperative game theory
- Shapley
- Alvin E. Roth
- Fuzzy measure theory
- Gale–Shapley algorithm
- Harlow Shapley
- Mechanism design
- Airport problem