Skip to content

Commit c6a36fe

Browse files
chore: fix EditorConfig lint errors
PR-URL: #6924 Closes: #6911 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com>
1 parent 3bea7cc commit c6a36fe

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/kruskal-test

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/kruskal-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var kruskalTest = require( '@stdlib/stats/kruskal-test' );
5757

5858
#### kruskalTest( a\[,b,...,k]\[, opts] )
5959

60-
For input arrays `a`, `b`, ... holding numeric observations, this function calculates the Kruskal-Wallis rank sums test, which tests the null hypothesis that the medians in all `k` groups are the same.
60+
For input arrays `a`, `b`, ... holding numeric observations, this function calculates the Kruskal-Wallis rank sums test, which tests the null hypothesis that the medians in all `k` groups are the same.
6161

6262
```javascript
6363
// Data from Hollander & Wolfe (1973), p. 116:

0 commit comments

Comments
 (0)