h-index
v1.1.0
Published
calculate h-index, i10-index, and g-index of a given array
Downloads
1
Readme
h-index
calculate h-index, i10-index, and g-index of a given array.
Usage
$ npm install h-index
var hindex= require('h-index')
console.log(hindex([1, 11, 4, 6, 9, 4, 15]))
// { h: 4, i10: 2, g: 7, sum: 50}
License
MIT © flowmemo