Skip to content

Commit

Permalink
more styling adjustents
Browse files Browse the repository at this point in the history
  • Loading branch information
jwarren-scottlogic committed Oct 29, 2024
1 parent 6510a90 commit 51d4c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-10-21-building-an-assignment-algorithm-2.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Finally, we landed on using the Z-score for aggregate compromise. The Z-score is
The value which we use to score attendees can be calculated as:
\[
\begin{align}
\text{sorting score} =\; &\text{standardisedSurplusScore} \\
\text{sorting score} =\quad \quad &\text{standardisedSurplusScore} \\
&- \text{standardisedCompromiseScore}
\end{align}
\]
Expand All @@ -171,7 +171,7 @@ The value which we use to score attendees can be calculated as:

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

0 comments on commit 51d4c54

Please sign in to comment.