normal distribution code python - Google Search

PHOTO EMBED

Fri Oct 21 2022 07:40:10 GMT+0000 (Coordinated Universal Time)

Saved by @ebeanes28 #python

from scipy.stats import norm

# What percentage of man are shorter than 154
mean = 161
standard_deviation = 7

from scipy.stats import norm
norm.cdf(154, mean, standard_deviation)
content_copyCOPY

https://www.google.com/search?q