Skip to content

Commit 8314a46

Browse files
authored
docs: update descriptions
Signed-off-by: Athan <[email protected]>
1 parent bac39dc commit 8314a46

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/sztest2/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/sztest2/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ var strided = require( '@stdlib/stats/strided/sztest2' ).ndarray;
4343
* - a zero-dimensional ndarray specifying the alternative hypothesis.
4444
* - a zero-dimensional ndarray specifying the significance level.
4545
* - a zero-dimensional ndarray specifying the difference in means under the null hypothesis.
46-
* - a zero-dimensional ndarray specifying the known standard deviation of first one-dimensional input ndarray.
47-
* - a zero-dimensional ndarray specifying the known standard deviation of second one-dimensional input ndarray.
46+
* - a zero-dimensional ndarray specifying the known standard deviation of the first one-dimensional input ndarray.
47+
* - a zero-dimensional ndarray specifying the known standard deviation of the second one-dimensional input ndarray.
4848
*
4949
* @param {ArrayLikeObject<Object>} arrays - array-like object containing ndarrays
5050
* @returns {ndarrayLike} output ndarray

0 commit comments

Comments
 (0)