[Tutor] Which header to use in python

Michel Guirguis guirguismichel at yahoo.co.uk
Thu Oct 1 14:42:25 CEST 2015


Good afternoon,

What is the name of the header that I can use in Python 3.4 to convert the cumulative distribution function number 0.10606601717798211 to 0.54223501331161406

from scipy.stats import norm

norm.cdf(0.10606601717798211)
 0.54223501331161406

Thanks,

Michel


More information about the Tutor mailing list