summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/challenges.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/challenges.md b/doc/challenges.md
index a0e16f5..8dd2e6e 100644
--- a/doc/challenges.md
+++ b/doc/challenges.md
@@ -119,6 +119,7 @@ As I've already mentioned in the write-up of pairing and ranking method (see: do
The cut-off had to be more subtle than linear decrease of disparity, so the following formula was used:
`disparity` = `base_disparity` * 0.5 * (2.5 + `base_rating_change` / (`rating_change` - 2 * `base_rating_change`))) [if `rating_change` <= `base_rating_change`]
+
`disparity` = 0.75 * `base_disparity` [if `rating_change` >= `base_rating_change`], where:
* `base_disparity` and `base_rating_change` are application parameters