Skip to content

Commit 24ae0aa

Browse files
committed
Remove bin field and add reference
1 parent c3aae70 commit 24ae0aa

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

  • lib/node_modules/@stdlib

lib/node_modules/@stdlib/stats/base/dists/studentized-range/cdf/lib/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ var PRECISION = 1e-10;
3939
/**
4040
* Evaluates the cumulative distribution function (CDF) of the studentized range distribution.
4141
*
42+
* ## References
43+
*
44+
* - Ferreira, D. F., Demetrico, C. G. B., Manly, B. F. J., and Machado, A. de A. 2007. "Quantis da distribuição do máximo da amplitude estudentizada." _Rev. Mat. Est._, São Paulo, 25 (1): 117-135. <http://jaguar.fcav.unesp.br/RME/fasciculos/v25/v25_n1/A8_Daniel.pdf>.
45+
*
4246
* @param {number} q - quantile of the studentized range
4347
* @param {number} r - sample size for range (same for each group)
4448
* @param {number} v - degrees of freedom

lib/node_modules/@stdlib/string/base/code-point-at/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1414
}
1515
],
16-
"bin": {
17-
"from-code-point": "./bin/cli"
18-
},
1916
"main": "./lib",
2017
"directories": {
2118
"benchmark": "./benchmark",

0 commit comments

Comments
 (0)