@stdlib/stats-binomial-test 0.0.3 → 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.
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
  # Binomial 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
  > Exact test for the success probability in a Bernoulli experiment.
26
26
 
@@ -246,6 +246,16 @@ out = binomialTest( 21, 40, {
246
246
 
247
247
  <!-- /.examples -->
248
248
 
249
+ <!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
250
+
251
+ <section class="related">
252
+
253
+ </section>
254
+
255
+ <!-- /.related -->
256
+
257
+ <!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
258
+
249
259
 
250
260
  <section class="main-repo" >
251
261
 
@@ -270,7 +280,7 @@ See [LICENSE][stdlib-license].
270
280
 
271
281
  ## Copyright
272
282
 
273
- Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
283
+ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
274
284
 
275
285
  </section>
276
286
 
@@ -289,9 +299,20 @@ Copyright &copy; 2016-2021. The Stdlib [Authors][stdlib-authors].
289
299
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-binomial-test/main.svg
290
300
  [coverage-url]: https://codecov.io/github/stdlib-js/stats-binomial-test?branch=main
291
301
 
302
+ <!--
303
+
292
304
  [dependencies-image]: https://img.shields.io/david/stdlib-js/stats-binomial-test.svg
293
305
  [dependencies-url]: https://david-dm.org/stdlib-js/stats-binomial-test/main
294
306
 
307
+ -->
308
+
309
+ [umd]: https://github.com/umdjs/umd
310
+ [es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
311
+
312
+ [deno-url]: https://github.com/stdlib-js/stats-binomial-test/tree/deno
313
+ [umd-url]: https://github.com/stdlib-js/stats-binomial-test/tree/umd
314
+ [esm-url]: https://github.com/stdlib-js/stats-binomial-test/tree/esm
315
+
295
316
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
296
317
  [chat-url]: https://gitter.im/stdlib-js/stdlib/
297
318
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/stats-binomial-test",
3
- "version": "0.0.3",
3
+ "version": "0.0.7",
4
4
  "description": "Exact test for the success probability in a Bernoulli experiment.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -15,6 +15,7 @@
15
15
  ],
16
16
  "main": "./lib",
17
17
  "directories": {
18
+ "benchmark": "./benchmark",
18
19
  "doc": "./docs",
19
20
  "example": "./examples",
20
21
  "lib": "./lib",
package/CHANGELOG.md DELETED
@@ -1,5 +0,0 @@
1
- # CHANGELOG
2
-
3
- > Package changelog.
4
-
5
- See [GitHub Releases](https://github.com/stdlib-js/stats-binomial-test/releases) for the changelog.