1. Binomial Distribution with Python

    In this article, will be disccusing the binom functions from the Scipy stats package. The binom probabilty mass function (pmf) is a convienent form of broadcasting outcomes over a range of values. The workflow is to first create a frozen function, then applying pmf and cdf (cumulative distribution function) to the frozen object. The frozen object has rvs function that will generate random values matching the probabilty distribution function.

Page 1 / 1