Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

standard deviation in python numpy

a = [1,2,3,4,5]
numpy.std(a) # will give the standard deviation of a
Source by www.askpython.com #
 
PREVIOUS NEXT
Tagged: #standard #deviation #python #numpy
ADD COMMENT
Topic
Name
3+3 =