We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eadf37 commit d199af8Copy full SHA for d199af8
docs/value/semi-values.md
@@ -12,14 +12,14 @@ weighting schemes. A **semi-value** is any valuation function with the form:
12
13
$$
14
v_\text{semi}(i) = \sum_{i=1}^n w(k)
15
-\sum_{S \subseteq D_{-i}^{(k)}} [u(S_{+i}) - u(S)],
+\sum_{S \subseteq D_{-i}^{k}} [u(S_{+i}) - u(S)],
16
17
18
where the coefficients $w(k)$ satisfy the property:
19
20
$$\sum_{k=1}^n \binom{n-1}{k} w(k) = 1,$$
21
22
-and $D_{-i}^{(k)}$ is the set of all sets $S$ of size $k$ that do not include
+and $D_{-i}^{k}$ is the set of all sets $S$ of size $k$ that do not include
23
sample $x_i$, $S_{+i}$ is the set $S$ with $x_i$ added, and $u$ is the utility
24
function.
25
0 commit comments