« Mathématiques avec Python et Ruby/Statistique inférentielle avec Python » : différence entre les versions

Contenu supprimé Contenu ajouté
Ligne 82 :
 
for n in range(10000):
echantillon=[gauss(16,2) for n in range(100)]
for k in range(5):
echantillon.append(gauss(16,2))
m.append(moyenne(echantillon))
s.append(ecartype(echantillon))