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 8dd4ed7 commit a43a30a
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 sort attendees can be calculated as:
\[
\begin{align}
\text{sorting score} \quad = \quad \;
\text{sorting score} \; = \quad \;
&\text{standardisedSurplusScore} \\
-\; &\text{standardisedCompromiseScore}
\end{align}
Expand All @@ -174,7 +174,7 @@ The value which we use to sort attendees can be calculated as:
\begin{align}
standardisedCompromiseScore \quad = \quad \;
&\left( \frac{\text{mean surplus difference}}{\text{max surplus}} \right) \\ \\
\times &\left( \frac{\text{attendee Z score}}{2.72} \right)^3
\times \; &\left( \frac{\text{attendee Z score}}{2.72} \right)^3
\end{align}
\]

Expand Down

0 comments on commit a43a30a

Please sign in to comment.