@@ -234,9 +234,9 @@ The function accepts the following arguments:
234234
235235- **N**: `[in] CBLAS_INT` number of indexed elements.
236236- **alternative**: `[in] enum STDLIB_STATS_ZTEST_ALTERNATIVE` [alternative hypothesis][@stdlib/stats/base/ztest/alternatives].
237- - **alpha**: significance level.
238- - **mu**: value of the mean under the null hypothesis.
239- - **sigma** known standard deviation.
237+ - **alpha**: `[in] double` significance level.
238+ - **mu**: `[in] double` value of the mean under the null hypothesis.
239+ - **sigma** `[in] double` known standard deviation.
240240- **X**: `[in] double*` input array.
241241- **strideX**: `[in] CBLAS_INT` stride length for `X`.
242242- **results**: `[out] struct stdlib_stats_ztest_one_sample_results_float64*` output [results object][@stdlib/stats/base/ztest/one-sample/results/float64].
@@ -273,9 +273,9 @@ The function accepts the following arguments:
273273
274274- **N**: `[in] CBLAS_INT` number of indexed elements.
275275- **alternative**: `[in] enum STDLIB_STATS_ZTEST_ALTERNATIVE` [alternative hypothesis][@stdlib/stats/base/ztest/alternatives].
276- - **alpha**: significance level.
277- - **mu**: value of the mean under the null hypothesis.
278- - **sigma** known standard deviation.
276+ - **alpha**: `[in] double` significance level.
277+ - **mu**: `[in] double` value of the mean under the null hypothesis.
278+ - **sigma** `[in] double` known standard deviation.
279279- **X**: `[in] double*` input array.
280280- **strideX**: `[in] CBLAS_INT` stride length for `X`.
281281- **offsetX**: `[in] CBLAS_INT` starting index for `X`.
0 commit comments