@stdlib/stats-wilcoxon 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/NOTICE +1 -1
  2. package/README.md +38 -2
  3. package/package.json +1 -1
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2021 The Stdlib Authors.
1
+ Copyright (c) 2016-2022 The Stdlib Authors.
package/README.md CHANGED
@@ -20,7 +20,7 @@ limitations under the License.
20
20
 
21
21
  # Wilcoxon Signed Rank Test
22
22
 
23
- [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
23
+ [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
24
24
 
25
25
  > One-sample and paired Wilcoxon signed rank test.
26
26
 
@@ -380,6 +380,23 @@ table = out.print();
380
380
 
381
381
  <!-- /.examples -->
382
382
 
383
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
384
+
385
+ <section class="related">
386
+
387
+ * * *
388
+
389
+ ## See Also
390
+
391
+ - <span class="package-name">[`@stdlib/stats/ttest`][@stdlib/stats/ttest]</span><span class="delimiter">: </span><span class="description">one-sample and paired Student's t-Test.</span>
392
+ - <span class="package-name">[`@stdlib/stats/ztest`][@stdlib/stats/ztest]</span><span class="delimiter">: </span><span class="description">one-sample and paired z-Test.</span>
393
+
394
+ </section>
395
+
396
+ <!-- /.related -->
397
+
398
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
399
+
383
400
 
384
401
  <section class="main-repo" >
385
402
 
@@ -404,7 +421,7 @@ See [LICENSE][stdlib-license].
404
421
 
405
422
  ## Copyright
406
423
 
407
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
424
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
408
425
 
409
426
  </section>
410
427
 
@@ -423,9 +440,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
423
440
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-wilcoxon/main.svg
424
441
  [coverage-url]: https://codecov.io/github/stdlib-js/stats-wilcoxon?branch=main
425
442
 
443
+ <!--
444
+
426
445
  [dependencies-image]: https://img.shields.io/david/stdlib-js/stats-wilcoxon.svg
427
446
  [dependencies-url]: https://david-dm.org/stdlib-js/stats-wilcoxon/main
428
447
 
448
+ -->
449
+
450
+ [umd]: https://github.com/umdjs/umd
451
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
452
+
453
+ [deno-url]: https://github.com/stdlib-js/stats-wilcoxon/tree/deno
454
+ [umd-url]: https://github.com/stdlib-js/stats-wilcoxon/tree/umd
455
+ [esm-url]: https://github.com/stdlib-js/stats-wilcoxon/tree/esm
456
+
429
457
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
430
458
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
431
459
 
@@ -439,6 +467,14 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
439
467
 
440
468
  [mdn-typed-array]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays
441
469
 
470
+ <!-- <related-links> -->
471
+
472
+ [@stdlib/stats/ttest]: https://www.npmjs.com/package/@stdlib/stats-ttest
473
+
474
+ [@stdlib/stats/ztest]: https://www.npmjs.com/package/@stdlib/stats-ztest
475
+
476
+ <!-- </related-links> -->
477
+
442
478
  </section>
443
479
 
444
480
  <!-- /.links -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/stats-wilcoxon",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Wilcoxon signed rank test.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {