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 98a5c6f commit 575deb1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 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,11 @@ 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>
The value which we use to score attendees can be calculated as:
\[
\begin{align}
\text{sorting score} &= \text{standardisedSurplusScore} \\
&- \text{standardisedCompromiseScore}
\text{sorting score} =& \text{standardisedSurplusScore} \\
&\; - \text{standardisedCompromiseScore}
\end{align}
\]
<br>
Expand All @@ -168,9 +169,12 @@ Finally, we landed on using the Z-score for aggregate compromise. The Z-score is
Where the \(\text{standardisedCompromiseScore}\) is:
</p>

\[standardisedCompromiseScore =
\left( \frac{\text{mean surplus difference}}{\text{max surplus}} \right) \times
\left( \frac{\text{attendee Z score}}{2.72} \right)^3
\[
\begin{align}
standardisedCompromiseScore =&
\left( \frac{\text{mean surplus difference}}{\text{max surplus}} \right)
&\; \times \left( \frac{\text{attendee Z score}}{2.72} \right)^3
\end{align}
\]

<div style="display: flex; justify-content: flex-end;">
Expand Down

0 comments on commit 575deb1

Please sign in to comment.