You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [`352993d`](https://github.com/stdlib-js/stdlib/commit/352993db5c4a41180aa78951a0bc1c9faa8aefc4) - **docs:** improve examples of `stats/base/dists/studentized-range` _(by Rejoan Sardar, Philipp Burckhardt)_
378
379
- [`cc5d91f`](https://github.com/stdlib-js/stdlib/commit/cc5d91fb3df5155821344d6fffbeef23f37e8153) - **style:** remove blank line [(#2339)](https://github.com/stdlib-js/stdlib/pull/2339) _(by stdlib-bot, Philipp Burckhardt)_
379
-
- [`922122e`](https://github.com/stdlib-js/stdlib/commit/922122e319c37170f16e14ce5d074273fd7f0675) - **docs:** improve examples for `stats/base/dists/normal` namespace _(by NightKnight, Philipp Burckhardt)_
380
+
- [`922122e`](https://github.com/stdlib-js/stdlib/commit/922122e319c37170f16e14ce5d074273fd7f0675) - **docs:** improve examples for `stats/base/dists/normal` namespace _(by Ahmed Atwa, Philipp Burckhardt)_
380
381
- [`c3ebfa8`](https://github.com/stdlib-js/stdlib/commit/c3ebfa80e311db338b171ebf8eb5f46bc66e9bf6) - **docs:** update namespace table of contents and address spelling errors _(by Philipp Burckhardt)_
381
382
- [`ac73b91`](https://github.com/stdlib-js/stdlib/commit/ac73b9195cf4f4e087dca2df535ac49831e1aa07) - **docs:** satisfy spellchecker _(by Philipp Burckhardt)_
382
383
- [`867726b`](https://github.com/stdlib-js/stdlib/commit/867726bb7ef6851ca0986ecdb91bf5a5f246ee5a) - **docs:** update examples in `stats/base/dists/uniform` _(by Muhammad Haris, Philipp Burckhardt)_
@@ -388,8 +389,8 @@ A total of 8 people contributed to this release. Thank you to the following cont
388
389
- [`e7f1ecd`](https://github.com/stdlib-js/stdlib/commit/e7f1ecd587d5f59ca83c4a4d964d225cb616ac4e) - **docs:** improve README examples of `stats/base/dists/truncated-normal` _(by Rejoan Sardar, Philipp Burckhardt)_
389
390
- [`37f46fe`](https://github.com/stdlib-js/stdlib/commit/37f46fe9b23d465c21db3aff241d67345a7cd70a) - **docs:** improve README examples of `stats/base/dists/negative-binomial` _(by Rejoan Sardar, Philipp Burckhardt)_
390
391
- [`452d183`](https://github.com/stdlib-js/stdlib/commit/452d183cf423413fd1c6c8844a92c8e1a998315b) - **docs:** improve README examples for `stats/base/dists/rayleigh` namespace _(by Jaimin Godhani, Philipp Burckhardt)_
391
-
- [`8b0d39d`](https://github.com/stdlib-js/stdlib/commit/8b0d39d2047d445437c597ce5e5962241f0c9056) - **docs:** improve README examples of `stats/base/dists/binomial` namespace _(by nishant-s7, Philipp Burckhardt)_
392
-
- [`d66f5d6`](https://github.com/stdlib-js/stdlib/commit/d66f5d6f7a564b08f57fa210c63a311e5f76df10) - **docs:** improve README examples of `stats/base/dists/poisson` namespace _(by nishant-s7, Philipp Burckhardt)_
392
+
- [`8b0d39d`](https://github.com/stdlib-js/stdlib/commit/8b0d39d2047d445437c597ce5e5962241f0c9056) - **docs:** improve README examples of `stats/base/dists/binomial` namespace _(by Nishant Shinde, Philipp Burckhardt)_
393
+
- [`d66f5d6`](https://github.com/stdlib-js/stdlib/commit/d66f5d6f7a564b08f57fa210c63a311e5f76df10) - **docs:** improve README examples of `stats/base/dists/poisson` namespace _(by Nishant Shinde, Philipp Burckhardt)_
Copy file name to clipboardExpand all lines: levene-test/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,7 +197,7 @@ var table = out.print();
197
197
198
198
## See Also
199
199
200
-
- <spanclass="package-name">[`@stdlib/stats/vartest`][@stdlib/stats/vartest]</span><spanclass="delimiter">: </span><spanclass="description">two-sample F-test for equal variances</span>
200
+
- <spanclass="package-name">[`@stdlib/stats/vartest`][@stdlib/stats/vartest]</span><spanclass="delimiter">: </span><spanclass="description">two-sample F-test for equal variances.</span>
201
201
- <spanclass="package-name">[`@stdlib/stats/bartlett-test`][@stdlib/stats/bartlett-test]</span><spanclass="delimiter">: </span><spanclass="description">Bartlett’s test for equal variances.</span>
0 commit comments