Skip to content

Commit 397088b

Browse files
authored
docs: fix descriptions
Signed-off-by: Athan <[email protected]>
1 parent 2135adc commit 397088b

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/stats/strided/sztest2/src

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/stats/strided/sztest2/src/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
/**
3535
* Computes a two-sample Z-test for two single-precision floating-point strided arrays.
3636
*
37-
* @param NX number of indexed elements
38-
* @param NY number of indexed elements
37+
* @param NX number of indexed elements in `X`
38+
* @param NY number of indexed elements in `Y`
3939
* @param alternative alternative hypothesis
4040
* @param alpha significance level
41-
* @param diff mean under the null hypothesis
41+
* @param diff difference in means under the null hypothesis
4242
* @param sigmax known standard deviation of `X`
4343
* @param X first input array
4444
* @param strideX stride length for `X`
@@ -60,7 +60,7 @@ void API_SUFFIX(stdlib_strided_sztest2)( const CBLAS_INT NX, const CBLAS_INT NY,
6060
* @param NY number of indexed elements in `Y`
6161
* @param alternative alternative hypothesis
6262
* @param alpha significance level
63-
* @param diff mean under the null hypothesis
63+
* @param diff difference in means under the null hypothesis
6464
* @param sigmax known standard deviation of `X`
6565
* @param X first input array
6666
* @param strideX stride length for `X`

0 commit comments

Comments
 (0)