loi BB
Python
import numpy as np import numpy.random as rd import matplotlib.pyplot as plt import time binomiale=np.random.binomial(50, 0.3, 1000) plt.hist(binomiale,bins=50,range=(1,30),density=True) plt.show()
Output
Embed on website
To embed this program on your website, copy the following code and paste it into your website's HTML:
Comments
This comment belongs to a banned user and is only visible to admins.
This comment belongs to a deleted user and is only visible to admins.