文件名称:hypergeometric-pmf:超几何分布概率质量函数(PMF)
文件大小:41KB
文件格式:ZIP
更新时间:2024-05-20 08:07:01
JavaScript
概率质量函数 分布概率质量函数(PMF)。 想象一个场景,一个holding抱着一个黑色和白色的球。 令m为the中白球的数量, n为黑球的数量。 我们从the中抽出k球。 将随机变量X定义为总共绘制的白球的数量,据说X遵循。 随机变量的(PMF)由下式给出 安装 $ npm install distributions-hypergeometric-pmf 要在浏览器中使用,请使用 。 用法 var pmf = require ( 'distributions-hypergeometric-pmf' ) ; pmf(x [,选项]) 计算分布的(PMF)。 x可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , mat , out , x , i ; out
【文件预览】:
hypergeometric-pmf-master
----.jshintrc(1KB)
----.gitignore(711B)
----package.json(2KB)
----Makefile(2KB)
----.travis.yml(141B)
----LICENSE(1KB)
----examples()
--------index.js(1KB)
----.jshintignore(118B)
----README.md(10KB)
----lib()
--------matrix.js(961B)
--------index.js(4KB)
--------partial.js(1KB)
--------deepset.js(1KB)
--------array.js(1KB)
--------validate.js(3KB)
--------number.js(1KB)
--------accessor.js(1KB)
--------typedarray.js(1KB)
----TODO.md(12B)
----.npmignore(498B)
----.gitattributes(12B)
----docs()
--------img()
----test()
--------test.number.js(1KB)
--------test.accessor.js(2KB)
--------test.matrix.js(2KB)
--------test.js(11KB)
--------test.typedarray.js(1KB)
--------test.array.js(2KB)
--------fixtures()
--------test.partial.js(2KB)
--------test.validate.js(4KB)
--------test.deepset.js(2KB)
----.editorconfig(169B)