Skip to content

Commit

Permalink
[UPDATE] README.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Nov 2, 2014
1 parent 50b85e7 commit 0238f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var quantile = require( 'compute-quantile' );

#### quantile( arr, p[, opts] )

Given a probability `p` (`0 <= p <= 1`), computes the quantile for an input `array`.
Given a probability `0 <= p <= 1`, computes the quantile for an input `array`.

``` javascript
var data = [ 4, 3, 5, 1, 2 ];
Expand Down

0 comments on commit 0238f24

Please sign in to comment.