aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-18 04:34:50 +0000
committerng0 <ng0@infotropique.org>2017-10-18 04:34:50 +0000
commit7d624c472ac3f0c2c4df16efef25f3f25aabcc45 (patch)
tree0b8e27749c42e4b87521d0f81121d099ee8757f6
parente596da1ada6407bab97cd04fa7a5950081db1306 (diff)
downloadgnunet-7d624c472ac3f0c2c4df16efef25f3f25aabcc45.tar.gz
gnunet-7d624c472ac3f0c2c4df16efef25f3f25aabcc45.zip
developer.texi: try to fix buildbot failure.
-rw-r--r--doc/chapters/developer.texi12
1 files 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.
4547 4547
4548@table @asis 4548@table @asis
4549 4549
4550@item Average: 10, std dev: 1 Here the estimate would be 2^10 = 1024 peers.@ 4550@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.}
4551The range in which we can be 95% sure is: [2^8, 2^12] = [256, 4096]. We can be 4551
4552very (>99.7%) sure that the network is not a hundred peers and absolutely sure 4552@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.}
4553that it is not a million peers, but somewhere around a thousand.
4554
4555@item Average 22, std dev: 0.2 Here the estimate would be 2^22 = 4 Million peers.@
4556The range in which we can be 99.7% sure is: [2^21.4, 2^22.6] = [2.8M, 6.3M].
4557We can be sure that the network size is around four million, with absolutely
4558way of it being 1 million.
4559 4553
4560@end table 4554@end table
4561 4555