jeudi 14 novembre 2019

How to generate a random normal distribution having mean 11.7 (in Python)

I need to generate an array of 108 values following a normal distribution having mean= 11.7 and being the minimum value of the distribution 3.4, while the maximum value is 46. I tried using '''s = np.random.normal(mu, sigma, 108)''' but I don't know how to calculate sigma without having the single values.




Aucun commentaire:

Enregistrer un commentaire