Skip to content

Commit aa29cd4

Browse files
authored
Update social loss vignette
Latex changes to esteemer algorithm
1 parent 3105e05 commit aa29cd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/social_loss_vignette/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ $$\text{Feedback history, } t_{\text{message}} \text{ and } N_{\text{received}}$
223223
$$\text{Individual feedack preferences, } F_{\text{pref}}$$
224224

225225
The overall algortihm can be represented as:
226-
$$F_{\text{pref}} \biggl[ C_{\text{data}} \Bigl( X_s \| \Delta_{\text{performance}} \| \Bigr)\Bigl( X_{gs} \| G_{\text{performance}} \| \Bigr) \\
226+
$$F_{\text{pref}} \Biggl[ C_{\text{data}} \biggl( \Bigl( X_s \| \Delta_{\text{performance}} \| \Bigr) + \Bigl( X_{gs} \| G_{\text{performance}} \| \Bigr) \biggr) \\
227227
+ \\
228-
C_{\text{history}} \Bigl( \bigl(X_e \cdot t_{\text{event}}\bigr) + \bigl(X_m \cdot t_{\text{message}}\bigr) + \bigl(X_N \cdot N_{\text{received}}\bigr) \Bigr) \biggr]$$
228+
C_{\text{history}} \Bigl( \bigl(X_e \cdot t_{\text{event}}\bigr) + \bigl(X_m \cdot t_{\text{message}}\bigr) + \bigl(X_N \cdot N_{\text{received}}\bigr) \Bigr) \Biggr]$$
229229

230230
<!-- No changes need to be made below this line when propagating to new vignettes-->
231231
The Esteemer algorithm uses weighting coefficients, which vary based on the particularities of each causal pathway. For the social loss causal pathway, the weighting coefficients are:
@@ -239,7 +239,7 @@ The Esteemer algorithm uses weighting coefficients, which vary based on the part
239239

240240

241241
As an example, appropriate values based on this vignette are filled in for Alice's **Candidate B** message, and evaluate like so:
242-
$$F_{\text{pref}} \biggl( 1 \Bigl( 0.5 \| 6 \| \Bigr)\Bigl( 0.5 \| 5 \| \Bigr) + 1 \Bigl( (0.5 \cdot 12) + (0.5 \cdot 12) + (0.5 \cdot 0) \Bigr) \biggr) = (19.5)F_{\text{pref}}$$
242+
$$F_{\text{pref}} \biggl( 1 \Bigl( \Bigl( 0.5 \| 6 \| \Bigr) + \Bigl( 0.5 \| 5 \| \Bigr) \Bigr) + 1 \Bigl( (0.5 \cdot 12) + (0.5 \cdot 12) + (0.5 \cdot 0) \Bigr) \biggr) = (19.5)F_{\text{pref}}$$
243243
Bob's acceptable social loss candidate evaluates similarly:
244244
$$F_{\text{pref}} \biggl( 1 \Bigl( 0.5 \| 7 \| \Bigr)\Bigl( 0.5 \| 1 \| \Bigr) + 1 \Bigl( (0.5 \cdot 12) + (0.5 \cdot 12) + (0.5 \cdot 0) \Bigr) \biggr) = (13.75)F_{\text{pref}}$$
245245
<!-- Equations above need to be re-evaluated for each causal pathway -->

0 commit comments

Comments
 (0)