Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python standard normal cumulative distribution

>>> from scipy.stats import norm
>>> norm.cdf(1.96)
0.9750021048517795
>>> norm.cdf(-1.96)
0.024997895148220435
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #standard #normal #cumulative #distribution
ADD COMMENT
Topic
Name
8+5 =