From 7d624c472ac3f0c2c4df16efef25f3f25aabcc45 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 18 Oct 2017 04:34:50 +0000 Subject: [PATCH] developer.texi: try to fix buildbot failure. --- doc/chapters/developer.texi | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/doc/chapters/developer.texi b/doc/chapters/developer.texi index f5493fd63..da8aa8a83 100644 --- a/doc/chapters/developer.texi +++ b/doc/chapters/developer.texi @@ -4547,15 +4547,9 @@ Let's close with a couple examples. @table @asis -@item Average: 10, std dev: 1 Here the estimate would be 2^10 = 1024 peers.@ -The range in which we can be 95% sure is: [2^8, 2^12] = [256, 4096]. We can be -very (>99.7%) sure that the network is not a hundred peers and absolutely sure -that it is not a million peers, but somewhere around a thousand. - -@item Average 22, std dev: 0.2 Here the estimate would be 2^22 = 4 Million peers.@ -The range in which we can be 99.7% sure is: [2^21.4, 2^22.6] = [2.8M, 6.3M]. -We can be sure that the network size is around four million, with absolutely -way of it being 1 million. +@item Average: 10, std dev: 1 Here the estimate would be 2^10 = 1024 peers. @footnote{The range in which we can be 95% sure is: [2^8, 2^12] = [256, 4096]. We can be very (>99.7%) sure that the network is not a hundred peers and absolutely sure that it is not a million peers, but somewhere around a thousand.} + +@item Average 22, std dev: 0.2 Here the estimate would be 2^22 = 4 Million peers. @footnote{The range in which we can be 99.7% sure is: [2^21.4, 2^22.6] = [2.8M, 6.3M]. We can be sure that the network size is around four million, with absolutely way of it being 1 million.} @end table -- 2.25.1