Skip to content

Commit

Permalink
adjusting styling again
Browse files Browse the repository at this point in the history
  • Loading branch information
jwarren-scottlogic committed Oct 29, 2024
1 parent 0a1459d commit 98a5c6f
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions _posts/2024-10-21-building-an-assignment-algorithm-2.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,14 @@ Finally, we landed on using the Z-score for aggregate compromise. The Z-score is
<details class="no-italic"><summary>Click the 'more' button for to see how we compared compromise and surplus difference exactly, along with the rationale.</summary>
<br>
<br>
<p>
\(\text{sorting score} \\= standardisedSurplusScore - standardisedCompromiseScore \)
</p>

\[
\begin{align}
\text{sorting score} &= \text{standardisedSurplusScore} \\
&- \text{standardisedCompromiseScore}
\end{align}
\]
<br>
<br>
<p>
Where the \(\text{standardisedCompromiseScore}\) is:
</p>
Expand All @@ -169,9 +173,11 @@ Finally, we landed on using the Z-score for aggregate compromise. The Z-score is
\left( \frac{\text{attendee Z score}}{2.72} \right)^3
\]

<p style="font-size: smaller; text-align: right;">
N.B. The Z score is calculated with <b>the median to avoid extreme value skewing.
</p>
<div style="display: flex; justify-content: flex-end;">
<p style="font-size: smaller; width: 50%; text-align: right;">
N.B. The Z score is calculated with the median to avoid extreme value skewing.
</p>
</div>

<p>
And the \(\text{standardisedSurplusScore}\) is:
Expand Down Expand Up @@ -211,6 +217,8 @@ Finally, we landed on using the Z-score for aggregate compromise. The Z-score is
\text{attendee surplus difference}
\]

<br>
<br>
<div>
<h4>
The rationale behind this was as follows:
Expand Down

0 comments on commit 98a5c6f

Please sign in to comment.