aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bandwidth-file-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bandwidth-file-spec.txt b/bandwidth-file-spec.txt
index 50e7294..87bdb7e 100644
--- a/bandwidth-file-spec.txt
+++ b/bandwidth-file-spec.txt
@@ -546,7 +546,7 @@ would be included in the next bandwidth authority's upcoming vote.
2. Calculate network averages:
- calculate the filtered average by dividing the sum of all the
relays' filtered bandwidth by the number of relays that have been
- measured (`n_filt`), ie, calculate the mean average of the relays' filtered
+ measured (`n`), ie, calculate the mean average of the relays' filtered
bandwidth.
- calculate the stream average by dividing the sum of all the
relays' filtered bandwidth by the number of relays that have been
@@ -555,7 +555,7 @@ would be included in the next bandwidth authority's upcoming vote.
In pseudocode:
- bw_avg_filt_ = bw_filt_i / n_filt
+ bw_avg_filt_ = bw_filt_i / n
bw_avg_strm = bw_i / n
3. Calculate ratios for each relay: