-
Notifications
You must be signed in to change notification settings - Fork 1
/
Centrist_bias.mw
69 lines (59 loc) · 1.78 KB
/
Centrist_bias.mw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
'''Centrist bias''' is a [[political spectrum]] statistic that measures the tendency for elected candidates to be near the mean voter.
== Definition ==
The centrist bias of a set of winning candidates with respect to a given political spectrum is equal to Pearson's correlation coefficient between the distance of a voter from the mean voter and the distance of that voter from the nearest winning candidate.
== Example ==
Assume a one-dimensional political spectrum with the voter distribution
* 15% at position 0
* 20% at position 0.25
* 30% at position 0.5
* 20% at position 0.75
* 15% at position 1
If the candidate set {0.25, 0.75} is elected, then
<table border>
<tr>
<th>voters</th>
<th>position</th>
<th>distance from mean</th>
<th>nearest winner</th>
<th>distance from winner</th>
</tr>
<tr align="right">
<td>15%</td>
<td>0.00</td>
<td>0.50</td>
<td>0.25</td>
<td>0.25</td>
</tr>
<tr align="right">
<td>20%</td>
<td>0.25</td>
<td>0.25</td>
<td>0.25</td>
<td>0.00</td>
</tr>
<tr align="right">
<td>30%</td>
<td>0.50</td>
<td>0.00</td>
<td>either</td>
<td>0.25</td>
</tr>
<tr align="right">
<td>20%</td>
<td>0.75</td>
<td>0.25</td>
<td>0.75</td>
<td>0.00</td>
</tr>
<tr align="right">
<td>15%</td>
<td>1.00</td>
<td>0.50</td>
<td>0.75</td>
<td>0.25</td>
</table>
To compute the centrist bias, we consider the (distance from mean, distance from winner) pairs:
* (0.50, 0.25) with frequency 30%
* (0.25, 0.00) with frequency 40%
* (0.00, 0.25) with frequency 30%
The correlation, and thus the centrist bias, is zero.