Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Feb 28, 2015
1 parent 2f3d38f commit 8f6d9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ var nanquantiles = require( 'compute-nanquantiles' );

#### nanquantiles( arr, num[, opts] )

Computes _q_-quantiles for an `array` ignoring non-numeric values. For unsorted primitive `arrays`,
Computes _q_-quantiles for an `array` ignoring non-numeric values. `num` specifies the number of quantiles to compute. For unsorted primitive `arrays`,

``` javascript
var unsorted = [ 4, 2, null, 5, 3 ];
Expand Down

0 comments on commit 8f6d9e8

Please sign in to comment.