Skip to content

Commit 0948fe0

Browse files
committed
Fix copy-paste error
1 parent 11c4629 commit 0948fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/vartest

lib/node_modules/@stdlib/stats/vartest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The function accepts the following `options`:
7575

7676
- **alpha**: `number` in the interval `[0,1]` giving the significance level of the hypothesis test. Default: `0.05`.
7777
- **alternative**: Either `two-sided`, `less` or `greater`. Indicates whether the alternative hypothesis is that the true ratio of variances is greater than one (`greater`), smaller than one (`less`), or that the variances are the same (`two-sided`). Default: `two-sided`.
78-
- **difference**: `number` denoting the difference in means under the null hypothesis. Default: `0`.
78+
- **ratio**: positive `number` denoting the ratio of the two population variances under the null hypothesis. Default: `1`.
7979

8080
By default, the hypothesis test is carried out at a significance level of `0.05`. To choose a different significance level, set the `alpha` option.
8181

0 commit comments

Comments
 (0)