1.0.6 • Published 2 years ago

percentile-rank v1.0.6

Weekly downloads
70
License
MIT
Repository
github
Last release
2 years ago

percentile-rank

Returns the percentile of a value. Returns the same values as the Excel PERCENTRANK and PERCENTRANK.INC functions.

Usage

npm install percentile-rank
const percentRank = require('percentile-rank');
percentRank([1, 5, 20, 50, 55, 60, 70, 80, 90, 100], 44);

Credits

Initially based on the answer provided by xlecoustillier On Stack Overflow: https://stackoverflow.com/questions/17919263/what-is-the-excel-percentrank-algorithm-in-c

1.0.6

2 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago