@stdlib/stats-base-dists-binomial-pmf 0.0.7 → 0.1.0

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/CITATION.cff ADDED
@@ -0,0 +1,30 @@
1
+ cff-version: 1.2.0
2
+ title: stdlib
3
+ message: >-
4
+ If you use this software, please cite it using the
5
+ metadata from this file.
6
+
7
+ type: software
8
+
9
+ authors:
10
+ - name: The Stdlib Authors
11
+ url: https://github.com/stdlib-js/stdlib/graphs/contributors
12
+
13
+ repository-code: https://github.com/stdlib-js/stdlib
14
+ url: https://stdlib.io
15
+
16
+ abstract: |
17
+ Standard library for JavaScript and Node.js.
18
+
19
+ keywords:
20
+ - JavaScript
21
+ - Node.js
22
+ - TypeScript
23
+ - standard library
24
+ - scientific computing
25
+ - numerical computing
26
+ - statistical computing
27
+
28
+ license: Apache-2.0 AND BSL-1.0
29
+
30
+ date-released: 2016
package/NOTICE CHANGED
@@ -1 +1 @@
1
- Copyright (c) 2016-2022 The Stdlib Authors.
1
+ Copyright (c) 2016-2023 The Stdlib Authors.
package/README.md CHANGED
@@ -18,6 +18,17 @@ limitations under the License.
18
18
 
19
19
  -->
20
20
 
21
+
22
+ <details>
23
+ <summary>
24
+ About stdlib...
25
+ </summary>
26
+ <p>We believe in a future in which the web is a preferred environment for numerical computation. To help realize this future, we've built stdlib. stdlib is a standard library, with an emphasis on numerical and scientific computation, written in JavaScript (and C) for execution in browsers and in Node.js.</p>
27
+ <p>The library is fully decomposable, being architected in such a way that you can swap out and mix and match APIs and functionality to cater to your exact preferences and use cases.</p>
28
+ <p>When you use stdlib, you can be absolutely certain that you are using the most thorough, rigorous, well-written, studied, documented, tested, measured, and high-quality code out there.</p>
29
+ <p>To join us in bringing numerical computing to the web, get started by checking us out on <a href="https://github.com/stdlib-js/stdlib">GitHub</a>, and please consider <a href="https://opencollective.com/stdlib">financially supporting stdlib</a>. We greatly appreciate your continued support!</p>
30
+ </details>
31
+
21
32
  # Probability Mass Function
22
33
 
23
34
  [![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
@@ -194,7 +205,7 @@ See [LICENSE][stdlib-license].
194
205
 
195
206
  ## Copyright
196
207
 
197
- Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
208
+ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
198
209
 
199
210
  </section>
200
211
 
@@ -207,8 +218,8 @@ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
207
218
  [npm-image]: http://img.shields.io/npm/v/@stdlib/stats-base-dists-binomial-pmf.svg
208
219
  [npm-url]: https://npmjs.org/package/@stdlib/stats-base-dists-binomial-pmf
209
220
 
210
- [test-image]: https://github.com/stdlib-js/stats-base-dists-binomial-pmf/actions/workflows/test.yml/badge.svg?branch=v0.0.7
211
- [test-url]: https://github.com/stdlib-js/stats-base-dists-binomial-pmf/actions/workflows/test.yml?query=branch:v0.0.7
221
+ [test-image]: https://github.com/stdlib-js/stats-base-dists-binomial-pmf/actions/workflows/test.yml/badge.svg?branch=v0.1.0
222
+ [test-url]: https://github.com/stdlib-js/stats-base-dists-binomial-pmf/actions/workflows/test.yml?query=branch:v0.1.0
212
223
 
213
224
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/stats-base-dists-binomial-pmf/main.svg
214
225
  [coverage-url]: https://codecov.io/github/stdlib-js/stats-base-dists-binomial-pmf?branch=main
@@ -221,7 +232,7 @@ Copyright &copy; 2016-2022. The Stdlib [Authors][stdlib-authors].
221
232
  -->
222
233
 
223
234
  [chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
224
- [chat-url]: https://gitter.im/stdlib-js/stdlib/
235
+ [chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im
225
236
 
226
237
  [stdlib]: https://github.com/stdlib-js/stdlib
227
238
 
@@ -0,0 +1,3 @@
1
+ /// <reference path="../docs/types/index.d.ts" />
2
+ import pmf from '../docs/types/index';
3
+ export = pmf;
package/dist/index.js ADDED
@@ -0,0 +1,7 @@
1
+ "use strict";var v=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var q=v(function(C,o){
2
+ var f=require('@stdlib/math-base-assert-is-nonnegative-integer/dist'),m=require('@stdlib/math-base-special-binomcoefln/dist'),a=require('@stdlib/math-base-assert-is-nan/dist'),y=require('@stdlib/math-base-special-log1p/dist'),I=require('@stdlib/math-base-special-exp/dist'),F=require('@stdlib/math-base-special-ln/dist'),b=require('@stdlib/constants-float64-pinf/dist');function d(e,r,u){var i;return a(e)||a(r)||a(u)||u<0||u>1||!f(r)||r===b?NaN:f(e)?e>r?0:u===0?e===0?1:0:u===1?e===r?1:0:(i=m(r,e),i+=e*F(u)+(r-e)*y(-u),I(i)):0}o.exports=d
3
+ });var l=v(function(D,N){
4
+ var s=require('@stdlib/math-base-assert-is-nonnegative-integer/dist'),P=require('@stdlib/utils-constant-function/dist'),O=require('@stdlib/math-base-special-binomcoefln/dist'),c=require('@stdlib/stats-base-dists-degenerate-pmf/dist').factory,n=require('@stdlib/math-base-assert-is-nan/dist'),R=require('@stdlib/math-base-special-log1p/dist'),h=require('@stdlib/math-base-special-exp/dist'),j=require('@stdlib/math-base-special-ln/dist'),k=require('@stdlib/constants-float64-pinf/dist');function w(e,r){if(n(e)||n(r)||!s(e)||e===k||r<0||r>1)return P(NaN);if(r===0||e===0)return c(0);if(r===1)return c(e);return u;function u(i){var t;return n(i)?NaN:s(i)?i>e?0:(t=O(e,i),t+=i*j(r)+(e-i)*R(-r),h(t)):0}}N.exports=w
5
+ });var z=require('@stdlib/utils-define-nonenumerable-read-only-property/dist'),g=q(),A=l();z(g,"factory",A);module.exports=g;
6
+ /** @license Apache-2.0 */
7
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../lib/main.js", "../lib/factory.js", "../lib/index.js"],
4
+ "sourcesContent": ["/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n// MODULES //\n\nvar isNonNegativeInteger = require( '@stdlib/math-base-assert-is-nonnegative-integer' );\nvar binomcoefln = require( '@stdlib/math-base-special-binomcoefln' );\nvar isnan = require( '@stdlib/math-base-assert-is-nan' );\nvar log1p = require( '@stdlib/math-base-special-log1p' );\nvar exp = require( '@stdlib/math-base-special-exp' );\nvar ln = require( '@stdlib/math-base-special-ln' );\nvar PINF = require( '@stdlib/constants-float64-pinf' );\n\n\n// MAIN //\n\n/**\n* Evaluates the probability mass function (PMF) for a binomial distribution with number of trials `n` and success probability `p` at a value `x`.\n*\n* @param {number} x - input value\n* @param {NonNegativeInteger} n - number of trials\n* @param {Probability} p - success probability\n* @returns {Probability} evaluated PMF\n*\n* @example\n* var y = pmf( 3.0, 20, 0.2 );\n* // returns ~0.205\n*\n* @example\n* var y = pmf( 21.0, 20, 0.2 );\n* // returns 0.0\n*\n* @example\n* var y = pmf( 5.0, 10, 0.4 );\n* // returns ~0.201\n*\n* @example\n* var y = pmf( 0.0, 10, 0.4 );\n* // returns ~0.006\n*\n* @example\n* var y = pmf( NaN, 20, 0.5 );\n* // returns NaN\n*\n* @example\n* var y = pmf( 0.0, NaN, 0.5 );\n* // returns NaN\n*\n* @example\n* var y = pmf( 0.0, 20, NaN );\n* // returns NaN\n*\n* @example\n* var y = pmf( 2.0, 1.5, 0.5 );\n* // returns NaN\n*\n* @example\n* var y = pmf( 2.0, -2.0, 0.5 );\n* // returns NaN\n*\n* @example\n* var y = pmf( 2.0, 20, -1.0 );\n* // returns NaN\n*\n* @example\n* var y = pmf( 2.0, 20, 1.5 );\n* // returns NaN\n*/\nfunction pmf( x, n, p ) {\n\tvar lnl;\n\tif (\n\t\tisnan( x ) ||\n\t\tisnan( n ) ||\n\t\tisnan( p ) ||\n\t\tp < 0.0 ||\n\t\tp > 1.0 ||\n\t\t!isNonNegativeInteger( n ) ||\n\t\tn === PINF\n\t) {\n\t\treturn NaN;\n\t}\n\tif ( isNonNegativeInteger( x ) ) {\n\t\tif ( x > n ) {\n\t\t\treturn 0.0;\n\t\t}\n\t\tif ( p === 0.0 ) {\n\t\t\treturn ( x === 0 ) ? 1.0 : 0.0;\n\t\t}\n\t\tif ( p === 1.0 ) {\n\t\t\treturn ( x === n ) ? 1.0 : 0.0;\n\t\t}\n\t\tlnl = binomcoefln( n, x );\n\t\tlnl += (x * ln( p )) + (( n - x ) * log1p( -p ));\n\t\treturn exp( lnl );\n\t}\n\treturn 0.0;\n}\n\n\n// EXPORTS //\n\nmodule.exports = pmf;\n", "/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n// MODULES //\n\nvar isNonNegativeInteger = require( '@stdlib/math-base-assert-is-nonnegative-integer' );\nvar constantFunction = require( '@stdlib/utils-constant-function' );\nvar binomcoefln = require( '@stdlib/math-base-special-binomcoefln' );\nvar degenerate = require( '@stdlib/stats-base-dists-degenerate-pmf' ).factory;\nvar isnan = require( '@stdlib/math-base-assert-is-nan' );\nvar log1p = require( '@stdlib/math-base-special-log1p' );\nvar exp = require( '@stdlib/math-base-special-exp' );\nvar ln = require( '@stdlib/math-base-special-ln' );\nvar PINF = require( '@stdlib/constants-float64-pinf' );\n\n\n// MAIN //\n\n/**\n* Returns a function for evaluating the probability mass function (PMF) for a binomial distribution with number of trials `n` and success probability `p`.\n*\n* @param {NonNegativeInteger} n - number of trials\n* @param {Probability} p - success probability\n* @returns {Function} PMF\n*\n* @example\n* var pmf = factory( 10, 0.5 );\n* var y = pmf( 3.0 );\n* // returns ~0.117\n*\n* y = pmf( 5.0 );\n* // returns ~0.246\n*/\nfunction factory( n, p ) {\n\tif (\n\t\tisnan( n ) ||\n\t\tisnan( p ) ||\n\t\t!isNonNegativeInteger( n ) ||\n\t\tn === PINF ||\n\t\tp < 0.0 ||\n\t\tp > 1.0\n\t) {\n\t\treturn constantFunction( NaN );\n\t}\n\tif ( p === 0.0 || n === 0 ) {\n\t\treturn degenerate( 0.0 );\n\t}\n\tif ( p === 1.0 ) {\n\t\treturn degenerate( n );\n\t}\n\treturn pmf;\n\n\t/**\n\t* Evaluates the probability mass function (PMF) for a binomial distribution.\n\t*\n\t* @private\n\t* @param {number} x - input value\n\t* @returns {Probability} evaluated PMF\n\t*\n\t* @example\n\t* var y = pmf( 2.0 );\n\t* // returns <number>\n\t*/\n\tfunction pmf( x ) {\n\t\tvar lnl;\n\t\tif ( isnan( x ) ) {\n\t\t\treturn NaN;\n\t\t}\n\t\tif ( isNonNegativeInteger( x ) ) {\n\t\t\tif ( x > n ) {\n\t\t\t\treturn 0.0;\n\t\t\t}\n\t\t\tlnl = binomcoefln( n, x );\n\t\t\tlnl += (x * ln( p )) + ((n - x) * log1p( -p ));\n\t\t\treturn exp( lnl );\n\t\t}\n\t\treturn 0.0;\n\t}\n}\n\n\n// EXPORTS //\n\nmodule.exports = factory;\n", "/**\n* @license Apache-2.0\n*\n* Copyright (c) 2018 The Stdlib Authors.\n*\n* Licensed under the Apache License, Version 2.0 (the \"License\");\n* you may not use this file except in compliance with the License.\n* You may obtain a copy of the License at\n*\n* http://www.apache.org/licenses/LICENSE-2.0\n*\n* Unless required by applicable law or agreed to in writing, software\n* distributed under the License is distributed on an \"AS IS\" BASIS,\n* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n* See the License for the specific language governing permissions and\n* limitations under the License.\n*/\n\n'use strict';\n\n/**\n* Binomial distribution probability mass function (PMF).\n*\n* @module @stdlib/stats-base-dists-binomial-pmf\n*\n* @example\n* var pmf = require( '@stdlib/stats-base-dists-binomial-pmf' );\n*\n* var y = pmf( 3.0, 20, 0.2 );\n* // returns ~0.205\n*\n* y = pmf( 21.0, 20, 0.2 );\n* // returns 0.0\n*\n* y = pmf( 5.0, 10, 0.4 );\n* // returns ~0.201\n*\n* y = pmf( 0.0, 10, 0.4 );\n* // returns ~0.06\n*\n* @example\n* var factory = require( '@stdlib/stats-base-dists-binomial-pmf' ).factory;\n*\n* var pmf = factory( 10, 0.5 );\n*\n* var y = pmf( 3.0 );\n* // returns ~0.117\n*\n* y = pmf( 5.0 );\n* // returns ~0.246\n*/\n\n// MODULES //\n\nvar setReadOnly = require( '@stdlib/utils-define-nonenumerable-read-only-property' );\nvar main = require( './main.js' );\nvar factory = require( './factory.js' );\n\n\n// MAIN //\n\nsetReadOnly( main, 'factory', factory );\n\n\n// EXPORTS //\n\nmodule.exports = main;\n"],
5
+ "mappings": "uGAAA,IAAAA,EAAAC,EAAA,SAAAC,EAAAC,EAAA,cAsBA,IAAIC,EAAuB,QAAS,iDAAkD,EAClFC,EAAc,QAAS,uCAAwC,EAC/DC,EAAQ,QAAS,iCAAkC,EACnDC,EAAQ,QAAS,iCAAkC,EACnDC,EAAM,QAAS,+BAAgC,EAC/CC,EAAK,QAAS,8BAA+B,EAC7CC,EAAO,QAAS,gCAAiC,EAyDrD,SAASC,EAAKC,EAAGC,EAAGC,EAAI,CACvB,IAAIC,EACJ,OACCT,EAAOM,CAAE,GACTN,EAAOO,CAAE,GACTP,EAAOQ,CAAE,GACTA,EAAI,GACJA,EAAI,GACJ,CAACV,EAAsBS,CAAE,GACzBA,IAAMH,EAEC,IAEHN,EAAsBQ,CAAE,EACvBA,EAAIC,EACD,EAEHC,IAAM,EACDF,IAAM,EAAM,EAAM,EAEvBE,IAAM,EACDF,IAAMC,EAAM,EAAM,GAE5BE,EAAMV,EAAaQ,EAAGD,CAAE,EACxBG,GAAQH,EAAIH,EAAIK,CAAE,GAAQD,EAAID,GAAML,EAAO,CAACO,CAAE,EACvCN,EAAKO,CAAI,GAEV,CACR,CAKAZ,EAAO,QAAUQ,ICtHjB,IAAAK,EAAAC,EAAA,SAAAC,EAAAC,EAAA,cAsBA,IAAIC,EAAuB,QAAS,iDAAkD,EAClFC,EAAmB,QAAS,iCAAkC,EAC9DC,EAAc,QAAS,uCAAwC,EAC/DC,EAAa,QAAS,yCAA0C,EAAE,QAClEC,EAAQ,QAAS,iCAAkC,EACnDC,EAAQ,QAAS,iCAAkC,EACnDC,EAAM,QAAS,+BAAgC,EAC/CC,EAAK,QAAS,8BAA+B,EAC7CC,EAAO,QAAS,gCAAiC,EAoBrD,SAASC,EAASC,EAAGC,EAAI,CACxB,GACCP,EAAOM,CAAE,GACTN,EAAOO,CAAE,GACT,CAACX,EAAsBU,CAAE,GACzBA,IAAMF,GACNG,EAAI,GACJA,EAAI,EAEJ,OAAOV,EAAkB,GAAI,EAE9B,GAAKU,IAAM,GAAOD,IAAM,EACvB,OAAOP,EAAY,CAAI,EAExB,GAAKQ,IAAM,EACV,OAAOR,EAAYO,CAAE,EAEtB,OAAOE,EAaP,SAASA,EAAKC,EAAI,CACjB,IAAIC,EACJ,OAAKV,EAAOS,CAAE,EACN,IAEHb,EAAsBa,CAAE,EACvBA,EAAIH,EACD,GAERI,EAAMZ,EAAaQ,EAAGG,CAAE,EACxBC,GAAQD,EAAIN,EAAII,CAAE,GAAOD,EAAIG,GAAKR,EAAO,CAACM,CAAE,EACrCL,EAAKQ,CAAI,GAEV,CACR,CACD,CAKAf,EAAO,QAAUU,IC9CjB,IAAIM,EAAc,QAAS,uDAAwD,EAC/EC,EAAO,IACPC,EAAU,IAKdF,EAAaC,EAAM,UAAWC,CAAQ,EAKtC,OAAO,QAAUD",
6
+ "names": ["require_main", "__commonJSMin", "exports", "module", "isNonNegativeInteger", "binomcoefln", "isnan", "log1p", "exp", "ln", "PINF", "pmf", "x", "n", "p", "lnl", "require_factory", "__commonJSMin", "exports", "module", "isNonNegativeInteger", "constantFunction", "binomcoefln", "degenerate", "isnan", "log1p", "exp", "ln", "PINF", "factory", "n", "p", "pmf", "x", "lnl", "setReadOnly", "main", "factory"]
7
+ }
@@ -16,7 +16,7 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- // TypeScript Version: 2.0
19
+ // TypeScript Version: 4.1
20
20
 
21
21
  /**
22
22
  * Evaluates the probability mass function (PMF) for a binomial distribution.
package/lib/index.js CHANGED
@@ -53,15 +53,15 @@
53
53
  // MODULES //
54
54
 
55
55
  var setReadOnly = require( '@stdlib/utils-define-nonenumerable-read-only-property' );
56
- var pmf = require( './pmf.js' );
56
+ var main = require( './main.js' );
57
57
  var factory = require( './factory.js' );
58
58
 
59
59
 
60
60
  // MAIN //
61
61
 
62
- setReadOnly( pmf, 'factory', factory );
62
+ setReadOnly( main, 'factory', factory );
63
63
 
64
64
 
65
65
  // EXPORTS //
66
66
 
67
- module.exports = pmf;
67
+ module.exports = main;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/stats-base-dists-binomial-pmf",
3
- "version": "0.0.7",
3
+ "version": "0.1.0",
4
4
  "description": "Binomial distribution probability mass function (PMF).",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -37,28 +37,28 @@
37
37
  "url": "https://github.com/stdlib-js/stdlib/issues"
38
38
  },
39
39
  "dependencies": {
40
- "@stdlib/constants-float64-pinf": "^0.0.x",
41
- "@stdlib/math-base-assert-is-nan": "^0.0.x",
42
- "@stdlib/math-base-assert-is-nonnegative-integer": "^0.0.x",
43
- "@stdlib/math-base-special-binomcoefln": "^0.0.x",
44
- "@stdlib/math-base-special-exp": "^0.0.x",
45
- "@stdlib/math-base-special-ln": "^0.0.x",
46
- "@stdlib/math-base-special-log1p": "^0.0.x",
47
- "@stdlib/stats-base-dists-degenerate-pmf": "^0.0.x",
48
- "@stdlib/utils-constant-function": "^0.0.x",
49
- "@stdlib/utils-define-nonenumerable-read-only-property": "^0.0.x"
40
+ "@stdlib/constants-float64-pinf": "^0.1.0",
41
+ "@stdlib/math-base-assert-is-nan": "^0.1.0",
42
+ "@stdlib/math-base-assert-is-nonnegative-integer": "^0.1.0",
43
+ "@stdlib/math-base-special-binomcoefln": "^0.1.0",
44
+ "@stdlib/math-base-special-exp": "^0.1.0",
45
+ "@stdlib/math-base-special-ln": "^0.1.0",
46
+ "@stdlib/math-base-special-log1p": "^0.1.0",
47
+ "@stdlib/stats-base-dists-degenerate-pmf": "^0.1.0",
48
+ "@stdlib/utils-constant-function": "^0.1.0",
49
+ "@stdlib/utils-define-nonenumerable-read-only-property": "^0.1.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@stdlib/bench": "^0.0.x",
53
- "@stdlib/constants-float64-eps": "^0.0.x",
54
- "@stdlib/constants-float64-ninf": "^0.0.x",
55
- "@stdlib/math-base-special-abs": "^0.0.x",
56
- "@stdlib/math-base-special-ceil": "^0.0.x",
57
- "@stdlib/math-base-special-round": "^0.0.x",
58
- "@stdlib/random-base-randu": "^0.0.x",
52
+ "@stdlib/bench": "^0.1.0",
53
+ "@stdlib/constants-float64-eps": "^0.1.0",
54
+ "@stdlib/constants-float64-ninf": "^0.1.0",
55
+ "@stdlib/math-base-special-abs": "^0.1.0",
56
+ "@stdlib/math-base-special-ceil": "^0.1.0",
57
+ "@stdlib/math-base-special-round": "^0.1.0",
58
+ "@stdlib/random-base-randu": "^0.0.8",
59
59
  "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
60
60
  "istanbul": "^0.4.1",
61
- "tap-spec": "5.x.x"
61
+ "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
62
62
  },
63
63
  "engines": {
64
64
  "node": ">=0.10.0",
@@ -97,7 +97,7 @@
97
97
  "univariate"
98
98
  ],
99
99
  "funding": {
100
- "type": "patreon",
101
- "url": "https://www.patreon.com/athan"
100
+ "type": "opencollective",
101
+ "url": "https://opencollective.com/stdlib"
102
102
  }
103
103
  }
package/docs/repl.txt DELETED
@@ -1,82 +0,0 @@
1
-
2
- {{alias}}( x, n, p )
3
- Evaluates the probability mass function (PMF) for a binomial distribution
4
- with number of trials `n` and success probability `p` at a value `x`.
5
-
6
- If provided `NaN` as any argument, the function returns `NaN`.
7
-
8
- If provided a number of trials `n` which is not a nonnegative integer, the
9
- function returns `NaN`.
10
-
11
- If `p < 0` or `p > 1`, the function returns `NaN`.
12
-
13
- Parameters
14
- ----------
15
- x: number
16
- Input value.
17
-
18
- n: integer
19
- Number of trials.
20
-
21
- p: number
22
- Success probability.
23
-
24
- Returns
25
- -------
26
- out: number
27
- Evaluated PMF.
28
-
29
- Examples
30
- --------
31
- > var y = {{alias}}( 3.0, 20, 0.2 )
32
- ~0.205
33
- > y = {{alias}}( 21.0, 20, 0.2 )
34
- 0.0
35
- > y = {{alias}}( 5.0, 10, 0.4 )
36
- ~0.201
37
- > y = {{alias}}( 0.0, 10, 0.4 )
38
- ~0.006
39
- > y = {{alias}}( NaN, 20, 0.5 )
40
- NaN
41
- > y = {{alias}}( 0.0, NaN, 0.5 )
42
- NaN
43
- > y = {{alias}}( 0.0, 20, NaN )
44
- NaN
45
- > y = {{alias}}( 2.0, 1.5, 0.5 )
46
- NaN
47
- > y = {{alias}}( 2.0, -2.0, 0.5 )
48
- NaN
49
- > y = {{alias}}( 2.0, 20, -1.0 )
50
- NaN
51
- > y = {{alias}}( 2.0, 20, 1.5 )
52
- NaN
53
-
54
-
55
- {{alias}}.factory( n, p )
56
- Returns a function for evaluating the probability mass function (PMF) of a
57
- binomial distribution with number of trials `n` and success probability `p`.
58
-
59
- Parameters
60
- ----------
61
- n: integer
62
- Number of trials.
63
-
64
- p: number
65
- Success probability.
66
-
67
- Returns
68
- -------
69
- pmf: Function
70
- Probability mass function (PMF).
71
-
72
- Examples
73
- --------
74
- > var mypmf = {{alias}}.factory( 10, 0.5 );
75
- > var y = mypmf( 3.0 )
76
- ~0.117
77
- > y = mypmf( 5.0 )
78
- ~0.246
79
-
80
- See Also
81
- --------
82
-
@@ -1,119 +0,0 @@
1
- /*
2
- * @license Apache-2.0
3
- *
4
- * Copyright (c) 2019 The Stdlib Authors.
5
- *
6
- * Licensed under the Apache License, Version 2.0 (the "License");
7
- * you may not use this file except in compliance with the License.
8
- * You may obtain a copy of the License at
9
- *
10
- * http://www.apache.org/licenses/LICENSE-2.0
11
- *
12
- * Unless required by applicable law or agreed to in writing, software
13
- * distributed under the License is distributed on an "AS IS" BASIS,
14
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
- * See the License for the specific language governing permissions and
16
- * limitations under the License.
17
- */
18
-
19
- import pmf = require( './index' );
20
-
21
-
22
- // TESTS //
23
-
24
- // The function returns a number...
25
- {
26
- pmf( 2, 2, 0.4 ); // $ExpectType number
27
- pmf( 1, 2, 0.8 ); // $ExpectType number
28
- }
29
-
30
- // The compiler throws an error if the function is provided values other than three numbers...
31
- {
32
- pmf( true, 3, 0.6 ); // $ExpectError
33
- pmf( false, 2, 0.4 ); // $ExpectError
34
- pmf( '5', 1, 0.2 ); // $ExpectError
35
- pmf( [], 1, 0.2 ); // $ExpectError
36
- pmf( {}, 2, 0.4 ); // $ExpectError
37
- pmf( ( x: number ): number => x, 2, 0.4 ); // $ExpectError
38
-
39
- pmf( 9, true, 0.2 ); // $ExpectError
40
- pmf( 9, false, 0.2 ); // $ExpectError
41
- pmf( 5, '5', 0.1 ); // $ExpectError
42
- pmf( 8, [], 0.6 ); // $ExpectError
43
- pmf( 9, {}, 0.8 ); // $ExpectError
44
- pmf( 8, ( x: number ): number => x, 0.6 ); // $ExpectError
45
-
46
- pmf( 9, 5, true ); // $ExpectError
47
- pmf( 9, 5, false ); // $ExpectError
48
- pmf( 5, 2, '5' ); // $ExpectError
49
- pmf( 8, 4, [] ); // $ExpectError
50
- pmf( 9, 4, {} ); // $ExpectError
51
- pmf( 8, 5, ( x: number ): number => x ); // $ExpectError
52
- }
53
-
54
- // The compiler throws an error if the function is provided an unsupported number of arguments...
55
- {
56
- pmf(); // $ExpectError
57
- pmf( 2 ); // $ExpectError
58
- pmf( 2, 0 ); // $ExpectError
59
- pmf( 2, 0, 0.4, 1 ); // $ExpectError
60
- }
61
-
62
- // Attached to main export is a `factory` method which returns a function...
63
- {
64
- pmf.factory( 3, 0.4 ); // $ExpectType Unary
65
- }
66
-
67
- // The `factory` method returns a function which returns a number...
68
- {
69
- const fcn = pmf.factory( 3, 0.4 );
70
- fcn( 2 ); // $ExpectType number
71
- }
72
-
73
- // The compiler throws an error if the function returned by the `factory` method is provided invalid arguments...
74
- {
75
- const fcn = pmf.factory( 3, 0.4 );
76
- fcn( true ); // $ExpectError
77
- fcn( false ); // $ExpectError
78
- fcn( '5' ); // $ExpectError
79
- fcn( [] ); // $ExpectError
80
- fcn( {} ); // $ExpectError
81
- fcn( ( x: number ): number => x ); // $ExpectError
82
- }
83
-
84
- // The compiler throws an error if the function returned by the `factory` method is provided an unsupported number of arguments...
85
- {
86
- const fcn = pmf.factory( 3, 0.4 );
87
- fcn(); // $ExpectError
88
- fcn( 2, 0 ); // $ExpectError
89
- fcn( 2, 0, 1 ); // $ExpectError
90
- }
91
-
92
- // The compiler throws an error if the `factory` method is provided values other than two numbers...
93
- {
94
- pmf.factory( true, 0.3 ); // $ExpectError
95
- pmf.factory( false, 0.2 ); // $ExpectError
96
- pmf.factory( '5', 0.1 ); // $ExpectError
97
- pmf.factory( [], 0.1 ); // $ExpectError
98
- pmf.factory( {}, 0.2 ); // $ExpectError
99
- pmf.factory( ( x: number ): number => x, 0.2 ); // $ExpectError
100
-
101
- pmf.factory( 9, true ); // $ExpectError
102
- pmf.factory( 9, false ); // $ExpectError
103
- pmf.factory( 5, '5' ); // $ExpectError
104
- pmf.factory( 8, [] ); // $ExpectError
105
- pmf.factory( 9, {} ); // $ExpectError
106
- pmf.factory( 8, ( x: number ): number => x ); // $ExpectError
107
-
108
- pmf.factory( [], true ); // $ExpectError
109
- pmf.factory( {}, false ); // $ExpectError
110
- pmf.factory( false, '5' ); // $ExpectError
111
- pmf.factory( {}, [] ); // $ExpectError
112
- pmf.factory( '5', ( x: number ): number => x ); // $ExpectError
113
- }
114
-
115
- // The compiler throws an error if the `factory` method is provided an unsupported number of arguments...
116
- {
117
- pmf.factory( 3 ); // $ExpectError
118
- pmf.factory( 3, 0.4, 8 ); // $ExpectError
119
- }
File without changes