Answers for "percentile of a score python"

0

percentile of a score python

>>> from scipy import stats
>>> stats.percentileofscore([1, 2, 3, 4], 3)
75.0
Posted by: Guest on April-24-2022

Python Answers by Framework

Browse Popular Code Answers by Language