File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
lib/node_modules/@stdlib/stats/base/ndarray/sztest2 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments