On 01/10/15 13:42, Michel Guirguis wrote:
What is the name of the header that I can use in Python 3.4

Can you explain what you mean by "header"?
That's not a Python concept, Python doesn't have header
files like C/C++

to convert the cumulative distribution function number
> 0.10606601717798211 to 0.54223501331161406

from scipy.stats import norm

norm.cdf(0.10606601717798211)
  0.54223501331161406

I'm not sure what this shows?
Is it a session from the interpreter?
Or is it what you would like to happen?

Can you clarify what it is you want to know?

--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to