Skip to content

Commit 49617b2

Browse files
authored
docs: fix enumeration
Signed-off-by: Athan <[email protected]>
1 parent fd59cf1 commit 49617b2

File tree

1 file changed

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

1 file changed

+7
-7
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/sztest2/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ The function has the following parameters:
8888
- **arrays**: array-like object containing the following ndarrays in order:
8989

9090
1. first one-dimensional input ndarray.
91-
1. second one-dimensional input ndarray.
92-
2. a zero-dimensional output ndarray containing a [results object][@stdlib/stats/base/ztest/two-sample/results/float32].
93-
3. a zero-dimensional ndarray specifying the alternative hypothesis.
94-
4. a zero-dimensional ndarray specifying the significance level.
95-
5. a zero-dimensional ndarray specifying the difference in means under the null hypothesis.
96-
6. a zero-dimensional ndarray specifying the known standard deviation of first one-dimensional input ndarray.
97-
7. a zero-dimensional ndarray specifying the known standard deviation of second one-dimensional input ndarray.
91+
2. second one-dimensional input ndarray.
92+
3. a zero-dimensional output ndarray containing a [results object][@stdlib/stats/base/ztest/two-sample/results/float32].
93+
4. a zero-dimensional ndarray specifying the alternative hypothesis.
94+
5. a zero-dimensional ndarray specifying the significance level.
95+
6. a zero-dimensional ndarray specifying the difference in means under the null hypothesis.
96+
7. a zero-dimensional ndarray specifying the known standard deviation of first one-dimensional input ndarray.
97+
8. a zero-dimensional ndarray specifying the known standard deviation of second one-dimensional input ndarray.
9898

9999
</section>
100100

0 commit comments

Comments
 (0)