From a43a30a4df5ca3466d07534011898427e74edf59 Mon Sep 17 00:00:00 2001 From: jwarren-scottlogic Date: Tue, 29 Oct 2024 16:31:32 +0000 Subject: [PATCH] more styling adjustents --- _posts/2024-10-21-building-an-assignment-algorithm-2.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-10-21-building-an-assignment-algorithm-2.markdown b/_posts/2024-10-21-building-an-assignment-algorithm-2.markdown index af5c2b865..1976d0782 100644 --- a/_posts/2024-10-21-building-an-assignment-algorithm-2.markdown +++ b/_posts/2024-10-21-building-an-assignment-algorithm-2.markdown @@ -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} @@ -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} \]