Skip to content

Instantly share code, notes, and snippets.

@awasunyin
Created May 6, 2019 15:52
Show Gist options
  • Save awasunyin/59311427afb02a113d0c7518652676f9 to your computer and use it in GitHub Desktop.
Save awasunyin/59311427afb02a113d0c7518652676f9 to your computer and use it in GitHub Desktop.
Comparison of quorum adjustment when introducing quorum caps and new algorithm
Participation (q) Required Quorum (Q) Required Quorum (Q')
0 0.3 0.3
0.01 0.3 0.304
0.02 0.3 0.308
0.03 0.3 0.312
0.04 0.3 0.316
0.05 0.3 0.32
0.06 0.3 0.324
0.07 0.3 0.328
0.08 0.3 0.332
0.09 0.3 0.336
0.1 0.3 0.34
0.11 0.3 0.344
0.12 0.3 0.348
0.13 0.3 0.352
0.14 0.3 0.356
0.15 0.3 0.36
0.16 0.3 0.364
0.17 0.3 0.368
0.18 0.3 0.372
0.19 0.3 0.376
0.2 0.3 0.38
0.21 0.3 0.384
0.22 0.3 0.388
0.23 0.3 0.392
0.24 0.3 0.396
0.25 0.3 0.4
0.26 0.3 0.404
0.27 0.3 0.408
0.28 0.3 0.412
0.29 0.3 0.416
0.3 0.3 0.42
0.31 0.31 0.424
0.32 0.32 0.428
0.33 0.33 0.432
0.34 0.34 0.436
0.35 0.35 0.44
0.36 0.36 0.444
0.37 0.37 0.448
0.38 0.38 0.452
0.39 0.39 0.456
0.4 0.4 0.46
0.41 0.41 0.464
0.42 0.42 0.468
0.43 0.43 0.472
0.44 0.44 0.476
0.45 0.45 0.48
0.46 0.46 0.484
0.47 0.47 0.488
0.48 0.48 0.492
0.49 0.49 0.496
0.5 0.5 0.5
0.51 0.51 0.504
0.52 0.52 0.508
0.53 0.53 0.512
0.54 0.54 0.516
0.55 0.55 0.52
0.56 0.56 0.524
0.57 0.57 0.528
0.58 0.58 0.532
0.59 0.59 0.536
0.6 0.6 0.54
0.61 0.61 0.544
0.62 0.62 0.548
0.63 0.63 0.552
0.64 0.64 0.556
0.65 0.65 0.56
0.66 0.66 0.564
0.67 0.67 0.568
0.68 0.68 0.572
0.69 0.69 0.576
0.7 0.7 0.58
0.71 0.7 0.584
0.72 0.7 0.588
0.73 0.7 0.592
0.74 0.7 0.596
0.75 0.7 0.6
0.76 0.7 0.604
0.77 0.7 0.608
0.78 0.7 0.612
0.79 0.7 0.616
0.8 0.7 0.62
0.81 0.7 0.624
0.82 0.7 0.628
0.83 0.7 0.632
0.84 0.7 0.636
0.85 0.7 0.64
0.86 0.7 0.644
0.87 0.7 0.648
0.88 0.7 0.652
0.89 0.7 0.656
0.9 0.7 0.66
0.91 0.7 0.664
0.92 0.7 0.668
0.93 0.7 0.672
0.94 0.7 0.676
0.95 0.7 0.68
0.96 0.7 0.684
0.97 0.7 0.688
0.98 0.7 0.692
0.99 0.7 0.696
1 0.7 0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment