UNPKG

wink-statistics

Version:

Fast and Numerically Stable Statistical Analysis Utilities

5 lines (4 loc) 135 B
// Load Wink Statistics var ws = require( 'wink-statistics' ); ws.data.percentile( [ 1, 1, 2, 2, 3, 3, 4, 4 ], 0.25 ); // returns 1.25