Binary normal distribution possibility usage
There is a binary distribution possibility in the yellow paper of ultrain. Link as following: https://ultrain.io/downloads/Ultrain%20%E7%BD%91%E7%BB%9C%E7%9A%84%E5%A4%9A%E9%93%BE%E6%9E%B6%E6%9E%84.pdf
The code shows how to calculate the table by two methods
- with the python function scipy.stats.binom.pmf
- w/o the lib
Reference links: https://zh.numberempire.com/combinatorialcalculator.php?n=40&m=21&ordered=false&repeated=false https://www.statisticshowto.datasciencecentral.com/calculators/binomial-distribution-calculator/