@aryth/comparer

Comparer collections for sort and rank


Keywords
sort, rank, comparer
License
MIT
Install
npm install @aryth/comparer@0.3.18

Documentation

aryth

github commit last github commit total version

A math util library.

####Install

npm install @aryth/[app]

####Apps

math Basic math functions v
rank Get rank of an array v
histo A histogram tool v
rand Randomly select number or array v
calculator Parse math expression and calculate v
nice-scale Auto-generate tick labels for array v
rank-vector Get rank of vector v
rank-matrix Get rank of matrix v
rank-column Get rank of column v
bound-vector Get min, max, dif of vector v
bound-matrix Get min, max, dif of matrix v
bound-column Get min, max, dif of column v
distinct-vector Get distinct(w/wo count) of vector v
distinct-matrix Get distinct(w/wo count) of matrix v
distinct-column Get distinct(w/wo count) of column v

MIT