poisson-entropy:泊松分布熵

时间:2024-06-06 05:24:45
【文件属性】:

文件名称:poisson-entropy:泊松分布熵

文件大小:30KB

文件格式:ZIP

更新时间:2024-06-06 05:24:45

JavaScript

熵 分布。 随机变量的为 其中lambda > 0是平均参数。 安装 $ npm install distributions-poisson-entropy 要在浏览器中使用,请使用 。 用法 var entropy = require ( 'distributions-poisson-entropy' ) ; 熵(lambda [,opts]) 计算参数为lambda的分布的。 lambda可以是number , array ,typed array或matrix 。 var matrix = require ( 'dstructs-matrix' ) , data , mat , out , i ; out = entropy ( 2 ) ; // returns ~1.705 lambda = [ 2 , 4 , 8 , 16 ] ; out = entrop


【文件预览】:
poisson-entropy-master
----.gitignore(711B)
----README.md(9KB)
----test()
--------test.accessor.js(2KB)
--------utils()
--------test.validate.js(3KB)
--------test.deepset.js(2KB)
--------test.number.js(943B)
--------test.array.js(1KB)
--------test.matrix.js(2KB)
--------test.typedarray.js(1KB)
--------test.js(7KB)
----docs()
--------img()
----examples()
--------index.js(1KB)
----LICENSE(1KB)
----.gitattributes(12B)
----.jshintrc(1KB)
----package.json(2KB)
----.jshintignore(118B)
----TODO.md(12B)
----.npmignore(498B)
----.travis.yml(153B)
----.editorconfig(169B)
----Makefile(2KB)
----lib()
--------typedarray.js(863B)
--------number.js(895B)
--------matrix.js(666B)
--------accessor.js(948B)
--------array.js(819B)
--------deepset.js(969B)
--------index.js(3KB)
--------validate.js(2KB)

网友评论