Update Dashboard Graphs authored by Barkin Simsek's avatar Barkin Simsek
...@@ -71,9 +71,7 @@ probability of seeing a CAPTCHA ...@@ -71,9 +71,7 @@ probability of seeing a CAPTCHA
completed using this exit relay and have `is_captcha_found` field completed using this exit relay and have `is_captcha_found` field
set to `1` set to `1`
3. Calculate the percentage of measurements that received CAPTCHA using 3. Calculate the percentage of measurements that received CAPTCHA using
$`\frac{Step 2.7.2.2}{Step 2.7.2.1} \times 100`$ (Assume `0%` if an $`\frac{Step 2.7.2.2}{Step 2.7.2.1} \times 100`$
exit relay exists in the consensus but there are no corresponding
measurements)
3. Calculate the weighted average of the percentage values (obtained in 3. Calculate the weighted average of the percentage values (obtained in
Step 2.7.2.3) using exit probabilities (obtained in Step 2.3) as the Step 2.7.2.3) using exit probabilities (obtained in Step 2.3) as the
scaling factor scaling factor
...@@ -138,9 +136,7 @@ of seeing a CAPTCHA ...@@ -138,9 +136,7 @@ of seeing a CAPTCHA
completed using this exit relay and have `is_captcha_found` field completed using this exit relay and have `is_captcha_found` field
set to `1` set to `1`
3. Calculate the percentage of measurements that received CAPTCHA using 3. Calculate the percentage of measurements that received CAPTCHA using
$`\frac{Step 2.8.2.2}{Step 2.8.2.1} \times 100`$ (Assume `0%` if an $`\frac{Step 2.8.2.2}{Step 2.8.2.1} \times 100`$
exit relay exists in the consensus but there are no corresponding
measurements)
3. Calculate the weighted average of the percentage values (obtained in 3. Calculate the weighted average of the percentage values (obtained in
Step 2.8.2.3) using exit probabilities (obtained in Step 2.3) as the Step 2.8.2.3) using exit probabilities (obtained in Step 2.3) as the
scaling factor scaling factor
... ...
......