Skip to content

Commit 525aec8

Browse files
committed
fix: correct comments in Bradford quantile function examples
1 parent 10c7136 commit 525aec8

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bradford/quantile/lib

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/bradford/quantile/lib/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
*
3535
* var myquantile = quantile.factory( 5.0 );
3636
* y = myquantile( 0.4 );
37-
* // returns 0
37+
* // returns ~0.210
3838
*
3939
* y = myquantile( 0.8 );
40-
* // returns 1
40+
* // returns ~0.639
4141
*
4242
* y = myquantile( 1.0 );
43-
* // returns 1
43+
* // returns 1.0
4444
*/
4545

4646
// MODULES //

0 commit comments

Comments
 (0)