Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

percentile of a score python

>>> from scipy import stats
>>> stats.percentileofscore([1, 2, 3, 4], 3)
75.0
Source by docs.scipy.org #
 
PREVIOUS NEXT
Tagged: #percentile #score #python
ADD COMMENT
Topic
Name
2+6 =